FREE Video Course - Master C++ Fundamentals

C++ programmers are sought after for enterprise system software and video games. In these tutorials, Byte Academy and Embarcadero Technologies walk you through conditional statements, loops, simple and advanced data structures, and memory management using the C++Builder IDE. The C++Builder IDE allows you to design, code, test and deploy your C++ apps to desktops and devices with a single code base.

After you submit the form, the link to this exclusive Workshop with 13 different Videos will be sent to your inbox. Be sure to use the correct email address.

What you will learn:

Part 1:

  • C++ introduction: what it is, usage, how is it different from other languages
  • Embarcadero C++ Builder introduction
  • IDE (code editor, compiler, debugger)
  • Data types, read/write commands
  • Algorithm concept If/else statement
  • Relational operands
  • Arithmetic operands
  • Loops - while and for loop types

Part 2:

  • Arrays
  • Strings
  • Functions
  • Sending arguments by val/by ref
  • Pointers