cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
How are Graphics done?
How are Graphics done?
Nov 11, 2010 at 10:32pm UTC
ThePixel
(18)
The Question. How are Graphics done? Do I need a certain complier? Do I need A certain program? How do I code them? Just give me all the info you know on creating and making a simple game with graphics. Thanks.
Nov 11, 2010 at 10:44pm UTC
Bazzy
(6281)
You need a graphic library.
Try SFML
http://www.sfml-dev.org/
Nov 11, 2010 at 10:46pm UTC
quirkyusername
(792)
you need to download a library of which there are tons, SDL, Direct3D, OpenGL.
SDL is easy to use and well documented I'd recommend that.
Nov 11, 2010 at 11:18pm UTC
ThePixel
(18)
Alright, now. Once you have a library downloaded. How do you use them with C++.
Nov 11, 2010 at 11:57pm UTC
firedraco
(6243)
You look at their tutorials and figure it out from the examples.
Nov 12, 2010 at 11:12am UTC
Bazzy
(6281)
#include the library headers and tell the linker that you are using those libraries
Topic archived. No new replies allowed.