If it plays in DOS then it has to be something other than VB. If you're asking if it would be hard to do for you, then it would be a living hell considering that you are just learning C++. :)
Printable View
If it plays in DOS then it has to be something other than VB. If you're asking if it would be hard to do for you, then it would be a living hell considering that you are just learning C++. :)
It might have been VB 1.0 for DOS :D
*sighs in rememberance* :D
It could be true though. :)
or QB
Ok an other question about game and dos. Game like Doom1 or game like CaptainKeen who was both game who runned in Dos was made with what ?
Probably something like Watcom C/C++, or maybe Turbo C++.
ok so What the difference between Turbo C++ and Microsoft C++ ( who I am currentlty at the page 100 in my book :) )?
Not many, since the core of C++ is fixed by ANSI. But there are several extensions that only Microsoft/Borland have. The object libraries are also different (MFC for MS, OWL or something like that for Borland, don't ask me which is better, I have a personal antipathy against Borland but that comes from delphi, and I like MFC unlike most people on this forum).