This repository contains a development environment for Visual Studio code to be used by C++ Programming Language of AMA Online Education.
-
It needs MinGW installed at C:/ root directory in order to work.
-
It is specifically configured for Visual Studio Code integrated development environment.
-
It natively supports Windows operating system only. For other operating systems, several configurations may still be needed to complete the process.
-
Using Git Bash or any terminal,
-
[One Time Only] Install the latest version of this GitHub repository by entering the following commands:
mkdir C:/git cd C:/git git clone https://github.com/jmadoremos/amaoed-cpp-template -
Update your existing copy to the latest version (provided you have previously done the commands above) by entering the following instead:
cd C:/git/amaoed-cpp-template git pull origin master
-
-
Using any File Explorer, navigate to C:/git/amaoed-cpp-template to see your local copy of this repository.
The following are recommended extensions for VS Code ( Mac: ⌘+P, Windows: CTRL+P ):
-
EditorConfig for VS Code by EditorConfig:
ext install EditorConfig.editorconfig -
C/C++ by Microsoft:
ext install ms-vscode.cpptools
In general, there should be no reason to modify or delete any of the following: