C++ Basics (introduction)

Welcome to the basic section, introducing you to the C ++ language study.

We will guide you from the absolute most basic requirement, which is to understand what a computer, a program, is to install as needed to start programming until it shows you how to create small, simple and very useful programs, such as calculating averages, areas and perimeters. Geometric figures, make temperature conversions and more.

Any questions, do not think 2x and ask in the comments. Always try to do the exercises and post your solutions in the comments.

C ++ Language Basics

  1. Computers and Programming computers
  2. C++ Language: What is it? What is it for? How it works? Where is it used?
  3. C or C++ ?
  4. How to start programming in C++
  5. First C++ Program: "Hello, World"
  6. Simple output: cout, <<, endl, \n and others special characters
    Simple output exercises in C++
  7. C++ Data Types, Variables, and Attribution: int, char, float, double, and bool
  8. The sizeof() function in C++ and other data types (short, long and unsigned)
  9. Math Operators: + - * / and %
  10. Operator Precedence and Grouping Expression with Parentheses
  11. User input data with CIN object
  12. How to comment your C++ code
  13. C++ Basics Exercises
    Conversion between Celsius and Fahrenheit
    Working with percentages
    Average in C++
    Simple calculator in C++

No comments:

Post a Comment