VOGONS

Common searches


Reply 20 of 24, by Kahenraz

User metadata
Rank l33t
Rank
l33t
akula65 wrote:

If you are interested in learning C++, you need to be aware that C++ has been evolving ever since Bjarne Stroustrup first released it in the late 1970s. A Borland compiler that supports DOS won't implement the more recent developments in the language and any C++ books written when your Borland compiler was current will also be comparatively out-of-date.

akula65 is right. You're going to have to make sure you get a book dated to match the compiler you're using. Or if you're using an old compiler like Borland, try to get a book written for it specifically.

Reply 23 of 24, by jwt27

User metadata
Rank Oldbie
Rank
Oldbie

I haven't used it for anything serious yet, but so far I've had no problems compiling on DOS with RHIDE (which is a pretty neat IDE, with 132x60 text mode!). I must say the error messages are not very helpful at times but that seems to be a common problem with C++ compilers. And make sure to have coffee and cigarettes ready when compiling on a Pentium 3.

Reply 24 of 24, by ibm5155

User metadata
Rank Member
Rank
Member

I'm doing some kind of 2D text engine, I tested it on windows 98 and I almost needed to edit nothing from the code, but It doesn't use hardware acess, just the good and old printf xD.
I know It eat alot of resource but the pong was playable 😳 (15 - 14fps pentium 233mmx) vs 800fps on a core i7
1385879_443936942384323_563044787_n.jpg
1377273_448517595259591_1027329171_n.jpg
I'm doing now some window system to make it more simple to use, making some kind of a fake multitask 😁

It should work on dos if I compile itm since 99% of the code is just c ansi things...