Results 1 to 5 of 5

Thread: 100% Newbie

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2002
    Posts
    296

    100% Newbie

    Hey all, I'm trying to learn C++. I was wondering what all the includes are and all their functions. Also, I was wondering if coding for Windows is different than programing for Linux or anyother OS. Thanks
    Kevin Carpenter
    Currently Working in the CAOS (CA Operating System) Group

  2. #2
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    It would take a lot of time to list all the header files and their functions. Have you ever thought of checking out MSDN, either hard copy or online?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  3. #3
    Addicted Member jmiller's Avatar
    Join Date
    Jul 2002
    Location
    University of Michigan
    Posts
    238
    yeah the headers and the includes pretty much make up the meat of language, so your like asking us to explain the language to you

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2002
    Posts
    296
    Thanks! What about the second part of my post?
    Kevin Carpenter
    Currently Working in the CAOS (CA Operating System) Group

  5. #5
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Thanks to the standard library console programming is the same for all systems.

    GUI programming depends on the API you're using. GTK+ is different from the WinAPI - very different but at the same time very similar.
    But the principle of GUI programming is the same: You get sent messages by the window manager or windowing system and you respond to them by executing program logic and calling back into the windowing system and window manager.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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