Loading...
Uploaded by sidinvictus on Nov 9, 2010
simple helloworld prog to demonstrate the compiling and running of c++ programs on terminal - mac os .
Science & Technology
Standard YouTube License
@HamishWare - dude, if you wanna compile, the code is
g++ helloworld.cpp -o main
sidinvictus 5 months ago
@HamishWare - if your using vim. once u've typed your program, use these steps:
1) hit esc
2) type ':wq'
3) hit return.
- u'll save the coding and exit vim back to the unix terminal
-bash: c++: command not found
HamishWare 5 months ago
How Do u Exit Out Of The Coding!?
Load more suggestions
@HamishWare - dude, if you wanna compile, the code is
g++ helloworld.cpp -o main
sidinvictus 5 months ago
@HamishWare - if your using vim. once u've typed your program, use these steps:
1) hit esc
2) type ':wq'
3) hit return.
- u'll save the coding and exit vim back to the unix terminal
sidinvictus 5 months ago
-bash: c++: command not found
HamishWare 5 months ago
How Do u Exit Out Of The Coding!?
HamishWare 5 months ago