|
-
December 4th, 2002, 06:12 AM
#1
Controlling system resources with C++
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.
-
July 11th, 2005, 12:05 PM
#2
Re: Controlling system resources with C++
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 ...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|