Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
D--M22667yThe most important thing about programming is the very basics. Theres a core set of ideas that remains the same across most languages.
Once you've got a good grasp on that. I find setting a goal and achieving it has been the most impactful when i teach.
Example, make a text based calculator, next make a text rpg, etc
As you achieve each small task, youll naturally get better -
I think the best way to learn and to get a "feel" for the language is to solve problems with it. During coding, making up structures, using your functions, understandig and fixing errors, you really begin to understand.
So I would suggest you take what you know already and think of a basic problem you want to solve. "I want my program to do X". During that process you will often wonder "How you could do Y?" and then you will google it and hopefully (probably) find a solution. Then you apply it, learn from the bugs and in the end, when it works its time to feel good :) -
gorsamp19127yIn school, the teacher has seen your assignments turned in hundreds of times a year. It's hard to give a shit knowing they don't give a rat's ass about your solution.
Do some bullshit work as a freelancer, the shitty money and shitty customers will teach you so much more than school. -
theNox92717yI had the same problem and still have it to a certain degree, what you need is time to get some patterns into your brain, so first concentrate on how to use the syntax and after some time it'll get easier to come up with things on your own
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
-
dfox7If you're not learning anything new at your job it's probably time to move on.
How do you guys get better at programming?
I'm very new to this sphere and currently I'm learning C++ (think strings, bools and early stages of if/else) due to university course and I have fun with it during labs, but when I have to do something by myself from scratch, I reach a certain point and then I get stuck. I try re-reading the lectures but I can't find appropriate solution for the issues I face.
Do I keep doing simple tasks or do I just watch/read guides or tutorials? What is your input on the matter, fellows? :)
question
advice needed
learning
c++