Advertisement

a quick question

Started by July 23, 2002 04:20 AM
2 comments, last by pink_fruitloop 22 years, 3 months ago
I am using the free borland compiler and when I make a program that just says "Hello World" it is in DOS is this what it''s supposed to do?
1) It''s not "in DOS", it''s being display in the Windows console.
2) Yes, that is what is meant to happen. What did you expect?

Advertisement
how do you make games with sprites?
quote: Original post by pink_fruitloop
how do you make games with sprites?

My advice is to learn how to actually use C and/or C++ before you try doing something advanced with them. C and C++ have no built-in support for graphics, since graphics are very platform/environment specific. There are numerous libraries that handle graphics, however, including: OpenGL, DirectX, Allegro, SDL, and ClanLib. Edit: fixed spelling.



[edited by - Null and Void on July 23, 2002 5:44:54 AM]

This topic is closed to new replies.

Advertisement