Login Register


Finding your feet with C filter_list
Author
Message
RE: Finding your feet with C #4
Grasping the basics of C is not a lengthy process. What are you stuck on? C is a fairly minimal language to begin with -- maybe I have a biased point of view also having a C++ background, but C is still very simple. Really the most complex things that are also somewhat common in C are function pointers, pointer to pointers, pointer arithmetic, bit fields, and a couple other things, but there's not a lot. Everything else is conceptual or not really part of the language in itself, but provided for or with the language or the idea of the programming language for lack of a better general explanation -- inline asm, compiling & linking, makefiles perhaps, bitwise math, and others.

Reply





Messages In This Thread
Finding your feet with C - by Moarderp - 04-14-2015, 01:24 PM
RE: Finding your feet with C - by Satan - 04-15-2015, 04:18 AM
RE: Finding your feet with C - by Dong - 04-15-2015, 04:23 AM
RE: Finding your feet with C - by 0xDEAD10CC - 04-18-2015, 07:24 AM
RE: Finding your feet with C - by x86thomas - 05-15-2015, 05:20 AM
RE: Finding your feet with C - by coax - 05-15-2015, 06:44 AM



Users browsing this thread: 1 Guest(s)