Please review, give suggestion, and feel free to learn how to code a program in C++

Discussion in 'Programming' started by Kuriyaki, May 16, 2008.

  1. #1
    I'm starting a programming website and made a wordpress theme from scratch since I couldn't find a nice layout that would fit my needs. So in other words, I learned CSS, and a little how to manipulate Wordpress and its functions. So if something doesn't work, please tell me so. (Took me awhile...to do all of this trust me :) )

    I just realized I need to fix the C++ category page in to look like an introduction page showing the tutorials...I'll do that in a bit.

    Mainly was concerned if people could help me out with reviewing the following tutorials/articles/etc. To see if things don't seem clear, too hard to understand, or suggestions to make it easier to follow the tutorials. Thank you!

    http://talkbinary.com/2008/05/introduction-to-c/

    http://talkbinary.com/2008/05/getting-started-for-programming/

    http://talkbinary.com/2008/05/hello-world-in-c/

    Thank you!
     
    Kuriyaki, May 16, 2008 IP
  2. Nalltaroh

    Nalltaroh Peon

    Messages:
    54
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Well...
    The code available there is broken.
    #include
    using namespace std;
    
    int main()
      {
        cout << "Hello World" << endl;
        return 0;
      } 
    Code (markup):

    #include
    what? Maybe <iostream> :)
    Correct that error. In rest, everything seems OK, I like your idea. I bookmarked your blog ;)
     
    Nalltaroh, May 17, 2008 IP
  3. Kuriyaki

    Kuriyaki Peon

    Messages:
    257
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Sorry about that...if I go into the editor in wordpress to edit something, it makes <iostream> dissapear...
    Once school ends in a bit, I'll probably finish the C++ guide in about a week. :D Since I won't have anything to do for about two weeks.
     
    Kuriyaki, May 17, 2008 IP
  4. brian65

    brian65 Active Member

    Messages:
    1,172
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    88
    #4
    I liked the site and content. Minor spelling mistake in the introduction to c page - c with clasess.
     
    brian65, May 19, 2008 IP
  5. Kuriyaki

    Kuriyaki Peon

    Messages:
    257
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks for the update, I'll check it out!

    I've currently been working on a platformer using OpenGL.

    I got myself some Paper Mario Sprites and am making him jump around, and jumping on ledges.

    Also made some updates to the site to make it easier to navigate and see whats on each page.

    Just working on a few quirks. :)
     
    Kuriyaki, May 19, 2008 IP