i know how to make graphics, the only problem is i dont know how to put them in a c++ program
You need to be more specific. What API are you using? What kind of program are you trying to make?
You also need to have less obnoxious thread titles
i am just trying to make graphics appear as a start. sorry about the title, have to catch attention
-jg16477
Your question makes no sense, if you know how to make graphics, then that by definition implies you know how to implement them in a program.
Do you mean "i know how to draw pictures using drawing and editing programs like GIMP"..?
i am just trying to make graphics appear as a start. |
Again... you need to be more specific.
Are you in the console? Are you working with WinAPI? Are you using any other libs? etc, etc
What kind of program are you trying to make? A game?
Last edited on
i am using dev c++. im trying to display graphics.
Please answer more of the questions Disch asked...like what library you plan to use.
i am using dev c++. im trying to display graphics. |
DEV C++ is an IDE, nothing more, it lets you write your code, compile it, debug it. Nada más
Also it is abandoned, get code::blocks instead
Last edited on