Quote:
> Hi,
> I am in high school and i am interested in c++. I would like examples
of
> graphic source code for microsoft c++. Any examples are greatly
appreciated
> thanks,
> Viper
c++ does not support directly any graphics functions, you'll have to use a
graphics lib. For windows app's you can use GDI or DirectX for example.
Have a search on these items ...