-bash: c++: command not found
HamishWare 5 months ago
@HamishWare - dude, if you wanna compile, the code is
g++ helloworld.cpp -o main
sidinvictus 5 months ago
How Do u Exit Out Of The Coding!?
@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
@HamishWare - dude, if you wanna compile, the code is
g++ helloworld.cpp -o main
sidinvictus 5 months ago
How Do u Exit Out Of The Coding!?
HamishWare 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