NO

Author Topic: Beginner question software deployment  (Read 2205 times)

Tata

  • Guest
Beginner question software deployment
« 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.
« Last Edit: June 25, 2011, 10:25:23 PM by Christian »

CommonTater

  • Guest
Re: Beginner question software deployment
« Reply #1 on: June 25, 2011, 10:42:51 PM »
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...