Tips and Tricks (C++)



    

Tips and Tricks (Flash Cards)

Click to flip and see the description!


Understand the Fundamentals

Before starting to code in C++, it is useful to learn about the variable type, the syntax, the function, and object-oriented programming. You can test simple codes and solve simple problems while learning the fundamentals.

Use Online Resources

There are many online resources available in the internet that can help you to learn C++. Most of them are free and some of them also has paid courses. There are also online communities that can help you answer if you encounter some problems when coding in C++.

Consistency is the Key

You have to be consistent to take out some time daily or weekly if you want to master C++. You can also plan/set target to complete some milestones in C++ after some period of time to measure your study.

Learn from Other People Codes

Sometimes when you don't know what's the algorithm to solve a problem and is confused whatsoever, it is better for you to try searching your problem in the internet and learn from other's codes. Don't dwell too long on a problem as it will waste your time.

Use C++ Standard Libraries

To be more efficient in coding and to save more time, you can use built-in functions from the C++ Standard Libraries. You can find out more about C++ Standard Libraries or Modules in C++ through Function Dictionary. In there, there will be a link that will direct you to the documentations of some C++ libraries.


1 / 5



Tips and Tricks Videos


Tips 1 Cpp
Stefan Mischook

This video is about top 3 C++ learning tips according to the video creator

Tips 2 Cpp
Coding with Mat

This video is about 7 tips for learning C++ in 2023

Tips 3 Cpp
The Cherno

This video is about how to really learn C++ according to the video creator

Tips 4 Cpp
PVS-Studio

This video is about how to write better codes in C++

Tips 5 Cpp
Sync Main

This video is about advice for new C++ programmers from the creator's 15 years of experience


    


Course Videos


Course 1 Cpp
freeCodeCamp.org

A C++20 programming course from beginner to advanced

Course 2 Cpp
Fireship

A brief introduction of the programming language C++

Course 3 Cpp
Programming with Mosh

An 1 hour C++ tutorials for beginners

Course 4 Cpp
Bro Code

Free C++ full course for beginners

Course 5 Cpp
Caleb Curry

A C++ programming all-in-one tutorials