Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Best place to learn C? filter_list
Author
Message
RE: Best place to learn C? #11
(10-21-2019, 07:43 AM)SickPsycko Wrote:
(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.

I've just started reading It, and It seems very beneficial.

It's definitely extremely well written.
[Image: AD83g1A.png]

Reply

RE: Best place to learn C? #12
(05-22-2018, 04:06 PM)mothered Wrote: 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

study tonight is best site i used to prepare a lot from it.

[+] 1 user Likes fsociety's post
Reply

RE: Best place to learn C? #13
(10-21-2019, 09:05 AM)fsociety Wrote:
(05-22-2018, 04:06 PM)mothered Wrote: 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

study tonight is best site i used to prepare a lot from it.

I assume you're referring to this.

I'll check It out after work today.
[Image: AD83g1A.png]

[+] 1 user Likes mothered's post
Reply

RE: Best place to learn C? #14
(10-21-2019, 08:00 PM)mothered Wrote:
(10-21-2019, 09:05 AM)fsociety Wrote:
(05-22-2018, 04:06 PM)mothered Wrote: 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

study tonight is best site i used to prepare a lot from it.

I assume you're referring to this.

I'll check It out after work today.

yes i am too referring it man. i also study from this only.

[+] 1 user Likes fsociety's post
Reply

RE: Best place to learn C? #15
(10-22-2019, 03:56 PM)fsociety Wrote:
(10-21-2019, 08:00 PM)mothered Wrote:
(10-21-2019, 09:05 AM)fsociety Wrote: study tonight is best site i used to prepare a lot from it.

I assume you're referring to this.

I'll check It out after work today.

yes i am too referring it man. i also study from this only.

I've checked out some parts, and It's certainly a beneficial learning resource.

I'll be referencing It from time to time.
[Image: AD83g1A.png]

[+] 1 user Likes mothered's post
Reply

RE: Best place to learn C? #16
(10-21-2019, 09:05 AM)fsociety Wrote:
(05-22-2018, 04:06 PM)mothered Wrote: 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

study tonight is best site i used to prepare a lot from it.

I also learn by doing. Set a challenge for yourself, and then make that program. Then search up things when you have an issue. You'll gain a lot of experience in problem solving, as well as more complex ideas.

[+] 1 user Likes Drako's post
Reply

RE: Best place to learn C? #17
w3 school helped me to know basic

Reply

RE: Best place to learn C? #18
I'm recommend https://devdocs.io/c/ but also read EBooks and watch Tutorials.
(This post was last modified: 12-18-2022, 05:59 AM by NukeZzZin. Edit Reason: orthography )

Reply

RE: Best place to learn C? #19
I recommend looking at Harvard's CS50 course, Head First C, or "C, A Software Engineering Approach"

Really, the best way to learn though is just by grabbing a compiler and failing over and over again to write programs that do common tasks. For example, make a text-based game, a program to parse CSV files, make web requests and parse the output manually, hell, go on leetcode and see what brutal projects exist there. This is the only true way.

Reply

RE: Best place to learn C? #20
For Mac I strongly recommending book "Learn C on the Mac: For OS X and iOS" by David Mark. I read a lot of different books, so for me even any worst book will be fine, but this one is incredible simple and clear. When I explain to someone some basics, always use examples from it.
I bet it is best for newbies.

Reply







Users browsing this thread: 2 Guest(s)