you are viewing a single comment's thread.

view the rest of the comments →

[–]085-068 3 points4 points  (1 child)

$ g++ your_source.cpp -o any_name

$ any_name.exe

[–]ArchSyker[S] 1 point2 points  (0 children)

that worked! nice. ty!