Connecting Tech Pros Worldwide Forums | Help | Site Map

graphics in microsoft visual c++

Aditi Jindal
Guest
 
Posts: n/a
#1: Jun 27 '08
I m learning c++ anf graphics, I tried some graphic algorithims in
microsoft visual c++ but it showed that it dont contain header file
graphic.h. How can i do graphic programming in microsoft visual c++.

Alex
Guest
 
Posts: n/a
#2: Jun 27 '08

re: graphics in microsoft visual c++


On Mon, 19 May 2008 01:44:37 -0700 (PDT), Aditi Jindal
<ady.mady@gmail.comwrote:

Quote:
I m learning c++ anf graphics, I tried some graphic algorithims in
>microsoft visual c++ but it showed that it dont contain header file
>graphic.h. How can i do graphic programming in microsoft visual c++.
I remember Turbo C has graphic.h. ^_^
Alberto Bignotti
Guest
 
Posts: n/a
#3: Jun 27 '08

re: graphics in microsoft visual c++


try GDI+
starting here

http://www.codeproject.com/KB/GDI-pl...nggdiplus.aspx
http://www.codeproject.com/KB/GDI-pl...__and_mfc.aspx

Bye

"Aditi Jindal" <ady.mady@gmail.comha scritto nel messaggio
news:474db883-706a-40dd-b027-69593918af5a@x19g2000prg.googlegroups.com...
Quote:
I m learning c++ anf graphics, I tried some graphic algorithims in
microsoft visual c++ but it showed that it dont contain header file
graphic.h. How can i do graphic programming in microsoft visual c++.

Aditi Jindal
Guest
 
Posts: n/a
#4: Jun 27 '08

re: graphics in microsoft visual c++


On May 20, 2:16*pm, Alex <baow...@gmail.comwrote:
Quote:
On Mon, 19 May 2008 01:44:37 -0700 (PDT), Aditi Jindal
>
<ady.m...@gmail.comwrote:
Quote:
I m learning c++ anf graphics, I tried some graphic algorithims in
microsoft visual c++ but it showed that it dont contain header file
graphic.h. How can i do graphic programming in microsoft visual c++.
>
I remember Turbo C has *graphic.h. *^_^
Thanks I know but i m running vista ultimate mine is 64 bit turbo c
doesnt work
Andy Champ
Guest
 
Posts: n/a
#5: Jun 27 '08

re: graphics in microsoft visual c++


Aditi Jindal wrote:
Quote:
On May 20, 2:16 pm, Alex <baow...@gmail.comwrote:
Quote:
>On Mon, 19 May 2008 01:44:37 -0700 (PDT), Aditi Jindal
>>
><ady.m...@gmail.comwrote:
Quote:
>>I m learning c++ anf graphics, I tried some graphic algorithims in
>>microsoft visual c++ but it showed that it dont contain header file
>>graphic.h. How can i do graphic programming in microsoft visual c++.
>I remember Turbo C has graphic.h. ^_^
>
Thanks I know but i m running vista ultimate mine is 64 bit turbo c
doesnt work
I suggest you look for a newsgroup that mentions directX which is the
current MS graphics (and other multimedia) technology. If anyone here
knows about it, it's by chance.

Andy
Alberto Bignotti
Guest
 
Posts: n/a
#6: Jun 27 '08

re: graphics in microsoft visual c++


I don't think directx is so easy for
"learning c++ and graphics"

I suggest gdi+

bye.

"Andy Champ" <no.way@nospam.comha scritto nel messaggio
news:S5-dnb5FVIRhRqjVnZ2dneKdnZzinZ2d@eclipse.net.uk...
Quote:
Aditi Jindal wrote:
Quote:
>On May 20, 2:16 pm, Alex <baow...@gmail.comwrote:
Quote:
>>On Mon, 19 May 2008 01:44:37 -0700 (PDT), Aditi Jindal
>>>
>><ady.m...@gmail.comwrote:
>>>I m learning c++ anf graphics, I tried some graphic algorithims in
>>>microsoft visual c++ but it showed that it dont contain header file
>>>graphic.h. How can i do graphic programming in microsoft visual c++.
>>I remember Turbo C has graphic.h. ^_^
>>
>Thanks I know but i m running vista ultimate mine is 64 bit turbo c
>doesnt work
>
I suggest you look for a newsgroup that mentions directX which is the
current MS graphics (and other multimedia) technology. If anyone here
knows about it, it's by chance.
>
Andy

Closed Thread