An elementary question

Discussion in 'Computer Science & Culture' started by Gunjan, Jul 30, 2003.

Thread Status:
Not open for further replies.
  1. Gunjan Registered Member

    Messages:
    12
    I am learning c++ now.But one thing I am still not clear.Say,I have got a programming task.How can I know that I have to use a class now unless it is told to do so?

    Sorry for this so elementary question.
     
  2. Google AdSense Guest Advertisement



    to hide all adverts.
  3. AntonK Technomage Registered Senior Member

    Messages:
    1,083
    You need to get ahold of a basic programming or computer science book. What you are talking about is knowing about the "tools" to use. Its like building a bird house. You need know that you can use a hammer, and a saw and nails, etc. To be a programmer, learn the tools (such as different data structures and algorithms) and then you can know which to use for a problem. You've started too high. You're trying to build a house before a bird house. go back to basics.

    -AntonK
     
  4. Google AdSense Guest Advertisement



    to hide all adverts.
Thread Status:
Not open for further replies.

Share This Page