sestdiena, 2014. gada 27. decembris

Setting up the software to write the code for C

        First things first. Before you start coding, you have to set up a place where to code. There are many software's for writing code. I use codebocks and I'm going to show you how to set up codeblocks.
        Type in Google "Codeblocks" and click on the website codeblocks.com...duhh...
        Next on top menu press Downloads --> Download the binary release
        Pick the version for your operating system, I use Windows7 so I downloaded this version "codeblocks-13.12mingw-setup.exe" this is the most stable one. It doesn't matter from what source you download it.
        Then do the basic install process when it is done run the program if it doesn't auto-run.
        Then create a new project either by clicking the "New project" button on the start menu. Or click File - > New -> Project when it opens new window choose "Console application" and press Go.
        Then go trough the setup process remember to choose C when asked for language. Then enter the title and choose a folder where you want to save the projects. Press next when settings are show DON'T CHANGE ANYTHING. And press Finish. Annnd Shabaam you have a new project.
        Well we are almost done. Now you have a grey screen. Just look at the left side of the screen and under the "Project name" -> Sources  there is this thing called main.c double click that and you are ready to rock'n'roll.

Any questions just ask in the comments.

Nav komentāru:

Ierakstīt komentāru