Skip to content

zharifzubaidi/CppCourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a repository to store all practice code for "Beginning C++ Programming - From Beginner to Beyond" by Dr Frank Mitropoulos from Nova Southeastern University, USA.

Note

  • Open folder CppCourse that has .vscode folder to ensure build task can run properly for C++ build
  • Need to delete executable file everytime before rebuild due to security reason
  • Use Ctrl + Shift + B to build C++ program in VScode. However, need to ensure the settings in .vscode folder is correct
  • To run the exe file, write .\main.exe in the terminal after navigating to the directory containing the exe file
  • Migrated to Linux Ubuntu 24.04
  • To run the executable use ./main

About

Cpp Basic and OOP Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published