Ok gurus, heres a newbie question.
first let me say thanks for the help Ive recieved from good people of the realm
I am very interrested in learning C. I have been teaching myself. I was lead to the Linux comunity because I couldnt get a borland compiler to run on my win box, so the more I find out about Linux the more I love it.
Question: when Ive created a "new project" with Kdevelop (2.1.3) wrote the code, compiled, and debugged then how do I get an executable that I could send to my friend and he could run?
I get this file with like 31 files in it for a simple page long program that I wrote. All the explanations in the Kdevelop program seem to be geared at people who already know how to write code, and the book I have " C for Linux, in 21 days" only tells how to use a simple text editor, then compile from the command line. OK, so I forgo the beatiful IDE and try the old fashion way only to get several different files that wont execute.
Could someone point me to a good tutorial for K or a few pointers on how to get the program to execute.
(note; it appears the program is a success and debugs properly)