Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Back to the roots (experts help needed)

Status
Not open for further replies.

rjr9999

Programmer
Apr 7, 2001
183
US
Back to the roots (experts help needed)

I know this might sound stupid, but here goes...

I want to create a C/C++ program that will invoke video memory (ie. display graphics) cross platform (ie. windows AND linux...for a start). I can use the predefined windows.h and windows lib files to do this useing boreland 5.5 or Visual Studio..but what I really need is to know the exact calls to make...down to the roots. A simple example will help me get started. A perfect example would be..

A program that will first detect weather the user is on Windows or Linux (I'm guessing I'll also have to detect the chip set, as this would be needed to invoke different video memory?). Next it will display a bitmap image, or even just one little line directly to the screen...now this can either be overlapping the desktop, or on a blank screen...both would be preferable.

I know this seems like an insane request, but I really want to know how to do it...I want to create my own GUI, my own libraries...I want to go back to the roots, and expand my knowledge as far as it can go...I really appriciate any help here.

Thanks in advance, Rob
"Programming is like art...It makes me feel like chopping my ear off."

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top