
Learn to program in C++ in one hour as a complete beginner, coding something tangible and exploring game design and native app development, opening gateways to further courses.
Explore a free editor on Rex testor dot com to run C++ code in the browser, and learn why Google Chrome provides HDL five support with short tutorials for learners.
Learn C++ development basics, including libraries, the main function, namespaces, and cout output, plus practical tips on environment differences and library conflicts.
Write a cout statement with a string, terminate with a semicolon, and run and test early to see hello world and this is awesome, keeping all code inside main.
Identify common C++ error messages, such as missing semicolons and unknown types, and explain how the compiler reports them. Emphasize testing early to diagnose issues quickly.
Explore comments in code, using single-line comments with two slashes to remind yourself what you did, and multi-line comments for longer notes, boosting productivity when returning to code.
Learn how to call functions in c++, including main and a second main, using braces and semicolons to control execution and output hello world with cout.
Master calling functions in C++ by placing calls inside curly braces, compare functions and methods, and introduce cout usage while preparing for passing variables soon.
Explore how indentation and white spaces improve code readability in C++, while spaces matter for syntax; color coding aids debugging and helps you run the code to see results.
Explore variables in c++ by declaring integers, printing with cout, and handling strings and spaces; learn about comments, newlines, and naming rules for identifiers.
Declare a string variable named your name, initialize it, and run to see it work; strings are characters, case sensitive, and concatenation with + can cause errors.
Discover how bool variables encode true or false using 0 or 1, with game and app examples, and learn naming conventions and avoiding reserved words.
Learn the difference between global and local variables in C++, see how global a is accessible across functions while local a is restricted to its own scope within curly brackets.
Explore basic arithmetic in C++ by declaring variables, performing A plus B, assigning results to answer, and noting that ints cannot be decimal numbers.
Learn how to use double variables in C++, enabling decimals and time-based calculations, perform addition, multiplication, and division, and understand when ints are preferable.
Learn how to pass variables into functions in C++. The lecture demonstrates declaring variables, calling functions, and passing numbers, with simple arithmetic shown outside the call.
Learn to use if statements to execute code only when a condition is true, using equality checks like double equals to compare values and update variables such as aiming.
Explore common operators in C++ such as equality, not equal, greater than, and less than with if statements, and practice by experimenting with code.
Learn how to build complex conditions in an if statement using and and or operators, equals and not equals, and proper brackets.
Learn how else statements work in C++, perform conditional logic with if-else blocks, and set variables based on comparisons.
Explore else if statements in C++ with line-by-line examples. Learn how if, else if, and else control flow handle conditions equal to three, greater than three, and less than eight.
Explore how for statements implement loops in C++, initializing an index, checking a condition, and incrementing with i++ to execute code multiple times, noting zero-based indexing.
Conclude the series by thanking learners and highlighting takeaways in C++ and programming. Explore more courses with discounts for returning students by emailing Mammoth Interactive at gmail dot com.
Have you ever wanted to learn to code but don't know where to start? Learning how to code can get you a better job and lead to a better future. This course starts you off with the basic coding language of C#. This is a very condensed 1 hour tutorial that will show you how to code in C#.