Sinisterly
Best place to learn C? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: C, C++, & Obj-C (https://sinister.ly/Forum-C-C-Obj-C)
+--- Thread: Best place to learn C? (/Thread-Best-place-to-learn-C)

Pages: 1 2 3


Best place to learn C? - Vultra - 05-22-2018

Hello all,

I'm wondering, what is the best site to learn C from? I'm new to learning C and have past experience learning other coding languages. For example, I learnt python3 from sololearn. Any site like that for C or, is it all based from looking on the web?
any tutorials, websites, book & etc will be helpful. (Mainly websites that go through step by step with a help discussion for each question)
thanks,

- Mimi



RE: Best place to learn C? - phyrrus9 - 05-22-2018

(05-22-2018, 12:01 PM)Mimiakira Wrote:
Hello all,

I'm wondering, what is the best site to learn C from? I'm new to learning C and have past experience learning other coding languages. For example, I learnt python3 from sololearn. Any site like that for C or, is it all based from looking on the web?
any tutorials, websites, book & etc will be helpful. (Mainly websites that go through step by step with a help discussion for each question)
thanks,

- Mimi

You can read my tutorials if you like (link to list in my signature), but for the most part you're going to learn by doing projects and figuring it out yourself.


RE: Best place to learn C? - mothered - 05-22-2018

There's an array of online tutorials, but I've selected a couple which guide you every step of the way, from the basics to the advanced.

https://www.studytonight.com/c/
https://www.programiz.com/c-programming


RE: Best place to learn C? - Sun0228 - 11-11-2018

I'm a pro C/C++ developer and in my experience the best place for learning or working is a fridge.


RE: Best place to learn C? - adisharma - 06-03-2019

Check this - https://hackr.io/tutorials/learn-c
Here is the list of best C programming tutorials submitted and voted by the programming community.


RE: Best place to learn C? - Drako - 06-03-2019

If you're still searching around, try Udemy. There's a lot coupons to get free courses. That's where I learned all of my languages.


RE: Best place to learn C? - skeeba - 06-03-2019

No one has mentioned 'Learn C The Hard Way' by Zed Shaw yet?

Oh, if you guys haven't heard... https://learncodethehardway.org/c/.

Also, there's Build Your Own Lisp (http://buildyourownlisp.com/), which is my favourite C tutorial. It is where I started with C, and it's a cherished tutorial of mine.


RE: Best place to learn C? - SickPsycko - 10-21-2019

Most of these sites out here are typically references or just video tutorials. C Head First is a really good book to learn from.


RE: Best place to learn C? - mothered - 10-21-2019

(10-21-2019, 02:21 AM)SickPsycko Wrote: C Head First is a really good book to learn from.

Are you referring to this eBook?

If so, It's certainly worth reading.


RE: Best place to learn C? - SickPsycko - 10-21-2019

(10-21-2019, 03:05 AM)mothered Wrote:
(10-21-2019, 02:21 AM)SickPsycko Wrote: C Head First is a really good book to learn from.

Are you referring to this eBook?

If so, It's certainly worth reading.
That is correct. I love that book and that's how I began completely understanding C. I didn't quite get it from other tutorials but the writer broke it down completely and now I effectively understand data types and memory management.