C++ course online
C++ is the classic language for learning algorithms and programming fundamentals. On BitWizards you write it in your browser, with code stepping - you execute the program line by line and see how it works, without installing a compiler.
What you will learn
- Input and output:
cout, the basics ofcin. - Variables, types, operators and expressions.
- Conditional statements, loops (
for,while), functions. - Arrays and simple structures, the basics of classes.
How you learn on BitWizards
- Code stepping: you walk through the code step by step, including into function bodies - the best way to understand how an algorithm unfolds.
- A speed slider and highlighting of the currently executed line.
- Exercises with automatic result checking.
C++ and the INF.04 exam
C++ is one of the main languages of INF.04 (Polish vocational IT qualification) - designing, programming and testing applications. It builds the algorithmic thinking that also pays off in Python and Java.
Related technologies
Python - Java - JavaScript