How can i improve my skills and logics in C++. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can i improve my skills and logics in C++.

I want to learn about Graphics designing, time control and more in c++. I wanna study advance of c++. Can anyone tell me the sources to learn.

2nd Apr 2019, 8:57 AM
Prashant Kumar
Prashant Kumar - avatar
3 Answers
+ 4
Best way to advance your skills in any language is to write code. Once you have a working solution to a project, see if you can reduce its size or increase its efficiency. In graphics start with simple displays and refine your techniques to achieve the things you displayed. Examples are squares into cubes, circles into spheres. It is not a bad idea to read other people's work to get examples of their solutions. It is a bad idea to simply use cut and paste as that does little to teach. In the use of proper logic, in the absence of a logic course, you could read in detail about the logic functions and write a code designed to utilize the logic function you are studying. My personal opinion, study philosophy, logic, ethics, and mathematics. Having exposure in these disciplines will be a valuable asset for any individual.
2nd Apr 2019, 12:23 PM
Michael Williams
Michael Williams - avatar
+ 2
There are many different sources available on the internet. A search using the phrase “advanced c++ programming and research " returns significant results. If your going to be looking for employment as a professional, it is at this point that you should consider formal methods of instruction via a paid and acredited method. Sololearn Pro or Udemy are worth considering. Good luck.
3rd Apr 2019, 11:31 AM
Michael Williams
Michael Williams - avatar
+ 1
As in C++ I have limited knowledge to some libraries. Can u tell me about the sources to learn advanced C++.
3rd Apr 2019, 5:36 AM
Prashant Kumar
Prashant Kumar - avatar