I just started learning C today. I've had previous experience with HTML, CSS, JavaScript, Visual Basic, and some C++.
I started off this THIS tutorial, which I thought was pretty good. Just dove in head first and did some programming. Unfortunately, I finished all those examples, so I'm looking for something else. I'm having troubles finding more tutorials online, as it all seems to be either C++ or C#. So are there any good websites for learning C? If not, any recommended books? Thanks.
The best way to learn is try, but if you used visual basic, C isn't a problem, are too similar. I don't remember a good one, i'm in my work, but when arrive to my home, i see the name that the manual that I used and tell you.
------------------------------If you like my answer, select me as the best answer.
------------------
"Two things are infinite: the universe and human stupidity; and I'm not sure about the universe.". Albert Einstein.
------------------
Reply to saint19
I believe the title of the book is "Learn c in Thirty days" that is pretty extensive. Plus there is a neat pocket reference by O'REILLY publishing called "c syntax and fundamentals," with a cow on the cover. Borders should have both of them.
Message edited by jsimeon on 09-18-2009 at 12:14:31 AM
pretty much after the basics, its looking up documentation for using api's (you know, sockets, windows management, etc) and then just figuring out how they work
pretty much after the basics, its looking up documentation for using api's (you know, sockets, windows management, etc) and then just figuring out how they work
Thanks, I'll have to check that out Anything in particular that's higher on the priority list that I should investigate?