Thread: new to object oriented!!!!

  1. #1
    Registered User
    Join Date
    Mar 2009
    Posts
    33

    new to object oriented!!!!

    hii i m new to object oriented programming and now want your help that what is the best way to learn it quickly obviously by practise but what kind of programs can any one give me idea of any program so that i implement it for my better practise..mind it that i already implemented some simple programs and now i want some hard job..!!thanxx

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    It is pretty pointless to give someone a program to implement that this person is not interested in.

    You could of course do all sorts of simple things:
    • Calculator
    • Calendar
    • Address book
    • CD/MP3 collection database
    • Simple text editor (like Notepad in Windows or even simpler).


    All of which will teach you a fair bit about objects and programming in general.

    But really, to make it sensible, you should find something that YOU would LIKE to do - and them implement it.


    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  3. #3
    Registered User
    Join Date
    Apr 2008
    Posts
    890
    Supplement your practice with a good book, like this.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What's a good Object Oriented Strategy for OpenGL/Graphics
    By indigo0086 in forum Game Programming
    Replies: 9
    Last Post: 04-03-2007, 06:27 PM
  2. object oriented C
    By FlatLost in forum C Programming
    Replies: 4
    Last Post: 11-08-2005, 06:22 AM
  3. Question on l-values.
    By Hulag in forum C++ Programming
    Replies: 6
    Last Post: 10-13-2005, 04:33 PM
  4. A question about constructors...
    By Wolve in forum C++ Programming
    Replies: 9
    Last Post: 05-04-2005, 04:24 PM