Thread: Tutorials

  1. #1
    I'll take you down! polonyman's Avatar
    Join Date
    Sep 2004
    Posts
    50

    Angry Tutorials

    Hey. Im sick of all the tutorials that I can find on the web. They dont comply with any of the new standards so if anyone knows a good one post it. I'll google it but I haven't been successful so far.

  2. #2
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    There isn't one that I know of, off hand but the ones at cplusplus.com are good the ones here are good umm basically with those tuts all you do is change iostream.h to iostream and just add a using namespace std unless you know the functions that are standard then you can use using std::whatever or just when you use them std::cout<<"blah" so on and so forth.
    Woop?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 04-06-2007, 05:10 PM
  2. Why don't the tutorials on this site work on my computer?
    By jsrig88 in forum C++ Programming
    Replies: 3
    Last Post: 05-15-2006, 10:39 PM
  3. Wiki for Tutorials
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 08-16-2005, 03:03 PM
  4. CProgramming.com should update their tutorials.
    By PorkyChop in forum C++ Programming
    Replies: 17
    Last Post: 09-19-2004, 10:51 PM
  5. Best way to organize tutorials
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 05-30-2004, 04:41 AM