Posts

Post not yet marked as solved
1 Replies
684 Views
Hello,I'm really confused and I'm not sure that I select right category to post this question, but I couldn't find more appropriate category in these forums, sorry.So, can I list all file of application? Method, when I just list files in /Applications/AppName.app don't work, because files of applications may be also stored outside AppName.app, for example - in /usr/local/. So, maybe some system calls or commandline tools exist for that?Thanks!
Posted Last updated
.
Post not yet marked as solved
2 Replies
4.8k Views
HelloI'm really newbie in Apple world. I have big project on C++ and need to port them from Linux on MacOs.Please explain me what name of API in macOs SDK is for C/C++ programming?I know Classic API and Carbon API, they are not supported. As I know modern API is Cocoa. So, Cocoa supports C/C++, or only Obj-C/C++ and Swift?I tried to find documentation for syscalls for macOs, but I found only Archive, like here(last updated in 2002). Does somewhere exist comfortable, modern and actual documentation (with search and etc)?Headers in /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include - to which API do they belong? Is it still supported, not deprecated? How long it will be supported?Maybe you can recommend me some books or articles for system programming C/C++ on MacOs? I found books such as "Mac OS X Internals: A Systems Approach" - it is 13 years old 😟
Posted Last updated
.