C Board  

Go Back   C Board > General Programming Boards > C++ Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 07-10-2009, 06:40 PM   #1
Trying to Learn C
 
nathanpc's Avatar
 
Join Date: Jul 2009
Location: Brazil
Posts: 32
Smile Best Way To Start

Hello,
I'm new in this forum, and this is my first post, but i registered me in this forum, because i want to start in the C development world, i see the beatifull things that this language can do, remembeer that i develop in VB and a litle bit in Java, and i don't want books, i want tutorials and not those tutorials that only explain how to use a development language as a calculator.

Thanks,
Nathan Paulino Campos
nathanpc is offline   Reply With Quote
Old 07-10-2009, 06:53 PM   #2
"Why use dynamic memory?"
 
Join Date: Aug 2006
Posts: 179
if you don't want books, you will not learn anything
some programmers here appreciate their C++ book more than their wives and girlfriends
__________________
"C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do, it blows away your whole leg."-Bjarne Stroustrup
OS: Microsoft XP Media Center
IDE: Microsoft Visual Studio 2005 pro edition
Current Porject: Developing a 2D card game...
Hussain Hani is offline   Reply With Quote
Old 07-10-2009, 07:57 PM   #3
Trying to Learn C
 
nathanpc's Avatar
 
Join Date: Jul 2009
Location: Brazil
Posts: 32
Thumbs up

Hello Hussain Hani,
This joke was very good, but please help in this, but remember that i don't want to buy anything, because i'm starting, only when i got more experience in C i will buy some good books, but if you have some online books it's very good, better if i can download this books, because i hate those online books that you can't see all the pages.

Thanks,
Nathan Paulino Campos
nathanpc is offline   Reply With Quote
Old 07-10-2009, 11:02 PM   #4
and the hat of vanishing
 
Salem's Avatar
 
Join Date: Aug 2001
Location: The edge of the known universe
Posts: 21,214
You could try these
C Programming
__________________
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
Up to 8Mb PlusNet broadband from only £5.99 a month!
Salem is offline   Reply With Quote
Old 07-11-2009, 02:29 AM   #5
Student
 
legit's Avatar
 
Join Date: Aug 2008
Location: UK -> Newcastle
Posts: 156
I'm sorry, but you will not succeed in programming without having a book or 2 in your arsenal. They are the best way to start off!
__________________
MSDN <- Programmers Haven!
legit is offline   Reply With Quote
Old 07-11-2009, 05:12 AM   #6
Trying to Learn C
 
nathanpc's Avatar
 
Join Date: Jul 2009
Location: Brazil
Posts: 32
Hello legit,
But i can read online books to, if you want share some good books, remember that those online books, it's better if i can download then and with all the pages. Remember that i like online books.

Thanks,
Nathan Paulino Campos
nathanpc is offline   Reply With Quote
Old 07-11-2009, 08:05 AM   #7
Mysterious C++ User
 
Join Date: Oct 2007
Posts: 14,099
You don't have a library to borrow books from? Sometimes you can find some good books there.
And check the books thread for ideas. Perhaps one or two of them might suit you.
__________________
Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System
I dedicated my life to helping others. This is only a small sample of what they said:
"Thanks Elysia. You're a programming master! How the hell do you know every thing?"
Quoted... at least once.
Quote:
Originally Posted by cpjust
If C++ is 2 steps forward from C, then I'd say Java is 1 step forward and 2 steps back.
Elysia is offline   Reply With Quote
Old 07-11-2009, 11:12 AM   #8
Student
 
legit's Avatar
 
Join Date: Aug 2008
Location: UK -> Newcastle
Posts: 156
My personal opinion, nothing beats a good book. As Elysia said, look in the books thread for some good titles. If your not willing to sacrifice some money, then you might aswell walk away now.
__________________
MSDN <- Programmers Haven!
legit is offline   Reply With Quote
Old 07-11-2009, 11:55 AM   #9
Senior software engineer
 
brewbuck's Avatar
 
Join Date: Mar 2007
Location: Portland, OR
Posts: 5,379
Quote:
Originally Posted by nathanpc View Post
Hello,
I'm new in this forum, and this is my first post, but i registered me in this forum, because i want to start in the C development world, i see the beatifull things that this language can do, remembeer that i develop in VB and a litle bit in Java, and i don't want books, i want tutorials and not those tutorials that only explain how to use a development language as a calculator.

Thanks,
Nathan Paulino Campos
Tutorials are great at teaching you the WRONG way to program. Tutorials are awful. Every little idiot and his dog wants to write a tutorial, and they do. Spend a year reading them, and I guarantee you'll learn all of the absolute worst ways to program.
__________________
"Congratulations on your purchase. To begin using your quantum computer, set the power switch to both off and on simultaneously." -- raftpeople@slashdot
brewbuck is offline   Reply With Quote
Old 07-11-2009, 02:12 PM   #10
Super Moderator
 
Bubba's Avatar
 
Join Date: Aug 2001
Posts: 7,470
Amazon.com: c++ programming

One I do not recommend for beginners is the one by Bjarne. His book is intense. Very, very, very good but not for beginners.
__________________
If you aim at everything you will hit something but you won't know what it is.
Bubba is offline   Reply With Quote
Old 07-11-2009, 02:15 PM   #11
Registered User
 
Sharke's Avatar
 
Join Date: Jun 2008
Location: NYC
Posts: 259
Yeah, online tutorials are likely to have 1000x more errata in them as well since there has been zero proofreading done. I've seen some simply atrocious ones. Another problem is that since the authors of online tutorials generally don't get paid for their work, their motivation to continue wanes after the first few installments.

Download "Thinking in C++." Best online C++ book by far.

Isn't "The C Programming Language" by K&R available for download as pdf too?
I've seen it in a few places although I was never sure if it was a legal download or not. One location was a college website if I recall.
Sharke is offline   Reply With Quote
Old 07-11-2009, 02:19 PM   #12
Trying to Learn C
 
nathanpc's Avatar
 
Join Date: Jul 2009
Location: Brazil
Posts: 32
Hello,
Thanks, for all, i'm going to buy a good book, but someone knows a good book of C programming that i can found here in Brazil, because i can't buy from Amazon, because i live in Brazil, and a book in portuguese is better to start.

Thanks,
Nathan Paulino Campos
nathanpc is offline   Reply With Quote
Old 07-11-2009, 02:23 PM   #13
Mysterious C++ User
 
Join Date: Oct 2007
Posts: 14,099
Wait, isn't this about C and not C++?
That is what the OP stated - wanting to learn C, and it's also what the original links were pointing to - C Resources.
Yet this is in the C++ programming section?
__________________
Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System
I dedicated my life to helping others. This is only a small sample of what they said:
"Thanks Elysia. You're a programming master! How the hell do you know every thing?"
Quoted... at least once.
Quote:
Originally Posted by cpjust
If C++ is 2 steps forward from C, then I'd say Java is 1 step forward and 2 steps back.
Elysia is offline   Reply With Quote
Old 07-11-2009, 04:40 PM   #14
Super Moderator
 
Bubba's Avatar
 
Join Date: Aug 2001
Posts: 7,470
Hmm. Good catch. I guess this is time to ask the OP the intent of the thread. Is this to just learn C or is it to learn both C and C++?
__________________
If you aim at everything you will hit something but you won't know what it is.
Bubba is offline   Reply With Quote
Old 07-11-2009, 07:13 PM   #15
Trying to Learn C
 
nathanpc's Avatar
 
Join Date: Jul 2009
Location: Brazil
Posts: 32
Hello Bubba,
I want to learn the best!

Thanks,
Nathan Paulino Campos
nathanpc is offline   Reply With Quote
Reply

Tags
start starting tutorial

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Structure Eror prominababy C Programming 3 01-06-2009 09:35 AM
Adventures in labyrinth generation. guesst Game Programming 8 10-12-2008 01:30 PM
C++ gui for windows where to start prixone Windows Programming 2 12-16-2006 11:48 PM
GNOME Desktop won't start (Mandriva) psychopath Tech Board 10 07-19-2006 01:21 PM
Start bar color in WinXP confuted Tech Board 4 05-03-2003 06:18 AM


All times are GMT -6. The time now is 07:19 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22