Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Any Suggestions on where to go next?


ghost's Avatar
0 0

Ive been doing some research and learning with C for the past week or two and have some of the basic concepts of it.

I managed to make a very simple Calculator program but dont really know where to go from here…

Can anyone help?

thanks in advance


ghost's Avatar
0 0

Get a book on C and read it. Now you are going to probably be asking, "What is the BEST book, that covers C." There is no best. Pick one and read it. Don't forget to practice mucho of what you have read. You can start here: http://beej.us/guide/c/src/bgc.html


ghost's Avatar
0 0

Thanks :)


ghost's Avatar
0 0

Nasat wrote: dont really know where to go from here…

Think of something you'd like to code… and code it.


ghost's Avatar
0 0

You should try making a web browser, mp3/multimedia player, IRC client, or general programs for Automating tasks. Well thats what I did when I started learning VB but I believe the learning process is just set a task and learn how to do it. Much easier then reading a bunch of books till your head hurts and you can actually see progress.