Click to See Complete Forum and Search --> : Controlling system resources with C++


UZOE
December 4th, 2002, 06:12 AM
I am a beginner C++ programmer and would like to know how to control system resources like color, creating GUIs and handling mouse input without already established libraries like MFC etc.
From Brads "Teach Your self Advanced C in 21 days", I know that interrupts work in C using BIOS. Does that work in C++ too.
Thanks for your assistance.

pooppandi
July 11th, 2005, 01:05 PM
What ever the code which works in C will also work in C++
do NOT forget that C++ is upward compatible with C

along with this you can control IO resource more effectively in C++ refer the structure/hierarchy of iostream in C++, you will get more info ...