Saturday, September 5, 2015

Code Blocks

CodeBlocks


Codeblocks is a cross-platform IDE built around wxWidgets, designed to be extensible and configurable. Runs on Windows and Linux.








Q ) How To Write A Program ?
A) → Open File → New → File... →Empty File → Go
     → On Next Screen you will see Empty file wizard , just click on next (You can click on "Skip this           page next time "radio box so that this window  wont disturb you again )
     → You need to enter file name  , just click on browse icon (...  box which is placed next to the                    name field) and you can choose specified location to save your program with your desired                    program name (dont forget to add extension as .c for example sample.c ) and click on Finish
     → All set , now you can write all your code there . 
     → For compiling goto build → Build and run    , you can see your output in new console window 
          
( note: clrscr();  is not required because your console window doesn't require to clear previous               data and if you use clrscr(); then code compiler display some error , so try to violate that                     function )
( note:You must close previous console window (if any) in-order to compile new program ) 

You can download this from their website →   Code:::Blocks



No comments:

Post a Comment