PDA

View Full Version : C++ CW SIOUX style applications posible with Project Builder?




zaphoyd
Sep 18, 2003, 08:17 PM
I took a C++ class a few years ago. I used codewarrior and the SIOUX system (with iostream cin/cout etc) for user input/output. That worked out well, but the version of codewarrior i have still only runs in classic. I know it is possible to compile and run stuff via the command line, but is it possible to use project builder to keep track of files and do other IDE things like compiling/debugging/running from within project builder like codewarrior did?



bousozoku
Sep 18, 2003, 08:26 PM
No such library seems to exist. It's fairly easy to run plain text programmes from the prompt, though.

I recently explained it in another thread, if you haven't seen it.