C++ executable tutorial in Linux

Опубликовано: 30 Март 2026
на канале: Leave Knowledge
773
8

C++ executable tutorial in Linux

!!! I can not write "less than", "greater than" in the description field and replace it with "(", ")" !!!
-- #include(iostream) --
-- cout(("hello"((endl; --

executable.cpp-)
#include(iostream)
using namespace std;
int main(){
cout(("hello"((endl;
return 0;
}
(-executable.cpp

terminal-)g++ -o executable executable.cpp
terminal-)./executable
=hello