hey there, being a CS major i tend to do a heck of a lot of programming, particularly in C++. from what i read about Unix (which i really know nothing about), there is a nifty C++ compiler that came with the BSD shell built in the terminal. ive attempted to use developer tools but project builder doesnt seem to like alot of the libraries i use nor the classes i create. anyways, i wanted to give the terminal compiler a try. typing "cc -o [executable name] [file name] " is as far as i got, but with no luck. any help/suggestions, Unix users??