Results 1 to 5 of 5
Hi
i have installed slackware 12 few days ago. i m a newbie and i need to write some programs for my lectures, but i dont know how to do ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-07-2007 #1Just Joined!
- Join Date
- Jan 2006
- Posts
- 8
Slackware 12 - C / C++ ?
Hi
i have installed slackware 12 few days ago. i m a newbie and i need to write some programs for my lectures, but i dont know how to do this on slackware.
What should i do to write and compile a c/c++ program ?
Is the program ready in Slackware or should i download and install something ?
This is the first time i m using slackware for code writing. i will be glad if you can help.
Thanx in advance.
- 12-07-2007 #2
I thought c/c++ was already included by default in Slackware. Should be there... Try from the command line:
Code:c++ --help
- 12-10-2007 #3Linux is not only an operating system, it's a philosophy.
Archost.
- 12-15-2007 #4Just Joined!
- Join Date
- Jan 2006
- Posts
- 8
Thanx for the answer.
Can you explain it step by step. Lets say my code is ready in a text file. How can i compile and execute it ? it's the first time i m using slackware and could not find any ide
.
- 12-29-2007 #5
Sorry for this late reply, i'm out these days.
gcc text.c -o text to compile
./text will execute it
Regards.Linux is not only an operating system, it's a philosophy.
Archost.


Reply With Quote

