Author Topic: What do you guys think of this website for learning C?  (Read 1395 times)

0 Members and 1 Guest are viewing this topic.

Offline warlock91

  • Serf
  • *
  • Posts: 29
  • Cookies: -19
  • ee_ex
    • View Profile
What do you guys think of this website for learning C?
« on: November 13, 2015, 09:56:55 pm »
http://www.learn-c.org/

Says it's under construction... is it incomplete though? Should I turn elsewhere for a good understanding of C?
Error has turned animals into men, and to each the fold repeats.
We left the apes to rot, but found the fang grows within.
The fear is excruciating, but therein lies the answer.


Haters gonna hate

Offline rincewind

  • Peasant
  • *
  • Posts: 59
  • Cookies: 17
  • Hello
    • View Profile
Re: What do you guys think of this website for learning C?
« Reply #1 on: November 14, 2015, 01:27:52 pm »
Well it looks cool. I don't know if you are totaly new to C or not, but anyway you should just make some projects, here try to do these problem sets https://cs50.harvard.edu/psets , also if you don't have ideas what to make here is a decent list of projects http://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/
asdf

Offline Saw

  • Serf
  • *
  • Posts: 20
  • Cookies: -3
  • Hell lives inside me
    • View Profile
    • EZ
Re: What do you guys think of this website for learning C?
« Reply #2 on: November 14, 2015, 06:27:36 pm »
Here are few better places to learn it  8)
http://www.tutorialspoint.com/cprogramming/
For FAQ
http://c-faq.com/
I think there are already alot of tutorials over udemy.
Something SomeDay will be Here.

Offline tjohnpok

  • NULL
  • Posts: 1
  • Cookies: 0
    • View Profile
Re: What do you guys think of this website for learning C?
« Reply #3 on: November 26, 2015, 10:56:40 pm »
If you're new to C and basically asking whether the above is a good site for learning from scratch, I would strongly recommend that you'd check out some webinars or massive online open courses on that matter. Lynda and Udemy are some solid examples, although learning languages from online video tutors is quite commonplace in 2015. The benefits mainly stem from the audiovisual components incorporated into teaching, which make long-term retention of critical aspects, more effective. Good luck.

Offline braxton

  • NULL
  • Posts: 2
  • Cookies: -1
    • View Profile
Re: What do you guys think of this website for learning C?
« Reply #4 on: January 09, 2016, 08:30:32 am »
You can learn the c programming from tutorialspoint.com , cprogramming .com, or even from youtube.com..
But the important thing is practice..you can visit hackerrank.com
They have problems from begginer level to a Difficult level.You can practice there and get better.

Offline vinci

  • NULL
  • Posts: 4
  • Cookies: 0
    • View Profile
Re: What do you guys think of this website for learning C?
« Reply #5 on: January 09, 2016, 10:21:09 am »
Being a self taught programmer, I can assure you that "C++ Premier Plus" is the best choice for learning c++/C. I am glad I didn't go with those websites or those SAMS TEACH YOURSELF books that only show you the tip of iceberg while the titanic jerks off below the surface.
For a language like C++, you must not go to these websites that only have short and precise tutorials(unless you have prior programming experience and already know the concepts). Pick up a book and you will never regret. I haven't coded in C++ for the past 2 years and I can still recall pretty much everything; a little out of practice but it will take me just a little time to revise things and dwelve deeper in C++. It is because of C++ Primer Plus that today I can just pick up any programming language and start coding in it shortly because the foundations are there.
« Last Edit: January 09, 2016, 10:22:51 am by vinci »