←  Code Block

Fallout Studios Forums

»

Starting off with C

Z_mann's Photo Z_mann 17 Feb 2009

I'm just wondering if anyone could give me some basic pointers to C - some beginner tutorials and such. We're gonna have classes of it, but I want to have some preexisting knowledge on the matter.
Quote

CodeCat's Photo CodeCat 17 Feb 2009

I've not worked with C much, but since it's (almost) a subset of C++, learning the non-OO part of C++ might get you somewhere.
Quote

Warbz's Photo Warbz 17 Feb 2009

Why are they teaching you C? Seems to me that C++ would be much more practical to learn.
Quote

Teron's Photo Teron 18 Feb 2009

 Warbzy, on 18 Feb 2009, 0:43, said:

Why are they teaching you C? Seems to me that C++ would be much more practical to learn.

How so?
There are enough programs being written in C and still counting :xD:
Edited by Teron, 18 February 2009 - 02:53.
Quote

CodeCat's Photo CodeCat 19 Feb 2009

Knowing at least how to read C is definitely a necessity for any serious programmer, but I wouldn't focus too much on becoming proficient at it. As a language it's somewhat bare, and it lacks the facilities that make other languages better.
Quote