I d/led a graphics library and it gives me a wierd documentation. Can someone please gimme an example on how to set the pixel in VGA?
http://geocities.com/flikm475/libdoc.txt is the URL for the doc.
This is a discussion on I don't get how to use this lib within the C++ Programming forums, part of the General Programming Boards category; I d/led a graphics library and it gives me a wierd documentation. Can someone please gimme an example on how ...
I d/led a graphics library and it gives me a wierd documentation. Can someone please gimme an example on how to set the pixel in VGA?
http://geocities.com/flikm475/libdoc.txt is the URL for the doc.
Whats not to understand... it tells you wut every function does...? Anywayz how do I get this lib itself... I would like to try it, allways want to try new things.
SPH![]()
![]()
Can you give me an example, PLEASE? You can get the lib from this site.
What does
#include <Graphic.h>
int main(void)
{
setVGA();
SVGAPixel(20, 20, 1)
setTEXT();
return 0;
}