Search the web
Sign In
New User? Sign Up
cprogramming2 · C Programming Turning caffeine into code
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
New to C++ programming   Message List  
Reply | Forward Message #8564 of 8807 |
Re: [C Programming] New to C++ programming


http://vulms.vu.edu.pk/courses/CS201/devcpp_setup.zip

You can download the setup of Dev C++ 4.9.9.2 from
Here.http://vulms.vu.edu.pk/courses/CS201/devcpp_setup.zip

Step 1:
Double click on the file devcpp_setup.exe and Click on "Run" button.



Step 2:
Click on "OK" button.


Step 3:
Click on "OK" button.




Step 4:
Click on "I Agree " button.



Step 5:
Click on "Next" button.


Step 6:
Click on "Install" button.


Step 7:
Wait until the green bar completed

Step 8:
Click on "Finish" button.


Well Done!
Your Dev C++ 4.9.9.2 has been installed successfully. Now start writing
compiling and running programs and enjoy programming

BEST OF LUCK







Sat Dec 20, 2008 9:00 pm

basharat_azad
Offline Offline
Send Email Send Email

Forward
Message #8564 of 8807 |
Expand Messages Author Sort by Date

Hello everybody,   Can you point me in the direction where I can find a small true win32 program.  I have used google, but mostly I find small program that...
Benito
dezheben
Offline Send Email
Nov 5, 2008
8:12 am

Hrllo Thomas I have DEV C++ 4.9.9.2 it is not a beta this series has come to a dead end because the people making it did not get any money for their work Sun...
Eric
eric.richards@...
Send Email
Nov 6, 2008
5:44 am

Hello Thomas, I don't know if it can be useful to you, but I've made an application freeware employing only dev-cpp 4.9.9.2. The sourcecode can be installed...
joselopezcano
Offline Send Email
Nov 6, 2008
5:04 pm

Thanks Jose,   I finally decided to learn and/or practice using Codeblocks 8.X.   Benito "A teacher is one who makes himself progressively unnecessary." ...
Benito
dezheben
Offline Send Email
Dec 6, 2008
3:19 pm

http://vulms.vu.edu.pk/courses/CS201/devcpp_setup.zip You can download the setup of Dev C++ 4.9.9.2 from ...
basharat_azad
Offline Send Email
Dec 20, 2008
9:00 pm

There are some older "win32" tutorials out there that have the easier C code. The C++ ones I have been learning are all written in MFC which is a C++ API that...
Jason
bitburd
Offline Send Email
Jan 14, 2009
8:39 pm

#include <stdio.h> //for formatted output with strcpy, printf #include <iostream> //for cin & cout int main(int argc, char **argv) { //program does 1,2,3...
Jason
bitburd
Offline Send Email
Jan 14, 2009
8:39 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help