hey... im in a c++ class at school but i also program at home. my teacher refuses to teach me graphics and i wanted to know if there was an easy way to just basically cout a graphic. if this is noobish and i need to learn a lot more tell me, if not can you just give a short code sample?
you need to learn a lot more to use graphics. most windows apps use the win32 API to display windows/pics/etc.. here is a tutorial bout it tho: http://www.relisoft.com/win32/winnie.html
There are a lot of beginner;s resources and such at http://www.thefreecountry.com and http://www.freeprogrammingresources.com for programmers, especially graphics. You also want to check out Adam's assembler tutorial and Denthor of Asphyxia's assembly language tutorials-- the latter is really graphics-oriented--for the real workings of what goes on. They also have several really good PutPixel algorithms, which is really all you need for graphics programming. They can be found at www.programmersheaven.com and gamedev.net, respectivly.
P.S. PERSEVERE!!! I cannot stress how important this is to learning assembly language. It is not like C++ at all, but it is very educational.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.