Results 1 to 3 of 3
Hi, I just start learning c++ at school. I'm running Slackware 10.1 with WindowMaker. will someone be so kind to tell me how can I write and compile c++ programs?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-11-2005 #1Just Joined!
- Join Date
- Sep 2005
- Posts
- 2
C++
Hi, I just start learning c++ at school. I'm running Slackware 10.1 with WindowMaker. will someone be so kind to tell me how can I write and compile c++ programs?
- 09-11-2005 #2
Write the c++ in a texteditor, like vim, emacs, nano for the command line, or kate or tea in the GUI. Compile the code with:
in the terminal.Code:g++ file.cpp -o file
- 09-11-2005 #3Just Joined!
- Join Date
- Sep 2005
- Posts
- 2
Thank you very much!


Reply With Quote
