CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2002
    Location
    Nigeria, Port Harcourt
    Posts
    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.

  2. #2
    Join Date
    Jun 2005
    Location
    St. Louis Missouri
    Posts
    2

    Thumbs up 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
  •  





Click Here to Expand Forum to Full Width

Featured