Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

C to C++

Options
  • 25-11-2005 9:28pm
    #1
    Registered Users Posts: 3,945 ✭✭✭


    Hey,

    I'm currently learning C but I want to try my hand at modding games. More specifically, I want to mod the HL2 engine which is written in C++.

    Anyway, is there much of a jump in difficulty from C to C++?

    Thanks.


Comments

  • Registered Users Posts: 19,396 ✭✭✭✭Karoma


    Free book, Thinking in C++
    Hope this helps..


  • Registered Users Posts: 1,865 ✭✭✭Syth


    C++ is just like the name C plus a bit. Every C programme is a valid C++ programme, but not the other way around. If you know another object orientated programming language, then it shouldn't be too hard.


  • Registered Users Posts: 19,396 ✭✭✭✭Karoma


    Syth wrote:
    C++ is just like the name C plus a bit.
    bit = another plus? (sorry! so..so sorry. I couldn't resist.)

    So yeah, agreed; from a syntax point of view: you should be able to pickup C++ quickly enough. However, there is a substantial mental jump to truly understanding and using O.O. ..


  • Registered Users Posts: 3,945 ✭✭✭Anima


    I see.

    Thanks lads.


  • Registered Users Posts: 1,481 ✭✭✭satchmo


    Check out the tutorial on cplusplus.com, should bring you up to speed.


  • Advertisement
Advertisement