Where to start learning c++? menu

User Tag List

Results 1 to 8 of 8
  1. #1
    mafiaboy's Avatar Contributor
    Reputation
    235
    Join Date
    May 2007
    Posts
    698
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Where to start learning c++?

    My god the thing u can do with c++!!!!!! If only i knew how.

    How did you guys start learning c++? I've tried a book and still it just doesnt click..QQ ( by herbert Schidlt , ascended recommended it)

    Is it possible to go into c++ with abosoluetely 0 knowledge of java,C flash etc...

    All i know is modifying the ascent cores cuz theirs guides on it. And ofc mysql queries and database maintenance.

    I really want to take wowmafia to another level.

    Where to start learning c++?
  2. #2
    Saedusii's Avatar Contributor
    Reputation
    116
    Join Date
    Nov 2007
    Posts
    457
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gastric told me books.

    And I already had one (Found it in a bookcase, woot!) and it's going pretty smoothly.

    So... Books should help.

    Otherwise, googlez + teh intarwebz.

    Good website be here - Learn C++ - » The C++ Tutorial
    Last edited by Saedusii; 02-20-2008 at 11:06 PM.


  3. #3
    EmuGod's Avatar Contributor
    Reputation
    143
    Join Date
    Sep 2007
    Posts
    203
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, in all actuality, I would take c++ scripts, download them, look at the formatting, and determine what did what. Then I would look at another script that was written for something different, and judge what did what on it. If I thought that I wasn't looking at somethign the right way, then I began taking those scripts, and compared them to others that had somewhat of relevancy, but also some changes. You'll also notice that c++ has a fe different structure types, and while I'm not advanced enough to tell you about them, and how they work, I can tell you that it's best to learn a mix of all of them, in case you run into problems with one as they can all interact with each other succesfully.

  4. #4
    CoolManBob's Avatar Active Member
    Reputation
    92
    Join Date
    Jul 2006
    Posts
    208
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Read Books, Look at lots of Source code, Read lots of tutorials, ask questions at big programming forums, use google, talk to real life programmers. If all else fails pray to the coding gods to grant you 1337 programming skills

    And no you don't need to know any other programming language to learn C++

  5. #5
    Saedusii's Avatar Contributor
    Reputation
    116
    Join Date
    Nov 2007
    Posts
    457
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Find example programs, and if it explains what stuff does, great.

    For example, Cout is a special object that represents the console/screen. The << symbol is an operator (much like + is an operator) called the output operator. Cout understands that anything send to it via the << operator should be printed on the screen. Endl is a special symbol that moves the cursor to the next line.
    Code:
    #include <iostream>  
       
     int main()  
     {  
        using namespace std;  
        cout << "Hello world!" << endl;  
        return 0;  
     }
    (From teh intarwebz) [Too lazy to type.]
    Last edited by Saedusii; 02-20-2008 at 11:16 PM.


  6. #6
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I suggest php, then C++.
    It will make it easier...trust me

  7. #7
    mafiaboy's Avatar Contributor
    Reputation
    235
    Join Date
    May 2007
    Posts
    698
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yea i understood what most variables mean reading from a book, it just seems i cant apply them to actually make a program....

    I never got what the #include <????> is.

    how long did it take you guys to learn?

  8. #8
    Le Froid's Avatar Contributor
    Reputation
    172
    Join Date
    Mar 2007
    Posts
    1,327
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mafiaboy View Post
    yea i understood what most variables mean reading from a book, it just seems i cant apply them to actually make a program....

    I never got what the #include <????> is.

    how long did it take you guys to learn?

    Took me 1 to 1 1/2 months to get the basic structure of it...

    Like close to 10 months into using it and I am pretty good, so I would say a few months to get kind of familiar or good with it.

    Also #include can include a .h[eader] file you made, or something else like iostream for example.
    It gets very useful when you want to make complicated things too

    Header files perform a certain function you are trying to use

Similar Threads

  1. Where to start learning
    By hellfall in forum Diablo 3 Memory Editing
    Replies: 36
    Last Post: 06-26-2012, 12:37 PM
  2. Looking to start learning a programming language, where to begin...
    By Itsrambo in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 02-18-2011, 04:15 PM
  3. guys you know maybe e where can i found into about start learning c++ and all that ?
    By yanivkalfa in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 03-25-2008, 08:34 AM
  4. Using photoshop - where to start?
    By Svpam in forum Community Chat
    Replies: 3
    Last Post: 02-18-2008, 11:52 AM
  5. I Want To Learn C++, Where to start?
    By mafiaboy in forum World of Warcraft Emulator Servers
    Replies: 11
    Last Post: 01-04-2008, 10:32 AM
All times are GMT -5. The time now is 08:09 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search