Skip to content

General testing repo for C++ projects and code practices. Main goal is to learn more major C++ concepts, and apply them with the code represented here.

gwmandrona/CPP-Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++ Testing

A general repo for learning the C++ language and the many components that come with it.s Mainly just adding projects and files that cover main topics and components of the coding language

Rule of Three

Created a class with a deconstructor, copy constructor, and copy assignment constructor. The main goal is to get more comfortable with the syntax of C++, and to contunualy work with dynamic memory to avoid excessive debugging that stems from memory leaks

About

General testing repo for C++ projects and code practices. Main goal is to learn more major C++ concepts, and apply them with the code represented here.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages