I Need Help!

Trip

Registered
How do I code/build/compile an application using Apple's Developer tools and C++? I don't want to make a carbon/cocoa app, just a regular C++ app. If you have time to type up a full fledged tutorial I will be forever in your debt, or even if you post a little tutorial! Please help!!!

I think I missed something on the upgrade from REALbasic to C++.
 
If, by regular C++ app, you mean something which uses cin, cout, and the like, create a new project, and select C++ Tool as the type. When you run it from PB, the output should show up in the Run pane (which should open automatically when you select Build and Run).

After you build, the executable which can be run from Terminal can be found in the build directory of your PB project.
 
Back
Top