08 November 2014

How to install Dev c++

 How to install Dev c++


When the download is complete, click on the "open" button to start the installation process. You will see a few screens that ask you to pick a language (English) and to agree to the license terms. Choose a "typical" installation.
Accept the suggested destination for the installation:
Many subdirectories and files are extracted to the destintion:
Answer "yes" when it asks if you wish to install Dev-cpp for all users.

 Note: if the installation fails, re-install and try "no" for this.
A screen says the installation is complete:

Keep the check mark in the box. Click on "Finish". A first-time configuration screen appears:
Pick "English" and "New Look". In the next several screens, hit "Yes" for its suggestions.
Eventually you are done. Click "OK".


enjoy!!

if any questions about this program please ,We are at your service.

Download Dev c++ (compiler of c)

Dev-C++ 5.0 beta 9.2 (4.9.9.2) (9.0 MB) with Mingw/GCC 3.4.2

it compile c and c++


Download it from official site


FROM HERE :  prdownloads.sourceforge.net/dev-cpp/devcpp-4.9.9.2_setup.exe


Or from     gulfup 


like our page on fb:


https://www.facebook.com/geekselectronicsfhc

DEV-C++ , try with a simple c program

DEV-C++ starts up.

 

Try  with a simple C program.

start the program
Click File/New/Project  . Pick a name for the project (such as "myProject"). Click "C Project". Click on "Empty Project". Click "OK".
In "Create New Project", click "save" (later on you will probably want to create separate subdirectories for your various projects.).
Click "File/New/Source File" and in "Add source file to current project" click "Yes". You now get a screen where you can edit the source file.
Type in a simple C program, as below. Now click "File/Save As" and save the file as "hello.c" (or other name.) Important: be sure that the file extension is .c. With any other extension (such as the suggested .cpp) you will have problems compiling.
Now click "Execute/Compile and Run"
The program will (hopefully) compile, run, and write its output to a DOS window. If you have the system("pause") statement in your program, the output will stay in the window until you hit a key.
At this point, the compiler and development environment has been installed. You should find Dev-C++ listed under "Programs" on the "Start" menu and will now be able to write, compile, and run C programs.

04 November 2014

How to install mikro C 8.2

How to install mikro c 8.2.0

  

1- Install mikroC by executing mikroC_8_2_0_0.exe
2-

2- install programmer for pic
2-install drivers for mikro C 

4- crack program
        4-1 make a backup of the mikroC.exe in the program path
        4-2 copy the microC.exe from the crack directory to the program path and replace the original file
     *first copy mikroC.exe found it at crack folder

     *past in  the the path  c:/program files/Mikroelektronika/mikroC/
       
5-You can now compile programs larger than 2kB (limit of the demo).

6-Try to compile the project found under
Examples\EasyPic5\extra_example\Serial GLCD\p18
 It should create a 14.8 kB hexfile in the same directory.



like our page on fb :  geeks-electronics