Search Results

1
vote

Using C++ from Objective C : how to allocate/deallocate?

If you have even the slightest hope of retaining what little sanity that we as developers have left you won't do that. It is best to delete your C++ objects. In general, while it is …
2
votes

Relative Paths Not Working in Xcode C++

My guess is the type of app you're building is a one-off executable rather than being an executable app-bundle. On OS X and Unixes in general, resources are loaded from the absolute root of the dr …