Closed Thread
Results 1 to 7 of 7

Thread: I Give Up...

  1. #1
    Hunter100 is offline Programming Professional
    Join Date
    Feb 2010
    Location
    Australia
    Posts
    289
    Rep Power
    0

    Post I Give Up...

    Wow, I have tried so many times to understand C++...so far I'm not very far.

    I get compiler errors that I don't understand from every program I have used. I don't jump languages...I stay on C++ and keep trying, but to no evail. I've lost all morale. I get tired when I do this stuff, I get tired of the errors, the terms, the coding.

    In my last hope I am asking for advice.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    genux's Avatar
    genux is offline Learning Programmer
    Join Date
    Dec 2009
    Location
    Norwich
    Posts
    79
    Rep Power
    8

    Re: I Give Up...

    Umm.. I would say get a good book (The C++ programming language by stroustrup) or a good website that may put the way that you learn coding interesting and also understanding for you..

    what is the main thing that you want to make in C++ ? good to start with a cool project and then build from that.. be it to find out the details of a mp3 file.. e.g. file structure.

    Pick a good idea and I am sure it will make sense in the end
    Code:
    int coffeePerDay = 10; // need to cut down!!!
    Codingfriends

  4. #3
    Hreno's Avatar
    Hreno is offline Newbie
    Join Date
    Nov 2009
    Location
    Slovenia
    Posts
    11
    Rep Power
    0

    Re: I Give Up...

    Maybe you should try another language. C++ is quite hard for starters.

    I suggest you dive into Java. It will also allow you to have a smooth transition to C++ later on, when you grasp the basics.

  5. #4
    Join Date
    Jul 2006
    Posts
    16,486
    Blog Entries
    75
    Rep Power
    143

    Re: I Give Up...

    If you post the compiler errors and code, we'll help you understand the errors and fix them.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #5
    genux's Avatar
    genux is offline Learning Programmer
    Join Date
    Dec 2009
    Location
    Norwich
    Posts
    79
    Rep Power
    8

    Re: I Give Up...

    Yeah.. java is easier to get around with, or even C#.

    But as wingedpanther says, if you post your errors then this site is really good at figuring out why and whats .
    Code:
    int coffeePerDay = 10; // need to cut down!!!
    Codingfriends

  7. #6
    abdul.gafur's Avatar
    abdul.gafur is offline Learning Programmer
    Join Date
    Mar 2010
    Location
    Salo, Riau, Indonesia
    Posts
    42
    Rep Power
    0

    Re: I Give Up...

    HEHE, nothing easy in this world, take heart

  8. #7
    loldotexe is offline Newbie
    Join Date
    Mar 2010
    Posts
    1
    Rep Power
    0

    Re: I Give Up...

    Ok I have 2 solutions
    1- Buy a book , I recommend "C++ For Dummies".
    2- I strongly recommend the book, but if you dont want to, then learn a code like visual basic.
    its much easier and the compiler is very user friendly and it will help you learn programming concept
    rather than worrying about code and syntax.

    keep in mind that programming is hard to understand at first but once you do you will find out that it is the easiest thing in the world. just keep your mind relaxed

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. give your reviews
    By hkp in forum Site Reviews
    Replies: 6
    Last Post: 09-02-2010, 12:07 PM
  2. give me solve
    By kiddies in forum Perl
    Replies: 4
    Last Post: 01-13-2010, 05:25 PM
  3. i give money to anyone who help me out with this!!!
    By Shakmun in forum MarketPlace
    Replies: 12
    Last Post: 12-18-2009, 10:27 AM
  4. Please give me a clue
    By th3cl41 in forum General Programming
    Replies: 4
    Last Post: 02-10-2009, 07:36 AM
  5. i give money to anyone who help me out with this!!!
    By Shakmun in forum Visual Basic Programming
    Replies: 1
    Last Post: 10-13-2006, 09:20 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts