C++ Tutor? menu

User Tag List

Thread: C++ Tutor?

Results 1 to 9 of 9
  1. #1
    Abstraction's Avatar Member
    Reputation
    32
    Join Date
    May 2008
    Posts
    472
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    C++ Tutor?

    Can anyone tutor me me in C++? I would GREATLY appreciate it. Will +Rep

    C++ Tutor?
  2. #2
    gr3ger's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There's tons of c++ tutorials out there already. Just google it :P

  3. #3
    Abstraction's Avatar Member
    Reputation
    32
    Join Date
    May 2008
    Posts
    472
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I want someone to like teach me, not link a tutorial.

  4. #4
    Jens's Avatar Contributor
    Reputation
    179
    Join Date
    Sep 2006
    Posts
    251
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    But you're probably not going to find anyone willing to tutor you, at least not for free, and especially not if you don't want to put in the effort of just reading a tutorial.
    The easiest way would probably be to just buy a book on the subject, there are lots of good books about c++

  5. #5
    B0unty's Avatar Member
    Reputation
    8
    Join Date
    Aug 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well if you want an small tutor i can make you one :P but first of all if you think straight going for game programming or applications n/a not gonna happen.

    so lets get started.
    file-> new -> project -> Console app.
    //* these things are comments and will not do anything harm for the program if you have them after Slash.

    #include <iostream>
    //* allways add ; after everylane. expect #include lanes

    using namespace std; //* this is not neccesary.

    int main(int argc, char *argv[])
    int number; //* this allows people write numbers to you program.
    char name[20]; //* allows write letters the [20] means which is the letter cap
    float decimal; //* this allows ppl to write decimals like 0.5, i wont tell anything more about this in the program..
    {
    cout << "enter a number here tyty"; //* cout will print the text on screen which is in side quoting marks ("")
    cin >> number; //* this reads the last lanes command and writes it down for the system.
    cout <<"enter a word here maximum letters is set to 20";
    cin >> name; //* this reads the letters which were typed.
    cout <<" hello " << name << "u entered number" << number; //* this will tell the word and the number which the user entered.

    system("PAUSE");
    return EXIT_SUCCESS;
    }
    feel free to pm me.
    Last edited by B0unty; 03-23-2009 at 10:47 AM.

  6. #6
    SKU's Avatar Contributor
    Reputation
    306
    Join Date
    May 2007
    Posts
    565
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ropza View Post
    Code:
    system("PAUSE");
    This' gonna be fun.

  7. #7
    B0unty's Avatar Member
    Reputation
    8
    Join Date
    Aug 2008
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what gibs?

    it wont wreck the program just ends it..

  8. #8
    Brandaho's Avatar Active Member
    Reputation
    15
    Join Date
    Sep 2007
    Posts
    129
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Uh? Your declaring the variables outside the brackets? I assume I'm wrong but I was always taught to do it inside of them.

  9. #9
    shingetterrobo's Avatar Banned
    Reputation
    15
    Join Date
    Mar 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ropza View Post
    what gibs?

    it wont wreck the program just ends it..
    your using a sledgehammer to knock over a dollhouse.


    for more information. see Things to Avoid in C/C++ -- system("pause"), Part 4 - GIDNetwork

Similar Threads

  1. Looking For AutoIt Tutor
    By -| SyphirX |- in forum Community Chat
    Replies: 0
    Last Post: 02-10-2010, 05:51 PM
  2. [Need Tutor] TrinityCore2 Scripting
    By robotbear in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 07-11-2009, 04:20 PM
All times are GMT -5. The time now is 06:53 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search