Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jan 30th, 2006, 11:24 PM   #1
jayme
Professional Programmer
 
jayme's Avatar
 
Join Date: Nov 2005
Location: Canada
Posts: 495
Rep Power: 0 jayme is an unknown quantity at this point
Send a message via MSN to jayme
ByeBye

I am sad to say, I will be leaving this community for a few days/weeks/months. I'm not sure how long I will be, not like it really makes a big difference. When I come back, I will be a changed programmer. I am taking a break from all projects I have been working on and all questions I might have been preparing to ask, to do a bit of studying. My moms used to actually program in C++ so she has a few books lieing around, I asked a couple people at my work and they said they would bring a couple in if they could find any, I asked the computer science teacher at the school I went to last year and he said I could use some of his extra books and I am not very proud to say, but I have downloaded 2 books off emule(newer books) because most of the books I am recieving are older and I don't have any extra money to be buying programming books with. All in all, I will have about 19 books to read, a lot of the books I will be reading the same things over because how different can 5 intermediate books on general C++ programming be, right? I am doing that because then it will for sure get stuck in my head.

I will be back for the occasional lounge topics and I'll still be on irc but I will probably leave the programming scene for a bit, or as far as the "learn from experience" programming goes, since it didn't help me as much as it could have. Anyways, good luck to everyone on whatever they plan to accomplish, was fun while it lasted while I was here in my "nub" state, but it's time to move on, perhaps even answer peoples questions with the correct answer. See you in a few weeks(probably).
__________________

Quote:
Originally Posted by Mohamed Jihad
Durka durka!
Due to incorrect calculations during the middle ages, our calendar actually begins a few years after Jesus' birth. Thus the real 6/6/6 happened a few years back. The world already ended and you missed it.

Download Code::Blocks now!
jayme is offline   Reply With Quote
Old Jan 30th, 2006, 11:45 PM   #2
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
You'll be back, I don't quite understand the premise of taking some time off from here to learn programming -- but I wish you the best of luck nonetheless.
__________________

tempest is offline   Reply With Quote
Old Jan 31st, 2006, 1:54 AM   #3
Klipt
Hobbyist Programmer
 
Join Date: Dec 2005
Posts: 118
Rep Power: 0 Klipt is an unknown quantity at this point
Good luck, and remember - reading on its own doesn't help (unless you have a photographic memory). Read and play, read and play
Klipt is offline   Reply With Quote
Old Jan 31st, 2006, 2:59 AM   #4
Yarvin
Programmer
 
Join Date: Sep 2005
Location: Anchorage, Alaska
Posts: 37
Rep Power: 0 Yarvin is on a distinguished road
yeah... I don't know what leaving to learn to program is ganna do to help.... best way to learn is by trial and error and when that error happens (trust me it will) then thats where we come in also if your into c++ check out http://www.cprogramming.com killer tutorials for C/C++ and the Message board is awsome.... thats where I first learned to program.

anyways no matter what your decision is I wish you the best of luck
Yarvin is offline   Reply With Quote
Old Jan 31st, 2006, 3:19 AM   #5
ivan
Professional Programmer
 
ivan's Avatar
 
Join Date: Sep 2005
Location: serbia & montenegro
Posts: 484
Rep Power: 3 ivan is on a distinguished road
I think other people are right, programming by experience is the best, but that is your decision. Good luck!
ivan is offline   Reply With Quote
Old Jan 31st, 2006, 7:44 AM   #6
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
I agree, trial and error is the best approach.
IF you find a way to shake the PFO addiction, let us know.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Jan 31st, 2006, 8:22 AM   #7
King
Professional Programmer
 
King's Avatar
 
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 375
Rep Power: 0 King is an unknown quantity at this point
I think if he reads these books and practices the stuff in them as he goes along it will make him a better coder. And then when he decides to do a project there will be less trial and error on the basics. Don’t get me wrong, trial and error is a great way to learn, but its good to start with some experience and have a good concept of the basics before diving into a bigger project.
__________________
I am Addicted to Linux!
King is offline   Reply With Quote
Old Jan 31st, 2006, 8:55 AM   #8
clsk
Newbie
 
Join Date: Jan 2006
Posts: 13
Rep Power: 0 clsk is on a distinguished road
I'd say one good book. And ignore the older books. Remember that the c++ standard was drafted in 1998 and confirmed in 1999 IIRC. So books older than maybe 2000 are out-of-date with the standard. One book people recommend alot is Accelerated C++. I've never read it myself but I've heard alot of good things about it. The book I used to learn C++ was Thinking in C++ which is even free online from the author's website.
You will need to practice as you learn. Just reading the material will bore you and drive you out of it. So just write trivial programs that don't do much but that will help you understand the topic you're reading on your book. Maybe doing the exercises on your book will help you.
clsk is offline   Reply With Quote
Old Jan 31st, 2006, 9:07 AM   #9
crazykid48x
Programmer
 
crazykid48x's Avatar
 
Join Date: Apr 2005
Posts: 96
Rep Power: 4 crazykid48x is on a distinguished road
I tried this once. I planned to take a break on programming practice and just read books. I picked up 2 books on c++, one on directx and one on opengl. I studied for weeks and I didnt code a single line. All in all I got frustraded and didnt learn a thing. Practicing programming is where the real learning takes place, because you do have to learn by trail and error.

If i am right about what I just said, you didnt learn anything from my post, becaused you only read it. And you will go on and read books for weeks and learn by trail and error that that probly wasnt the best way to spend your time. Good luck!
crazykid48x is offline   Reply With Quote
Old Jan 31st, 2006, 10:13 AM   #10
King
Professional Programmer
 
King's Avatar
 
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 375
Rep Power: 0 King is an unknown quantity at this point
All you people who are saying trial and error is the only way to learn, and books don't teach you anything... Well you are wrong. OK so you wan't to code up a program using sockets... but you have no clue how to use sockets, your going to have to read a book or an internet page to find out how it is done, then practice it. Telling this kid not to read books is retarded. Read the books and then practice what you learned from them.
__________________
I am Addicted to Linux!
King is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:16 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC