FaLgoR 0 Report post Posted January 2, 2005 I want to learn new prog languages, and I chose C. But there are many problems, I don't know where to begin . Can you tell me some compilers (free if its possible), editors, tutorials, websites talking about it, hints, opensource programs, or any other thing? Please help a begginer Thanks Share this post Link to post Share on other sites
osknockout 0 Report post Posted January 3, 2005 No problems. Sure, some of us just took out the books and read to death but here you go: Quincy99, DevC++ - free compilers, google them if you want more go to http://www.thefreecountry.com/ actually DevC++ is an IDE for gcc - which is probably the best C compiler out there. Tutorials? You probably want to go to the library and get 1 or 2 C programming books. I learned from Crash Course in C. But, if that's not possible, go to this C tutorial and read. Editors? Use notepad or the IDE's. And of course, a few pointers: /*everyone else get the pun?*/ 1)program in windows until you get the hang of it unless you have linux experience. 2)The first thing you should do is to learn how to make readable code. Comment to death if you have to. 3)By the time you learn to printf(foo(shutup)); , you'll have learned the core of the language and should probably review it and code it till you've mastered it, because the next parts require some more thinking. 4)Look at code in other languages and try to implement the ideas in C. Here's a good one: https://smallbusiness.yahoo.com/ -take a look under PASCAL and learn ideas like binary trees. 5)5 years programming experience in C looks good on a resume C certification looks good too. Share this post Link to post Share on other sites
FaLgoR 0 Report post Posted January 3, 2005 ok, thank you! Share this post Link to post Share on other sites
osknockout 0 Report post Posted January 4, 2005 Alright, PM me if you need any help and join the army system some time Share this post Link to post Share on other sites