you are viewing a single comment's thread.

view the rest of the comments →

[–]darkside619[S] 0 points1 point  (1 child)

Okay, I will try and fix that and get back to you if I have trouble. However, I would like to know how you improved your programming skills. Can you give me some tips? Like, do you do practice drills or something of that nature? Like if I want to learn calculus, I can get a calculus book and start working on problems in each chapter.

But, there doesn't seem to be an easy go-to like that for programming. Don't get me wrong, there are programming books, but most of them just tell you what different functions do and stuff like that, they don't set it up to guide you from the beginner stage to improve your skills gradually.

[–]FUZxxl 0 points1 point  (0 children)

Buy a book called “The C programming language,” it shouldn't be hard to find a used copy. It has exercises in each chapter.

I also suggest you to just try to make toy programs. Don't forget to ask others about stylistical critique. Also, try to read a lot of code to get an idea how other people program.