Connecting Tech Pros Worldwide Help | Site Map

New to C/C++

Rafael
Guest
 
Posts: n/a
#1: Nov 13 '05
Hey Team,

I wanted to know if you could recommend some sites, or FAQ's that
can help someone that has never programmed before. Any help would be
great.

Thanks,

Rafael
Tristan Miller
Guest
 
Posts: n/a
#2: Nov 13 '05

re: New to C/C++


Greetings.

In article <a55917dc.0311121250.4bb67f26@posting.google.com >, Rafael
wrote:[color=blue]
> Subject: New to C/C++[/color]

As a point of information, C and C++ are two distinct languages. C++
questions are off-topic in this newsgroup.
[color=blue]
> I wanted to know if you could recommend some sites, or FAQ's that
> can help someone that has never programmed before. Any help would be
> great.[/color]

If you're completely new to programming, then it might be better to
start with a good book rather than with a website, many of which are of
questionable quality. However, don't just buy any old book, since some
of them are also quite bad, or at least error-riddled. It's a good
idea to check out the opinions of C experts before committing to a book
purchase. The Association of C and C++ Users maintains an extensive
database of C book reviews; you can view it at http://www.accu.org
bookreviews/public/. This group's C FAQ also addresses this question:
http://www.eskimo.com/~scs/C-faq/q18.10.html.

Once you've had a good general introduction to C, you might want to give
a closer look to the C FAQ, which deals with a lot of technical
problems and gotchas experienced by those new to C (and often those who
aren't quite so new too!). It's available at http://www.eskimo.com
~scs/C-faq/top.html and also in an expanded form as a printed book from
Addison-Wesley.

Regards,
Tristan

--
_
_V.-o Tristan Miller [en,(fr,de,ia)] >< Space is limited
/ |`-' -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= <> In a haiku, so it's hard
(7_\\ http://www.nothingisreal.com/ >< To finish what you
Ezekiel
Guest
 
Posts: n/a
#3: Nov 13 '05

re: New to C/C++


On Wed, 12 Nov 2003 22:58:47 +0100, Tristan Miller wrote:
[color=blue]
> If you're completely new to programming, then it might be better to
> start with a good book rather than with a website.[/color]

I like the oreilly books, I have the practical C programming book, 3rd
edition. Its old but still quite good. (its the latest edition too) I've
also heard from some classmates that the "for dummies" books, especially
for programming, are pretty good for beginners. Basically go to the book
store and take a look, then go online and get them cheaper :P

Happy programming
--
The best of us argue about ideas, most of us argue
about things, the worst of us argue about people.
--Unknown

John Kordyback
Guest
 
Posts: n/a
#4: Nov 13 '05

re: New to C/C++


Rafael wrote:[color=blue]
> Hey Team,
>
> I wanted to know if you could recommend some sites, or FAQ's that
> can help someone that has never programmed before. Any help would be
> great.
>
> Thanks,
>
> Rafael[/color]

One free option is Bruce Eckel's "Thinking in C++" books at
http://mindview.net/Books. If you're fairly experienced in other
languages you may find the pace a little slow but he does cover a lot of
territority beyond pure syntax.

Finally, if you don't care for his books he has recommended reading
section in Appendix C. Unfortunately, I don't of anything similar for C
although the usual FAQ's contain good websites and book recommendations.

/qb
Richard Heathfield
Guest
 
Posts: n/a
#5: Nov 13 '05

re: New to C/C++


Ezekiel wrote:
[color=blue]
> I've
> also heard from some classmates that the "for dummies" books, especially
> for programming, are pretty good for beginners.[/color]

And I heard from some people that love to send me email that I can get 15%
of $14,000,000 from some guy in Nigeria.

The OP would be better served with K&R2, K N King, or Deitel & Deitel.

--
Richard Heathfield : binary@eton.powernet.co.uk
"Usenet is a strange place." - Dennis M Ritchie, 29 July 1999.
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
K&R answers, C books, etc: http://users.powernet.co.uk/eton
Joona I Palaste
Guest
 
Posts: n/a
#6: Nov 13 '05

re: New to C/C++


Richard Heathfield <dontmail@address.co.uk.invalid> scribbled the following:[color=blue]
> Ezekiel wrote:[color=green]
>> I've
>> also heard from some classmates that the "for dummies" books, especially
>> for programming, are pretty good for beginners.[/color][/color]
[color=blue]
> And I heard from some people that love to send me email that I can get 15%
> of $14,000,000 from some guy in Nigeria.[/color]
[color=blue]
> The OP would be better served with K&R2, K N King, or Deitel & Deitel.[/color]

I just had a dream I had lost $20,000 by giving it to some Nigerian guy,
who I thought would use it to invest in funds in my name. This was
supposed to have happened in about 1996. Then I woke up remembering I
had never *had* $20,000 in the first place.

--
/-- Joona Palaste (palaste@cc.helsinki.fi) ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"Bad things only happen to scoundrels."
- Moominmamma
jbeck
Guest
 
Posts: n/a
#7: Nov 13 '05

re: New to C/C++



"Richard Heathfield" <dontmail@address.co.uk.invalid> wrote in message
news:bovbqn$n14$1@hercules.btinternet.com...[color=blue]
> Ezekiel wrote:
>[color=green]
> > I've
> > also heard from some classmates that the "for dummies" books, especially
> > for programming, are pretty good for beginners.[/color]
>
> And I heard from some people that love to send me email that I can get 15%
> of $14,000,000 from some guy in Nigeria.
>
> The OP would be better served with K&R2, K N King, or Deitel & Deitel.
>[/color]


From a lurker and newbie to C:

For those who are just starting out I would recommend getting two unrelated
resources. Invariably, if something is not clear in one source, it may
become so in the other. There are also a plethora of resources on the 'net.
Just my $.02.

I took a C class for the first time this fall, and the course was built
around Deitels' C How to Program, 4th edition. Overall, I thought the book
was good, and covered many topics, well. However, I did have a few issues.
One specific was that I thought Deitel was unclear on floating point &
integer values. This is such a key and base componenet to C that I thought
Deitel should have done a more thorough job of explaining it. To help me
with my problem I acquired from the local used book store: Programming in
ANSI C, Revised Edition by Stephan Kotchan (1994 copyright) which, althought
older, I thought did a better job explaining floating point & integer. I
have also used it for other topics, and between the two books, have found
that I can work my way through almost anything...at least at my current,
amature level. I have also found that this particular newsgroup and the
moderated version have been fantastic resources in my little quest to
understand the basics of C.



CBFalconer
Guest
 
Posts: n/a
#8: Nov 13 '05

re: New to C/C++


jbeck wrote:[color=blue]
>[/color]
.... snip ...[color=blue]
>
> One specific was that I thought Deitel was unclear on floating
> point & integer values. This is such a key and base componenet to
> C that I thought Deitel should have done a more thorough job of[/color]
.... snip ...

No it isn't. It has only to do with what arithmetical forms can
be handled, and very little to do with the logic and flow of
programming proper. Any c-centric relationship between integral
and FP values applies equally to many other languages, such as
Pascal, Ada, PLI, assembly, whatever.

--
Chuck F (cbfalconer@yahoo.com) (cbfalconer@worldnet.att.net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home.att.net> USE worldnet address!


Closed Thread