Saturday, October 31, 2009

Running a C++ Program in Mac

...requires you to type
./proj
(where proj is the executable created by Build-ing the code)
http://macosx.com/forums/unix-x11/290022-how-run-unix-executable-file.html

No comments: