Saturday, September 27, 2014

Hello World ! - programming c second step

You will first download c compiler an d then you set up in your computer.You will run codeblock.

Then you click >> File >> New >> Empty file (shortcut key ctrl +shift + n press). you can see a window then you write this code .).

/* Hello World program */

#include

main()
{
printf("Hello World");
}


save this file >> save all file (shortcut key ctrl + shift + s) .Now You will compile and run those file.First you go codeblock build menu and click compile, then click run .If you no error you must be see same to this.


Wednesday, March 19, 2014

PDF Book Download

I want to also research in c programming when I am going offline. So you need many pdf book and when you can go to offline, read those book. Here, you get many Pdf book link and download those. Comming soon in book, wait for next post......


Tuesday, March 18, 2014

Beginner for programming C first step:

Download at first a compiler for compile your source code Link :Download Compiler in Code::Blok

Or

If you using Windows click link direct download :


Windows : Direct download for Windows
Linux 32 bit :Linux direct link for 32 bit
Linux 64 bit :Linux direct link for 64 bit
Mac OS X :Mac OS X direct link

We use code::Block this software.If you run those source file, you will code::Block compiler. Download this compiler and run this source file and compile to .exe file

Note :

Download Code::Block form those link, instal your pc and see our next post.