Thread: errors removel during c++ programing

  1. #1
    Registered User
    Join Date
    Apr 2013
    Posts
    1

    errors removel during c++ programing

    i will never able to remove errors during c++ programing.cn anybody help me?

  2. #2
    Registered User
    Join Date
    Aug 2005
    Location
    Austria
    Posts
    1,990
    That's a funny question. You need to be a little bit more specific if you expect help.
    Kurt

  3. #3
    Registered User
    Join Date
    Jun 2005
    Posts
    6,815
    Not if you start with that attitude, no.

    Finding and removing errors is a basic skill that all programmers need to develop through effort. After that, comes skill to reduce chances of making errors in the first place.

    If you start with the attitude that you will never be able to remove errors, then you never will. Worse, if you expect other people to find and remove errors for you, without ever developing such skills of your own, then you will be useless as a developer.


    The trick is to EXPECT to make mistakes, to persist with identifying and correcting your mistakes, and to learn. Over time, you will find it becomes easier to identify, understand, and correct the errors you make. If you persist with that, eventually you will start developing techniques to avoid making errors in the first place. Couple that with a healthy amount of reading - to learn about techniques that other people use to avoid making errors - and you might eventually be a reasonable developer.


    All anyone else can do is give you advice when you make mistakes, advice about fixing them, and advice about avoiding them. But that only succeeds if you apply effort of your own.
    Right 98% of the time, and don't care about the other 3%.

    If I seem grumpy or unhelpful in reply to you, or tell you you need to demonstrate more effort before you can expect help, it is likely you deserve it. Suck it up, Buttercup, and read this, this, and this before posting again.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 02-18-2013, 12:06 AM
  2. programing with pi, can´t get it
    By royaro in forum C Programming
    Replies: 1
    Last Post: 02-12-2011, 05:01 PM
  3. c programing help
    By hot love in forum C Programming
    Replies: 5
    Last Post: 03-20-2009, 03:30 PM
  4. new to programing need help!!
    By newguy3121 in forum C++ Programming
    Replies: 18
    Last Post: 09-21-2006, 01:59 PM
  5. C++ Programing
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 10-06-2001, 04:13 PM