#Learn ALL of C

25 messages · Page 1 of 1 (latest)

oblique pendant
#

I want to learn all of C that I can use as a programmer, is there really no way to do that other than reading a 200 page language spec for ANSI C?

Namely I got tired of seeing new things in language that I did not know before and wanna fill in every single knowledge gap.

I am not talking about platform or compiler specific stuff, I am talking about the language syntax, semantics and standard library.

dense daggerBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

chilly prairie
#

You can learn C programming syntax, semantics and standard library easily through chatting in this community. I can help you!

oblique pendant
chilly prairie
#

at once? It is very difficult in your case, I think.

#

maybe you are the starter of C programming?

#

right?

mystic raven
oblique pendant
#

i am not a beginner by any margin

chilly prairie
#

what? but why do you need the other's help in C programming?

mystic raven
oblique pendant
#

never knew it was a thing

mystic raven
untold veldt
#

Well if you want to know all the language has to offer then the standard document is the way.

dense daggerBOT
#

@oblique pendant Has your question been resolved? If so, type !solved :)

half hazel
#

it's not like it's the richer language available out there

oblique pendant
untold veldt
#

Yes the specifications.

oblique pendant
#

ok

#

!solved

dense daggerBOT
#

Thank you and let us know if you have any more questions!

This thread is now set to auto-hide after an hour of inactivity

half hazel
#

what usually helps me when learning a language, is to google for (for example) "C best practices" or "C bad practices" or "C anti-patterns", stuffs like that; to see what's discouraged and encouraged. seeing code snippets also provide a good frame on typical syntax the language uses