











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
Pages (2): [1] 2 »
| Author |
Any One Knows Any Goood Programming Books That A Young Kid A Beginner Can Use?
|
webd
Senior Member F
Registered: Feb 2001 Location: San Fernando Country: Trinidad and Tobago State: Certifications: i-Net+ Working on: CCNA
Total Posts: 155
|
|
Any One Knows Any Goood programming Books That A Young Kid A Beginner Can Use?
CAN SEOME ONE PLEASE TELL ME OF A GOOD BEGINNERS programming BOOK FOR A YOUNG KID SAY 14 YEARS OLD. THIS IS A NEW BABY INTO COMPUTER SON THE HOLD AND WELL WOULD LIKE TO DO programming AND I WANTTO KNOW WHAT A GREAT "START FROM SCRATCH" BEGGINERS BOOK TO START WITH???
__________________
Jamie Deonanan, i-Net+
Report this post to a moderator
|
|
07-23-01 02:09 PM
|
|
techdaemon
Senior Member
Registered: Jun 2001 Location: Dallas Country: United States State: Certifications: A+, Net+, i-Net+, CIW Associate Working on: CCNA, MCSE, Linux+
Total Posts: 162
|
|
|
07-23-01 05:38 PM
|
|
exar07
Senior Member

Registered: May 2001 Location: NC Country: United States State: Certifications: A Few Working on: Good Certs
Total Posts: 322
|
|
" " for Dummies
Try the for Dummies books. Dont let the name discourage you. I have bought many books and the dummy books are in my top 3 list.
Those books are short and to the point. Pluse they are easy to understand. If you want to go in detail buy something else.
But "For Dummies" is a good thing!!!
Try it out.
__________________
Restart and Try again!
Report this post to a moderator
|
|
07-23-01 05:59 PM
|
|
webd
Senior Member F
Registered: Feb 2001 Location: San Fernando Country: Trinidad and Tobago State: Certifications: i-Net+ Working on: CCNA
Total Posts: 155
|
|
like c++
well actuall its one of those programming launages that u can design graphics and animation with. so iam thinking in terms of c++ here which is the most if not d most popular.
please can some one advise me further??
__________________
Jamie Deonanan, i-Net+
Report this post to a moderator
|
|
07-23-01 09:01 PM
|
|
Randy
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
The best first language in my opinion in Python. Try "Python in 24 Hours" by Laningham. C anc C++ are excellent laguages but they are not good ones to start with. Perl is also a good choice to start with.
Report this post to a moderator
|
|
07-23-01 09:08 PM
|
|
techdaemon
Senior Member
Registered: Jun 2001 Location: Dallas Country: United States State: Certifications: A+, Net+, i-Net+, CIW Associate Working on: CCNA, MCSE, Linux+
Total Posts: 162
|
|
Well if you don't already know programming, I wouldn't just jump into C++. I started out with C, which isn't too easy to start off with. The absolute best book on C. Is "The C programming Language, by KnR", It's by the people who invented the language, so you can see why it's the best. It is a difficult book though, but the best to learn from even if you're a beginner, because you learn right.
Report this post to a moderator
|
|
07-23-01 09:08 PM
|
|
XtremeFighter
Brother Geek

Registered: Jul 2001 Location: Washington Country: United States State: Certifications: A+, Network + Brainbench Computer Tech Cert., MCWD, AOL 5.0 Working on: MCSE
Total Posts: 389
|
|
I started with C when I was 14, and I got a little discouraged because It wasn't very visual. You couldn't do the cool aplications that you see in windows every day. The most powerful language for beginners is Visual Basic 6.0. I found it to be very interesting, and easy to use. The book that I have read was the Sams Learn Visual Basic 6.0 in 24 hours.
Beleive me, you will enjoy Visual Basic.
Currently I am focusing on the Computer Repair field (A+, Network +), stuff like that. I find it to be easier than programming languages.
So go with VB,
Good Luck,
XF
__________________
Knowledge is POWER, Learning is the KEY!
Report this post to a moderator
|
|
07-24-01 01:33 AM
|
|
Boulware5
Moderator M

Registered: Mar 2001 Location: Country: USA State: Certifications: A+, Network+, Linux+, CST, A.A.S degree in CIS LAN concentration Working on: BS degree, CCNA, Security+
Total Posts: 3283
|
|
Yeah, Python ( http://www.python.org/ ) is great for beginners. It teaches some good programming techniques that carries over to C++/java. And I don't think it needs to be compiled; you can just write some code and it performs the action. You get instant results. Downside is it's not fast and you must have the Python interpreter to run it.
I, personally, have found VB very user friendly and a lot easier to code than an advance language such as C and C++. It's better to learn C/C++, in my opinion, because that is what a lot of things are written in. I really liked C++ until I stumbled on abstract data types such as linked lists, stacks, queues (although stacks & queses weren't too bad), but pointers gave me fits! The programmers out there know what I am talking about. 
Report this post to a moderator
|
|
07-24-01 02:22 AM
|
|
Kasor
Senior Member M

Registered: Jul 2000 Location: Yankee Country: USA State: Certifications: n^2 Working on: STUDYING!!!
Total Posts: 3159
|
|
Too young, enjoy your life!
Dummies is a good book to start, but u don't have any experience before.
School teach theory and methods while outside book just solid programming. It might be difficult to get start.
If your HS offer programming course, I recommend take those first, then look up other book.
__________________
Kill All Suffer 2 Reborn
Report this post to a moderator
|
|
07-24-01 09:14 PM
|
|
BootData
non stop-learning

Registered: Apr 2001 Location: Jakarta Country: Indonesia State: Certifications: CCDA, MCSA, MCIWD, CCA, I+, N+, CNS, CIW Security, Master's Degree Working on: e-Biz+, Security+
Total Posts: 618
|
|
obviously, differnt programming languages were written for different purposes.
for foundation, no doubt the best is C/C++.
but I myself play with Visual basic since it's relatively simpler and (mostly) offer the same power with other older languages (and most importantly: it's visual programming 
Note: for quick RAD (rapid application dev'l) learn Visual Basic
hope i dont get flamed for defending Microsoft's product ;0
Report this post to a moderator
|
|
07-25-01 11:31 AM
|
|
|
Featured site: MCSE, MCSD, CompTIA, CCNA training videos
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON. |
|
ExamNotes forum archive
|