Advertisement

how to add picture with c++

Started by December 12, 2002 11:29 AM
5 comments, last by tristantheone 21 years, 11 months ago
how do i show a picture in a c++ program??
Define "picture" ( file format, GUI toolkit ... )
Define "C++" ( compiler version ... )
Define "program" ( operating system, libraries ... )


[ Start Here ! | How To Ask Smart Questions | Recommended C++ Books | Free C++ IDE. ]
[ Header Files | File Format Docs | LNK2001 | C++ STL Doc | STLPort | Boost C++ Lib ]
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
Advertisement
Uhm.. maybe try the "start here" link in Fruny''s post?
quote: Original post by Kurioes
Uhm.. maybe try the "start here" link in Fruny''s post?


"How to ask smart questions" would be good too
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
C++ is a language...
first learn to talk, then learn to sing?


anyways, you need something else with the language to sing.
which would be a the microphone(doesnt make sense but who cares).
then you need to sing something with the microphone, which would be the song...

language = C++
microphone = Graphics API( DirectX, OpenGL, SDL, Allegro etc.)
song = picture

the whole act = programming

.lick
quote: Original post by Fruny
Original post by Kurioes
Uhm.. maybe try the "start here" link in Fruny''s post?


"How to ask smart questions" would be good too

I read that… it''s good.
Advertisement
Nice analogy but ummmmm I gotta give a booooo to DirectX. HeHe
All fun and games. But really use what ever looks easier...(between OpenGL and DirectX that is for real games)

This topic is closed to new replies.

Advertisement