Skip to content

This repository contains a development environment for Visual Studio code to be used by C++ Programming Language of AMA Online Education.

Notifications You must be signed in to change notification settings

jonp200/amaoed-cpp-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Programming Language | VS Code

This repository contains a development environment for Visual Studio code to be used by C++ Programming Language of AMA Online Education.

Specifications

  • 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.

Installation Process

  1. 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
      
  2. Using any File Explorer, navigate to C:/git/amaoed-cpp-template to see your local copy of this repository.

Recommended Extensions

The following are recommended extensions for VS Code ( Mac: +P, Windows: CTRL+P ):

  1. EditorConfig for VS Code by EditorConfig:

    ext install EditorConfig.editorconfig
    
  2. C/C++ by Microsoft:

    ext install ms-vscode.cpptools
    

Reminder

In general, there should be no reason to modify or delete any of the following:

  • .vscode/ directory and files within

  • src/_pause.h library

  • .editorconfig file

  • .gitignore file

  • CHANGELOG

  • README

About

This repository contains a development environment for Visual Studio code to be used by C++ Programming Language of AMA Online Education.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%