CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 3 of 3 FirstFirst 123
Results 31 to 45 of 45
  1. #31
    Join Date
    May 2009
    Posts
    2,413

    Re: beginners' guides/ tutorials/ courses recommendations?

    Quote Originally Posted by andrey_zh View Post
    Learn either C or Pascal (better both)! C is almost the subset of C++. Pascal lacks some C tricky constructions, but modern extensions seem to provide even some C++-like constructions.
    If we're talking other languages, there's an optimal choise for the OP, namely Java. It's much easier than than C++ in many ways and it's the language the OP is most likely to encounter in his further education.

  2. #32
    Join Date
    Aug 2007
    Posts
    858

    Re: beginners' guides/ tutorials/ courses recommendations?

    Quote Originally Posted by nuzzle View Post
    Sure, but better safe than sorry. For people with a certain predisposition, programming has a tendency to become compulsory. It may easily lead to neglect.
    You really think that the kind of teenager who would abandon schoolwork to become a leet hacker is going to stop programming and become valedictorian just because you tell them to?

  3. #33
    Join Date
    Aug 2009
    Posts
    41

    Re: beginners' guides/ tutorials/ courses recommendations?

    ...i think i'll just look at the local bookstore

  4. #34
    Join Date
    Aug 2009
    Posts
    41

    Re: beginners' guides/ tutorials/ courses recommendations?

    i got SAMS teach yourself c++ in hour a day. is that a good choice?

  5. #35
    Join Date
    Jan 2008
    Location
    California, USA
    Posts
    822

    Re: beginners' guides/ tutorials/ courses recommendations?

    Quote Originally Posted by Ace of Anton View Post
    i got SAMS teach yourself c++ in hour a day. is that a good choice?
    I havn't read that book. But if it's one of those "master something in 21 days", then, I'd say big no to that, for the reasons you will see clearly as you wade through the sea of C++ in the future.

    By the way, they have AP courses in J.H.S now? dang...

  6. #36
    Join Date
    Jan 2008
    Location
    California, USA
    Posts
    822

    Re: beginners' guides/ tutorials/ courses recommendations?

    Quote Originally Posted by Speedo View Post
    If the only way to have a career in programming was to be high school valedictorian and then attended MIT or Stanford, this would be a very small field. If he is able to pursue his interest in programming without neglecting his schoolwork, there is not reason whatsoever that he shouldn't do so.
    Hello Speedo, it's been awhile since I saw your post! (isn't it? ....not sure)

    I'm afraid, I must disagree with you on this, and say that
    Nuzzle made a valid (and realistic) point about having the degree.
    For the past two years, I've completely devoted my heart and soul in learning C++.
    I can say this,
    because I've looked at a full 3 sememster(1 and 1/2 year) C++ course at two different
    local colleges, and was pleasantly surprised that the highest level of C++ was something I
    learned long, long before (thanks to all the CG members!)

    But two years of self-devotion doesn't come even close to having an associate degree.
    For God knows how long I've tried to find intern position,
    but I havn't got a single reply... Why? because almost all employers require a 4-year degree,
    and now, I'm 99% certain that my resume doesn't even make it to the HR desk.

    The field itself might be big, or small, I don't know.
    One thing I do know is that the doors surely is prejudicous.

  7. #37
    Join Date
    May 2009
    Posts
    2,413

    Re: beginners' guides/ tutorials/ courses recommendations?

    Quote Originally Posted by Speedo View Post
    You really think that the kind of teenager who would abandon schoolwork to become a leet hacker is going to stop programming and become valedictorian just because you tell them to?
    Well what do I know. There's never a guarantee people will listen to you but that's a risk I'm willing to take.

  8. #38
    Join Date
    Aug 2009
    Posts
    41

    Talking Re: beginners' guides/ tutorials/ courses recommendations?

    Quote Originally Posted by potatoCode View Post
    I havn't read that book. But if it's one of those "master something in 21 days", then, I'd say big no to that, for the reasons you will see clearly as you wade through the sea of C++ in the future.

    By the way, they have AP courses in J.H.S now? dang...
    it isn't a teach yourself in 21 days book. so far, it's pretty good. btw, why do most guides/tutorials put loops in the middle or end? i learned those almost immediately. hm.

    oh, and not normally. but i'm a special case

  9. #39
    Join Date
    Aug 2009
    Posts
    41

    Re: beginners' guides/ tutorials/ courses recommendations?

    one of the authors is a guru here, it says in his bio in the book. does the name jesse liberty ring a bell?

  10. #40
    Join Date
    May 2009
    Posts
    2,413

    Re: beginners' guides/ tutorials/ courses recommendations?

    Quote Originally Posted by Ace of Anton View Post
    one of the authors is a guru here, it says in his bio in the book. does the name jesse liberty ring a bell?
    So you're a troll.

    Well what did you accomplish?

    To be a troll you should have an agenda.

  11. #41
    Join Date
    Aug 2009
    Posts
    41

    Re: beginners' guides/ tutorials/ courses recommendations?

    come again?

  12. #42
    Join Date
    Jul 2005
    Posts
    185

    Re: beginners' guides/ tutorials/ courses recommendations?

    Take this advice, it'll save you a lot of time:

    http://www.cplusplus.com/

    That's ALL YOU NEED.

    Good luck!

  13. #43
    Join Date
    Jul 2005
    Posts
    185

    Re: beginners' guides/ tutorials/ courses recommendations?


  14. #44
    Join Date
    Aug 2009
    Posts
    41

    Re: beginners' guides/ tutorials/ courses recommendations?

    an hour and a half and counting! 12 reloads, lots of frustration. well, the link doesn't work.

  15. #45
    Join Date
    Aug 2009
    Posts
    41

    Re: beginners' guides/ tutorials/ courses recommendations?

    oh wait. nvr mind! thanks!

Page 3 of 3 FirstFirst 123

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured