Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Nadim on October 16, 2010, 12:04:20 am

Title: How to use!
Post by: Nadim on October 16, 2010, 12:04:20 am
Hi! I've just downloaded this program as I want to learn more about writing scripts and programs for computers, as it interests me and I have a lot of free time. But I can't seem to learn how to use this program! Like as in how to learn to write commands and get them to carry out processes and stuff like that. Can anyone help me?
Title: Re: How to use!
Post by: kencamargo on October 16, 2010, 05:01:25 am
Hi! I've just downloaded this program as I want to learn more about writing scripts and programs for computers, as it interests me and I have a lot of free time. But I can't seem to learn how to use this program! Like as in how to learn to write commands and get them to carry out processes and stuff like that. Can anyone help me?

You should first look at how to create c++ programs, and the whole process involved in building an executable file from source code. This is a pre-requisite to using any IDE.

Ken