EvilZone

Programming and Scripting => C - C++ => Topic started by: warlock91 on November 13, 2015, 09:56:55 PM

Title: What do you guys think of this website for learning C?
Post by: warlock91 on November 13, 2015, 09:56:55 PM
http://www.learn-c.org/ (http://www.learn-c.org/)

Says it's under construction... is it incomplete though? Should I turn elsewhere for a good understanding of C?
Title: Re: What do you guys think of this website for learning C?
Post by: rincewind 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/
Title: Re: What do you guys think of this website for learning C?
Post by: Saw 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.
Title: Re: What do you guys think of this website for learning C?
Post by: tjohnpok 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.
Title: Re: What do you guys think of this website for learning C?
Post by: braxton 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.
Title: Re: What do you guys think of this website for learning C?
Post by: vinci 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.