Is it possible?
Windows with C++ but without MSVC++??
Started by PaulB, Aug 09 2001 07:32 PM
5 replies to this topic
Sponsor:
#2 Anonymous Poster_Anonymous Poster_* Guests - Reputation:
Posted 09 August 2001 - 07:39 PM
Of course!
You can use GNU C++. The easiest way to do this is with the Dev C++ IDE:
http://www.bloodshed.net
or perhaps http://www.mingw.org/ or http://www.cygwin.com
Enjoy.
You can use GNU C++. The easiest way to do this is with the Dev C++ IDE:
http://www.bloodshed.net
or perhaps http://www.mingw.org/ or http://www.cygwin.com
Enjoy.
#3 Members - Reputation: 122
Posted 09 August 2001 - 08:06 PM
quote:
Original post by Anonymous Poster
Of course!
You can use GNU C++. The easiest way to do this is with the Dev C++ IDE:
http://www.bloodshed.net
or perhaps http://www.mingw.org/ or http://www.cygwin.com
Enjoy.
I have Dev C++ but where can I find e-books, online tutorials for it? I'm cheap and only have ONE book.
Edited by - PaulB on August 10, 2001 3:08:02 AM
#4 Moderators - Reputation: 1087
Posted 09 August 2001 - 08:34 PM
C++ is the same with every compiler (except from some small exceptions and bugs in certain ones), if that''s what you meant. Try cplusplus.com or cprogramming.com for some introductory tutorials.
[Resist Windows XP''s Invasive Production Activation Technology!]
[Resist Windows XP''s Invasive Production Activation Technology!]
#6 Anonymous Poster_Anonymous Poster_* Guests - Reputation:
Posted 09 August 2001 - 09:16 PM
a good place to get mingw for windows is from the mame site:
http://www.mame.net/download.html
just download mingw_for_mame.zip, unzip it, add the bin dir to your path and it''s installed.
There''s some useful win32 info/tutorials at the following...
http://www.relisoft.com/win32/index.htm
Hope that helps...
http://www.mame.net/download.html
just download mingw_for_mame.zip, unzip it, add the bin dir to your path and it''s installed.
There''s some useful win32 info/tutorials at the following...
http://www.relisoft.com/win32/index.htm
Hope that helps...






