hi , i am new in programming i knew c++ even than i am unable to solve problems? why:(?
Hey,
Hope you are doing great.
Steps to solve c++ problems :
- Read the problems at least three times ( or however many makes you feel comfortable)
- Work through the problem manually with at least three sets of dample data.
- Simplify and optimize your steps.
- Write pseudocode
- Translate pseudocode into code and debug
- Simplify and optimize your code
- Debug
- Write useful comments
- Get feedback through code reviews
- Practice
Hope this helps you.
Hello there
Don't worry, it's a basic problem which happens with many one and ever new one face this for sure. But beside the problem there are many solutions which you can implement and for sure you will be getting better results after that.
- You can buy a book of exercises which have many questions along with their solutions and you can try those questions firstly from basic level and then up to higher levels.
- Every time when you will be solving a new question you will be getting New logic that how it is getting solved so you have to write it down at a centralised place and acquire that Idea and use it in the another solution of the same kind.
So you can try these things definitely it will work and keep in mind that the only thing which will help you is practice so try more and more problems and thereafter you will definitely get better results in it.
I hope it helps you!
Thank you!