How to write/compile/run c++ program on ubuntu
In this video you can learn how to write ,compile and run a C++ program on Ubuntu operating system.
If you want to learn basic Ubuntu terminal commands then watch this video
link :- https://youtu.be/7Ds83Y1LHIk
If you want to learn basic Windows command prompt commands in windows operating system then watch this video
link :- https://youtu.be/qZTI9jUJVXM
ubuntu
Any suggestions??
"./test.cpp: line 3: syntax error near unexpected token `('
./test.cpp: line 3: `int main() {'"
for
#include <iostream>
int main() {
std::cout << "Hello World!";
return 0;
}
Thank you❤
What dose your output file name come in?
thank you brother
Thanks 🙏
Thanks a lot
Output ka code galat bol ra tu….
if you use gedit at background as gedit & YourFileName.cpp, you would have simultaneously shown editing, compiling & running the program
nice man
nice, thank you !
nice
Thanks
Nice