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

Learning Object-Orientation (C++)

Options
  • 09-07-2007 3:41am
    #1
    Registered Users Posts: 83,297 ✭✭✭✭


    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 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 Posts: 83,297 ✭✭✭✭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 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 Posts: 83,297 ✭✭✭✭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