John Sonmez
John Sonmez is the founder of Simple Programmer, author of "The Complete Software Developer's Career Guide" and "Soft Skills: The Software Developer's Life Manual." He helps software developers build remarkable careers.
Related Articles
YouTube
How To Get A Job As A Remote Programmer?
When I was working a regular 9-to-5 job, I’d often fantasize about starting my own business––working for myself. I’d think…
Aug 25, 2022
YouTube
How to Deal with a Micromanaging Boss
Today we’re going to talk about how to deal with a difficult boss. I’m going to do a series on…
Aug 18, 2022
YouTube
Learn Programming: What Programming Language Should I Learn First?
I often get asked the question of what programming language to learn. People, especially new programmers, get totally lost on…
Aug 4, 2022
Learning C++ is one of the most discussed topics among software developers. C++ is definitely not an easy programming language to learn and so, there is a lot of confusion that surrounds people when it comes to learning c++
So, first of all, there are some things you need to know first, before learning c++ that apply to learning almost any programming language.
Most starting programmers, when they want to learn to program, pick up a book and start reading.
While there are some excellent books out there that attempt to teach you programming in a very hands-on approach, I think the best place to start is by looking at the source code of an actual working application and trying to figure out as much of what is happening as possible.
This is difficult.
It’s going to feel uncomfortable, but that’s ok. Get used to feeling uncomfortable. That is the only real way to grow in life.
What I want you to do is to pick an open-source application-preferably a popular one that is likely to be well-designed-and start looking through the source code.
You can find plenty of projects on GitHub, so I’d recommend checking there.
It’s beyond the scope of this book, but it’s even better if you can download the code and build and run the application yourself.
If you have a friend that can help you with this, that’s great. If you don’t, it’s ok.
What is important is that you explore the code to get a feel for what the programming language syntax looks like and that you try and read the code and see if you can understand or make sense of anything.
Use the application itself, if possible, so you can get a feel for the relationship between the code and what the code does.
Like I said, this is going to feel very uncomfortable.
You might feel like you’re not understanding anything.
Here are some pros of learning C++:
So, despite that, there are a lot of resources you need to be aware of when it comes to learning c++. Wanna know more about learning c++ programming? Watch this video and find out!
[responsive_video type=’youtube’ hide_related=’0′ hide_logo=’0′ hide_controls=’0′ hide_title=’0′ hide_fullscreen=’0′ autoplay=’0′]https://www.youtube.com/watch?v=r94FWJsSc3w[/responsive_video]