Dev-C++ - You want this
Hey, for anyone who is just getting started, I found a new FREE IDE for developing in C++. Download Dev-C++ at SourceForge (www.sourceforge.net)--it has an interface that is almost a complete ripoff of MSVC++6 and includes a win32 compiler. The download is somewhere between 7 and 8 MBs, so if you get a chance download it.
(This may seem like a shameless plug, but I didn''t have anything to do with the development.)
--
WNDCLASSEX Reality;
...
...
Reality.lpfnWndProc=ComputerGames;
...
...
RegisterClassEx(&Reality);
Unable to register Reality...what''s wrong?
---------
Dan Upton
Lead Designer
WolfHeart Software
WNDCLASSEX Reality;......Reality.lpfnWndProc=ComputerGames;......RegisterClassEx(&Reality);Unable to register Reality...what's wrong?---------Dan Uptonhttp://0to1.orghttp://www20.brinkster.com/draqza
May 04, 2001 11:15 AM
Well errrrrr...... it isn''t realy new, it has been around for a while.
I don''t see how the interface is a rippoff vc++. Me personaly likes the vc++ interface better, especialy the class view. But it''s a great program, especialy because it''s freeware!
I don''t see how the interface is a rippoff vc++. Me personaly likes the vc++ interface better, especialy the class view. But it''s a great program, especialy because it''s freeware!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement