Tuesday, 10 January 2017

How to download and install CODEBLOCKS for C/C++

Hey every one just go to the link and download the codeblocks for windows from the link given also download the compiler (coz without compiler it just won't run) ,so basically u have to download both the files.

to download code:blocks for windows and complier altogether go here
go here-

download code:blocks



now u just gotta install the program
now try running a small sample program-
here it is for u-


#include<stdio.h>
main()
{
printf("you are noob");
return(0);
}

any queries pls post in comments...
                                

No comments:

Post a Comment

GPT4ALL - A new LLaMa (Large Language Model)

posted 29th March, 2023 - 11:50, GPT4ALL launched 1 hr ago  What if we use AI generated prompt and response to train another AI - Exactly th...