How to learn coding c++ on mobile
There are several ways to learn the C++ programming language for free on a mobile device. Some options include:
Online tutorials and resources: Websites like Codecademy, Udemy, and Coursera offer free and paid courses on C++ programming that can be accessed from a mobile device.
Books and eBooks: There are many free books and eBooks available online that cover the basics of C++ programming, such as "C++ Primer" by Lippman, Lajoie, and Moo.
YouTube videos: There are many tutorials and lectures on C++ programming available on YouTube that can be watched on a mobile device.
Practice coding app: There are mobile apps like SoloLearn, CodeHub, and LearnStreet that provide interactive coding lessons and challenges to help you learn C++ programming.
It's important to note that while many resources are available for free, they may not all be of the same quality or provide the same level of support as paid resources
Symbol of coding
C++ is a programming language, and as such, it consists of a set of keywords, symbols, and other elements that are used to create and execute code. Some of the symbols commonly used in C++ include:
- : addition operator
- : subtraction operator
- : multiplication operator
- / : division operator
- % : modulus operator
- = : assignment operator
- == : equal to operator
- != : not equal to operator
: greater than operator
- < : less than operator
= : greater than or equal to operator
- <= : less than or equal to operator
- ! : logical not operator
- && : logical and operator
- || : logical or operator
- ( ) : parentheses
- { } : curly braces
- : square brackets
- ; : semicolon
- " " : double quotes
- ' ' : single quotes
This is not a comprehensive list
Thanks 🖇✒