I know basics of C++ , So how can i improve my coding skills ? pls help me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I know basics of C++ , So how can i improve my coding skills ? pls help me

9th Jun 2021, 9:12 PM
Vishnu RK
Vishnu RK - avatar
6 Answers
+ 5
How to improve programming and logical skills The conditional statement Programming is more about conditions and looping.To improve logical thinking, start to think conditionally such as Yes or No,True or False.Try to question yourself or solve a problem as a conditional statement such as if...then...it's very helpful to improve your conditional reasoning power. 2. Think like a machine The machine didn't understand anything because it works on the instruction which we gave. To solve a problem, give instructions and try to follow the order. Here, instructions are nothing but logic. Machine-oriented thinking will help you to write logic in a program. 3. Solve logic puzzles Try to solve riddles and puzzles from newspapers or in a modern mobile app.Don’t get disheartened if you can't solve them at first attempt or take a long time to solve them.Remember that you are in the process of learning and improving skills.Your brain will be trained to think differently with every puzzle that you try to solve. /Matiyas/
9th Jun 2021, 10:01 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 1
Learn SFML with C++! Great for making apps and games!
11th Jun 2021, 9:05 PM
firer
firer - avatar
0
Add this website to that list: https://www.programiz.com/
9th Jun 2021, 10:44 PM
Lofty
Lofty - avatar
0
Having good understanding of object oriented programming oop concept helps you to easily learn other languages as well, since the concept is common across other languages. Learning concept and solving logical problems is fair enough, bcoz syntax alone differ for programming languages.
10th Jun 2021, 2:15 AM
Nanda Balakrishnan
0
Yaroslav Vernigora Quanti Nanda Balakrishnan Thankyou so much guys really helpful😍🤩🙏
10th Jun 2021, 2:56 AM
Vishnu RK
Vishnu RK - avatar