Thread: C++ Basics part two

  1. #1

    C++ Basics part two

    I made another tutorial, I think it sucks hard, but I want to know why it sucks. You can find it by clicking the link in my signature and click on C++ Basics 2 under Articles and Tutorials

  2. #2
    Registered User
    Join Date
    Jan 2003
    Posts
    361
    I think those are good tutorials, I like how detailed they are.

    I did notice a few minor spelling errors, might wanna run those through a spell check.

  3. #3
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    Today I'm going to teach you to use variables,

    Sorry, but that stood out too much I thought it was a bit much to be looking at if you are a beginner...It would be great to add some visuals and at least insert the code right on that page (in a nice little table or something)



    I also thought color-coding things would be good too. You could put important things in one color, and less important things in another color (probably best just to color code as paragraphs)

    I've always thought breaking things up makes it much easier to understand.


    Just my two cents!
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

  4. #4
    What do you mean by color coding important parts? I've never seen that before. Oh, and I said I'm going to learn you to use variables, not teach, it's a stupid joke, I know, but I thought the bubba part at the end would get the point across that it was a joke.

    I tried doing the code in the page with tables, and it is a pain to do. I gotta make a new table every time I put code in, change the text size, etc. It's easier just to put it in seperate files. It's easier to navigate the site too, because you can scroll the page down and still see the code without scrolling back up.

    I appreciate your comments, though! Don't think I'm $$$$$ing at you or anything!

    PS: Thx Glirk! I'm going to run a spell check sometime this afternoon.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to get domain part from URL
    By George2 in forum C# Programming
    Replies: 2
    Last Post: 07-23-2008, 12:06 PM
  2. How to get a part of a string from a point onwards
    By pseudonoma in forum C Programming
    Replies: 2
    Last Post: 03-22-2008, 04:09 PM
  3. Replies: 9
    Last Post: 07-11-2006, 04:28 AM
  4. Can someone look over my code? part 2
    By brooklyn in forum C++ Programming
    Replies: 10
    Last Post: 04-18-2006, 06:33 AM
  5. Suspicious Pointer Conversion
    By mr_spanky202 in forum C Programming
    Replies: 35
    Last Post: 04-11-2003, 12:35 PM