Programming Forums
User Name Password Register
 

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

Reply
 
Thread Tools Display Modes
Old Apr 13th, 2006, 6:54 AM   #1
mrez0
Newbie
 
Join Date: Apr 2006
Posts: 1
Rep Power: 0 mrez0 is on a distinguished road
teach yourself c++ in 21 days

Start teaching yourself c++ in 21 days
Go to http://www.geocities.com/mrez0

It contains also compilers if you wish.
mrez0 is offline   Reply With Quote
Old Apr 13th, 2006, 7:32 AM   #2
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
Quote:
To start you daily lessons click here.
I prefer tutorials/books that contain sentences in proper English.
__________________

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 Apr 13th, 2006, 7:37 AM   #3
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
The beauty of the internet is that one has access to lebenty-jillion pages of information. Does it matter that it's 95+ percent inaccurate or schlocky chit? Nahhhhhhhh.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Apr 13th, 2006, 8:07 AM   #4
Toro
Hobbyist Programmer
 
Toro's Avatar
 
Join Date: Apr 2006
Posts: 136
Rep Power: 0 Toro is an unknown quantity at this point
I had to go through at least 5 pages just to see where the tutorial was. C++ in 21 days, LMAO! Maybe HTML in 21 Days, at least! But something that takes people years to master can be done within 21 days, its like trying to defy Newton's Laws of Gravity and Force. Something impossible to do!
Toro is offline   Reply With Quote
Old Apr 13th, 2006, 8:38 AM   #5
grumpy
Programming Guru
 
grumpy's Avatar
 
Join Date: Jun 2005
Location: Adelaide, South Australia
Posts: 1,260
Rep Power: 5 grumpy will become famous soon enough
Quote:
Originally Posted by Toro
I had to go through at least 5 pages just to see where the tutorial was. C++ in 21 days, LMAO! Maybe HTML in 21 Days, at least! But something that takes people years to master can be done within 21 days, its like trying to defy Newton's Laws of Gravity and Force. Something impossible to do!
Bad example. Newton's laws were based on empirical observation and Einstein proved they are an approximation to reality. Assuming, of course, that the speed of light in a vacuum is actually a constant for all observers. And it is possible to find examples where Newton's laws are incorrect, as they are a poor approximation.

It is actually possible to learn the basics of C++ in 21 days (syntax, a few simple techniques, and a couple of other things). And that's enough to satisfy someone who wants to claim a knowledge of C++. It is not enough to claim mastery of C++. Just as most carpenters probably learnt how to use a chisel in a few days, but few carpenters can (honestly) claim to be masters of their craft.
grumpy is offline   Reply With Quote
Old Apr 13th, 2006, 10:06 AM   #6
Toro
Hobbyist Programmer
 
Toro's Avatar
 
Join Date: Apr 2006
Posts: 136
Rep Power: 0 Toro is an unknown quantity at this point
Quote:
Originally Posted by grumpy
It is actually possible to learn the basics of C++ in 21 days (syntax, a few simple techniques, and a couple of other things). And that's enough to satisfy someone who wants to claim a knowledge of C++. It is not enough to claim mastery of C++. Just as most carpenters probably learnt how to use a chisel in a few days, but few carpenters can (honestly) claim to be masters of their craft.
Someone can learn the basics of C++ in no time. I learn the basics of programming a week after I started learning it. Anyone and everyone can learn the basics of anything they desire to learn but one can not master something in a matter of 3 weeks. Studying C++ for 3 weeks will not get you any futher than adding numbers and actually know what you are writing. Hey, one might be able to do more but within 3 weeks, how further can one go with something, no matter what it is. When someone purchasing a book containing at least 500 pages. They will assume that they will learn how to make their own Internet Browser or at least a iPod management program. I personally think learning from just a website on programming will no teach you everything that needs to be covered. I perfer actual textbooks or book at least 600+ pages with the exception of "The C Programming Language". But my whole point is that someone will get the idea of learning to program within a short period of time without having to know it a bad idea rushing the process.

And about my Physics example, I didn't assume someone was going to jugde my great details. My point of that was saying, one can't learn to program within a short time is like trying to defy gravity.
Toro is offline   Reply With Quote
Old Apr 13th, 2006, 7:07 PM   #7
grumpy
Programming Guru
 
grumpy's Avatar
 
Join Date: Jun 2005
Location: Adelaide, South Australia
Posts: 1,260
Rep Power: 5 grumpy will become famous soon enough
Quote:
Originally Posted by Toro
And about my Physics example, I didn't assume someone was going to jugde my great details.
One of the joys of a forum. People pick on what you say in different ways
Quote:
Originally Posted by Toro
My point of that was saying, one can't learn to program within a short time is like trying to defy gravity.
Well ...... we bipeds defy gravity every day by simply standing up
grumpy is offline   Reply With Quote
Old Apr 14th, 2006, 1:41 AM   #8
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 6 bl00dninja is on a distinguished road
well, the SAMS book of the same title for C++ will probably show you enough to get through a semester of a basic C++ class. even if you just get about "15 days" into it or so. great overview. as far as the website, i'm not interested in viewing it.

after going through something like that, you might want to look at a more in-depth book like stroustrup's or if you want something that jusat stresses the basics of the non-OOP part i suggest the K&R, and then maybe a data structures book. i really think we should have a book review forum where each thread is our personal review of a particular book. but NOTHING BEATS JUST WRITING PROGRAMS. your compiler can teach you a lot...run-time errors are the real sonofabitches.

good luck!

__________________
i put on my robe and wizard hat...

Have you ever heard of Plato, Aristotle, Socrates?...Morons.
bl00dninja 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 2:33 AM.

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