
-----------------------------------
ownageprince
Wed Jan 17, 2007 6:23 pm

Can we open images in Microsoft Visual C++
-----------------------------------
hey i wanted to know if it is possible for us to open images in MS Visual C++?

-----------------------------------
md
Wed Jan 17, 2007 7:13 pm

RE:Can we open images in Microsoft Visual C++
-----------------------------------
If by us you mean you, then yes. You'll need to use a graphics library of some kind; then you'd use whatever methods that library provides for doing your graphics work.

-----------------------------------
ownageprince
Wed Jan 17, 2007 7:52 pm

Re: Can we open images in Microsoft Visual C++
-----------------------------------
well yes i know that we use a graphics library and all but do you know any libraries that can make this possible?

-----------------------------------
ericfourfour
Wed Jan 17, 2007 9:15 pm

RE:Can we open images in Microsoft Visual C++
-----------------------------------
Try SDL.

Also, [url=www.gamedev.net]gamedev.net is your friend.

-----------------------------------
md
Wed Jan 17, 2007 9:53 pm

RE:Can we open images in Microsoft Visual C++
-----------------------------------
SDL is good and cross platform; OpenGL is also good (but slightly more complex methinks). There is also DirectX, native win32 APIs, etc. Google will certainly help you find other graphics libraries.

[edit] Again, "you" not "we". *I* am certainly not doing anything with graphics.

-----------------------------------
ownageprince
Fri Jan 19, 2007 7:54 am

Re: Can we open images in Microsoft Visual C++
-----------------------------------
thanks for reply guys. I know about SDL but do not know how to use it yet. So i was wondering if there a standard library that could do that. anyways i looked gamedev.net and it looks swell. thanks again.
