Thread: Headers, Classes, and Functions question.

  1. #1
    #junkie
    Join Date
    Oct 2004
    Posts
    240

    Post Headers, Classes, and Functions question.

    Is there a website that explains in detail about specific headers, classes, and functions? Noob friendly preferred lol.

    Just curious because in reading books, tutorials, and source code. I often run apon a function, class, or header that i do not understand about. Take <iostream> for example. I understand i need it for cout and stuff, but what is its main porpouse? Does it contain a "std" class with methods such as cout and cin?

    Anyway thanks!
    01110111011000010110110001100100011011110010000001 11000101110101011010010111010000100000011011000110 10010110011001100101001000000111100101101111011101 0100100000011011100111010101100010

  2. #2
    VA National Guard The Brain's Avatar
    Join Date
    May 2004
    Location
    Manassas, VA USA
    Posts
    903
    I would try this website.
    • "Problem Solving C++, The Object of Programming" -Walter Savitch
    • "Data Structures and Other Objects using C++" -Walter Savitch
    • "Assembly Language for Intel-Based Computers" -Kip Irvine
    • "Programming Windows, 5th edition" -Charles Petzold
    • "Visual C++ MFC Programming by Example" -John E. Swanke
    • "Network Programming Windows" -Jones/Ohlund
    • "Sams Teach Yourself Game Programming in 24 Hours" -Michael Morrison
    • "Mathmatics for 3D Game Programming & Computer Graphics" -Eric Lengyel

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 11-04-2006, 01:09 PM
  2. im extreamly new help
    By rigo305 in forum C++ Programming
    Replies: 27
    Last Post: 04-23-2004, 11:22 PM
  3. Prime Number Generator... Help !?!!
    By Halo in forum C++ Programming
    Replies: 9
    Last Post: 10-20-2003, 07:26 PM
  4. include question
    By Wanted420 in forum C++ Programming
    Replies: 8
    Last Post: 10-17-2003, 03:49 AM
  5. question about classes and functions
    By killerasp in forum C++ Programming
    Replies: 6
    Last Post: 02-18-2002, 12:58 AM