Pelles C forum
C language => Beginner questions => Topic started by: Tata on June 25, 2011, 06:17:52 PM
-
Thanks
Please i will like to know how to build a complete software from a C code compiled from Pelles C
Am a first year student in the University of Buea - in Cameroon studying Applied Physics and Electronics minor in Computer science.
I wish to build a career in Software Engineering.
-
Actually that's pretty simple... The process is explained in the Pelles C help file, which you should read.
1) Start a project... select your project type, give it the appropriate paths.
2) Add your source code to the project as you write it.
3) Compile your code using the "Build" or "Run" buttons on the tool bar.
4) Once you have it working correctly, run the program outside the IDE...
And voila one complete program...