Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Learning Object-Orientation (C++)

  • 09-07-2007 03:41AM
    #1
    Registered Users, Registered Users 2 Posts: 86,683 ✭✭✭✭


    Any great place where I can read-off a tutorial on how to do Object-Oriented programming? Im using Borland C++ Enterprise 6.


Comments

  • Registered Users, Registered Users 2 Posts: 2,481 ✭✭✭Fremen


    I learned most of what I know from
    http://www.cplusplus.com/doc/tutorial/

    You might want to rethink learning C++, I would advise you to begin with Java. Objects in C++ "talk" to each other using things called pointers, which aren't easy to get your head around. Things are a bit simpler in Java.


  • Registered Users, Registered Users 2 Posts: 86,683 ✭✭✭✭Overheal


    Im already in a programming course and we know all about em thank you ^_^ but its the down-season and I wanted to move on to objects. I think next year its C#...


  • Registered Users, Registered Users 2 Posts: 330 ✭✭leahcim


    If you are going to be using C# next year why would you bother messing about with C++. C# is a much more modern OO language and if you can already program in C it would be a very easy transition.

    Visual Studio Express edition (C#) is free.

    This is a very good tutorial on C#
    http://www.functionx.com/csharp/

    You can get Visual Studio Express from here
    http://msdn.microsoft.com/vstudio/express/downloads/


  • Registered Users, Registered Users 2 Posts: 86,683 ✭✭✭✭Overheal


    cheers for that reference - it looks pretty ^_^

    we bothered with C/C++ so we could get a taste for its performance power which is kinda uber when you give it a thought. I think we were only using standard C libraries anyway - just in a ++ environment /=|

    Not terribly sure the motive behind knowing C# except maybe for the convenience factors (my god, the time I spent troubleshooting array-boundaries) and resource management... its for a Games course anywho and somehow I reckon I will be learning a 3rd or 4th language before I'm done.


Advertisement