learning c++

Discussion in 'Off-Topic Lounge' started by walsh06, Oct 9, 2009.

  1. walsh06

    walsh06 Well-Known Member

    well i have been looking at some video tutorials and read some web pages but i think a book would be really helpful. Getting a good C++ book where i live could be tricky so I want to order from the internet. The problem is that its hard to find a good book on the internet too. So i want some suggestions on books that are good. Thanks for any help :)
     
  2. Ravenblack

    Ravenblack Well-Known Member

    Feb 24, 2009
    1,755
    0
    0
    Singapore
    C++ Without Fear by Brian Overland is newbie friendly. It teaches the basics and in a good order.

    And check out this website for more useful info and book recommendations.
     
  3. walsh06

    walsh06 Well-Known Member

    well I looked up that book and its real cheap on amazon so I will probably get it. Thanks for the link to the site too. Some good stuff on there :)
     
  4. wootbean

    wootbean Well-Known Member

    Feb 8, 2009
    5,549
    1
    36
    the next whiskey bar
    I think I actually looked at C++ for Dummies :p

    I also had another book Algorithms in C++ but yeah that's not focused on the language
     
  5. sam the lion

    sam the lion Well-Known Member

    Jan 12, 2009
    1,456
    0
    36
    Italy
  6. dogmeat

    dogmeat Well-Known Member

    Apr 6, 2009
    1,680
    2
    0
    Information Security Engineer
    San Francisco, CA
    Problem solving with C++ 7th edition

    Mind you its a text book for college, and is 80$ but is quite possibly one of the best text books I've ever read.
     
  7. walsh06

    walsh06 Well-Known Member

    thanks for all the suggestions. Ill look into them and see which one ill get. One thing though Im having a problem with a small project. Im getting these errors:

    [warning] comparison is always true due to limited range of data type
    [warning] comparison is always false due to limited range of data type
    [warning] multi-character character constant

    They are showing up for a lot of lines but I dont know what they mean at all.
     
  8. wootbean

    wootbean Well-Known Member

    Feb 8, 2009
    5,549
    1
    36
    the next whiskey bar
    I had to deal with much more than that last year when I learned java. Does it tell you what lines they're on? It'd be easier if I could see the code because I suck at giving explanations, some guys here are probably better than I am
     
  9. yewwon

    yewwon Well-Known Member

    Aug 24, 2009
    119
    0
    0
    College Student
    New Jersey
    how weird, i just learned the basics of coding vex bots for my robotics team today
     
  10. walsh06

    walsh06 Well-Known Member

    They start about half way down the code and one of them is on every line then I think.
     
  11. wootbean

    wootbean Well-Known Member

    Feb 8, 2009
    5,549
    1
    36
    the next whiskey bar
    Would you mind posting the code you wrote? It might be easier for me to explain that way :eek:

    Actually I'm not sure if I can because I'm more used to Java now, but I can try
     
  12. walsh06

    walsh06 Well-Known Member

    ok i thought it would be easier to post here again then start a new topic. So i have got the first book mentioned "C++ without fear" and I have to admit its really good. Im nearly finished with that. While gong through it I have made quite a few text games. My best one I think is a game that allows you to bet on horses.

    Anyway back on topic. I want to start with graphics and I decided to try and start with Allegro as that is meant to be good but not too difficult. My problem is setting it up. Its got so many steps. I tried to download using the package thing on DevC++ but that didnt work. So i looked up and you have to move some files around but.......
    I just dont get it. Anyway got a site with straight steps on what to do??
     
  13. dogmeat

    dogmeat Well-Known Member

    Apr 6, 2009
    1,680
    2
    0
    Information Security Engineer
    San Francisco, CA
    a subscription to safaribooksonline will save you money, tons of books on there.
     
  14. walsh06

    walsh06 Well-Known Member

    Ok thank you for the partly relevant reply.

    Anyone actually answer it now??
     

Share This Page