Introduction to C++

More of a re-introduction more than anything. Before I've attended AIE, I was introduced to C++ in the DigiPen Video Game Programming (AP) course at the Puget Sound Skills Center. C++ was still a new concept to me at that time so it was understandable why it was a struggle to understand the basic concepts. Arrays, Classes, Pointers, Strings, these were some of the topics that I've learned during the course of the subject.


Recent Updates

September 19th, 2018
  • Another assessment and the task at hand was to create a number guessing game.
  • The assessment's purpose was to handle user input and deal with process certain events and what to do afterwards.
September 5th, 2018
  • Got an introduction with classes. A way to store multiple types of information and implemented different functions that changes variables in class, and display certain variables from a specific class
August 24th, 2018
  • One of the assessments for this subject, which was to create a tic-tac-toe game has been completed.
  • The purpose of this assessment was to understand how to store information and be able to change it from an event occuring.
August 22nd, 2018
  • Re-introduction into C++. First task was the standard "Hello World!", followed by printing out some things about myself.
  • Learning/understanding arrays (I can't say I know the reason why it took me a while to understand the concept on how it worked.), and performing tasks such as printing out contents of an array, returning the sum of all numbers in the array and printing out the content of a specific index in the array.

More Information

Download

introduction-to-cpp.zip 17.1 KB

Installation Instructions

Download the .zip folder and extract it. Launch any of the executables (.exe).

Repository Link

https://github.com/ASGitH/aie-Introduction-To-Cpp

Tools Used

Integrated Development Environment (IDE) - Visual Studio


Screenshots


History

September 19th, 2018
  • Another assessment and the task at hand was to create a number guessing game.
  • The assessment's purpose was to handle user input and deal with process certain events and what to do afterwards.
September 5th, 2018
  • Got an introduction with classes. A way to store multiple types of information and implemented different functions that changes variables in class, and display certain variables from a specific class
August 24th, 2018
  • One of the assessments for this subject, which was to create a tic-tac-toe game has been completed.
  • The purpose of this assessment was to understand how to store information and be able to change it from an event occuring.
August 22nd, 2018
  • Re-introduction into C++. First task was the standard "Hello World!", followed by printing out some things about myself.
  • Learning/understanding arrays (I can't say I know the reason why it took me a while to understand the concept on how it worked.), and performing tasks such as printing out contents of an array, returning the sum of all numbers in the array and printing out the content of a specific index in the array.