Jump to content

Any tips for Learning C?


Recommended Posts

Posted

Sorry for posting this in the wrong section. I didn't know where else to post this.

This semester, I'll be learning C at school. Can anyone reccomend me a REALLY good book about programming C. A book that goes in a lot of detail as to how and why things work. I want the book to discuss memory, CPU, control structures, etc. as it teaches me about C. Apart from learning C, I wanna understand why and how things work at a very low-level. 

Any advice would be great!

@Alek: Can you please give me some advice? I consider you an expert in this kind of stuff due to your work on Paladins.

 

Thanks!

Posted

Well, it helps if you already know C++. The difference between C and C++ is using malloc instead of new, and using structs instead of classes. Other than that they're fairly similar. I don't have any good advice for learning it, since I already knew C++ before learning C which made it really easy. 

  • Boge 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...