+ 1
I know basics of C++ , So how can i improve my coding skills ? pls help me
7 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/
+ 2
ā Websites To Practice Your Coding Skills
ā” https://www.hackerrank.com
ā” https://www.codewars.com
ā” https://www.hackerearth.com
ā” https://codecombat.com
ā” https://projecteuler.net
ā” https://brainwar.it
ā” http://www.programmr.com
ā” https://www.codechef.com
ā” http://www.codeabbay.com
ā” https://www.topcoder.com
ā” https://coderbyte.com
ā” https://leetcode.com
ā” http://exercism.io
ā” https://codefights.com
ā” http://www.cyber-dojo.org
ā” http://codingbat.com
ā” http://www.pythonchallenge.com
ā” https://codegolf.stackexchange.com
ā” https://www.codingame.com
ā” http://www.programmr.com
ā” https://programmingpraxis.com
š§ Credit :: Maz
+ 1
Learn SFML with C++! Great for making apps and games!
0
Add this website to that list:
https://www.programiz.com/
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.
0