Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Anyone good with Dev C++? Need windows help.

Status
Not open for further replies.

Krang

Programmer
Jan 1, 2001
3
US
I need help with wondows programing with dev c++. If someone could give me a crash course i would appreciate it.
I know quite a bit of c++ already- but nothing about windows and gui.
 
Does Dev C++ work as a console app or is it windows based? Does it have a windows framework?

I have never used Dev C++, but if you want to get into windows programming real fast, then it is better to use C++ Builder from Borland corp. If Dev C++ doesn't have a windows frame work to work with, the it is tough.
It is not that easy to program from scratch in windows, but if you are comfy with things like Rendering Contexts, Device contexts, handles and very good with pointers, it should not be a problem, but it is not easy.
You can download a free compiler from borland too and it will compile windows apps. It is the core of C++ builder, but it is a little tough in the beginning, but what the heck, it is free.
Welcome to the Pythian Games!
Long live Godess Athena!
dArktEmplAr of Delphi Oracle
 
Dear Krang,
I had same prob with Dev-C++.
Insert the line
system ("PAUSE");
just before return 0;
and this will hold the output screen.
Dev-C++ version 5 is somewhat better and now available.

Quincy2002 is the easiest IDE (integreated development environment) that I have used and free also. The FTP site is often not working so try another day.

Good beginner books available from Amazon.com are:
Sams Teach Yourself C++ in 21 Days Complete Compiler Edition (4th Edition), and
Standard C++ Bible.

Good Luck,
Vince LaPorte


Vince LaPorte
vincentL@acmc.com
Marshall, MN 56258
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top