Results 1 to 7 of 7
  1. #1
    Luverdark's Avatar
    Join Date
    Jul 2015
    Gender
    male
    Location
    7,821
    Posts
    4,986
    Reputation
    1386
    Thanks
    2,030
    My Mood
    Yeehaw

    C++ Guide recommentdations?

    Looking to get into programming, going to begin with c++.

    was wondering if any of you have any good guides i could follow and test my skills along the way. I'm a bit stuck on how to get started.

    @Hell_Demon @MikeRohsoft Would appreciate any input from you guys too

    Thanks




     
    Member Since 07-18-2015
    Mpgh Premium 07-17-2016
    Mpgh Premium Seller 08-17-2016
    Mpgh News Force (Gaming News) 02-09-2017
    Mpgh News Resignation 06-08-2017
    Realm Of The Mad God Minion 12-11-2017
    Former Staff 09-25-2018

  2. #2
    MikeRohsoft's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Los Santos
    Posts
    797
    Reputation
    593
    Thanks
    26,314
    The Problem is, that i didn't learned C++ by a Book or something, i knew already a bunch of Coding Languages began then with C++ and there were already nearly nothing to learn, because i saw nearly everything of it in any language in any way except the pointer arithmetics.
    Honestly i learned the most things by just taking a Reference Project which does kind of what i'm searching for and write it as i need it to be.
    But to be fair, it also took like 15 Years to reach this Level xD so maybe you learn faster with a propper learning Way.
    I really hope someone else have better tips then me, because i feel very useless in this question, i'm very sorry

  3. The Following User Says Thank You to MikeRohsoft For This Useful Post:

    Luverdark (07-19-2018)

  4. #3
    KekKing's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    357
    Reputation
    41
    Thanks
    31
    My Mood
    Bitchy
    Quote Originally Posted by MikeRohsoft View Post
    The Problem is, that i didn't learned C++ by a Book or something, i knew already a bunch of Coding Languages began then with C++ and there were already nearly nothing to learn, because i saw nearly everything of it in any language in any way except the pointer arithmetics.
    Honestly i learned the most things by just taking a Reference Project which does kind of what i'm searching for and write it as i need it to be.
    But to be fair, it also took like 15 Years to reach this Level xD so maybe you learn faster with a propper learning Way.
    I really hope someone else have better tips then me, because i feel very useless in this question, i'm very sorry
    Nah, your advices are pretty good.
    I learned C++ basics and advanced shit just by literally doing problems.
    Every problem needs an algorithm to be solved, but you can make your own algorithm(For different problems).
    Start with sum problems,input and output,arrays,vectors,functions and classes.

    By doing and algorithm over and over, and/or modifying it after your needs is the way to learn, it will really stick into your mind.
    Last edited by KekKing; 07-14-2018 at 04:13 PM.
    Pretty good advices I suppose.


  5. The Following User Says Thank You to KekKing For This Useful Post:

    MikeRohsoft (07-15-2018)

  6. #4
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    I recommend picking up a book with good reviews and getting at least the basics down. A fun way to apply your new knowledge would be to perform challenges at https://projecteuler.net/
    Ah we-a blaze the fyah, make it bun dem!

  7. #5
    Rmzn0's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    75
    Reputation
    10
    Thanks
    114
    Bjarne Stroustrup - Programming 2nd edition . Good for beginners.

  8. #6
    Greythorne's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    235
    Reputation
    71
    Thanks
    30
    Bjarne Stroustrup and any of his beginner c++ books is a must read! Definetely learn and practice the basics and eventually it will come naturally and the rest is just problem solving!

  9. #7
    citydrifter's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    653
    Reputation
    32
    Thanks
    2,436
    My Mood
    Yeehaw
    I actually have a friend IRL who knows Bjarne Stroustrup.
    Read this one first "Teach Yourself C++" by Al Stevens.
    2 Read."C++ In Action" by Bartosz Milewski.
    3rd Read. "Fundamentals of C++ : Understanding Programming and Problem Solving" by Kenneth A. Lambert and Douglas W. Nance.

Similar Threads

  1. Guide On Using Olly Debugger
    By Dave84311 in forum Game Hacking Tutorials
    Replies: 1
    Last Post: 12-14-2013, 11:12 PM