Jump to content
xisto Community
Sign in to follow this  
FaLgoR

Questions about c

Recommended Posts

I want to learn new prog languages, and I chose C. But there are many problems, I don't know where to begin :rolleyes: . 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

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 :rolleyes:

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

Alright, PM me if you need any help and join the army system some time :rolleyes:

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.