News

Developed in Visual Studio 2019. Vector2D.cpp contains the main function and is used to test the Vector2 class. Use the + operator to add two Vector2 objects For example: v+u The - and * operators ...
This repository contains a C++ project structured in two main parts, each focusing on different aspects of custom data structures and object-oriented design. The first part explores the implementation ...
C++ still matters and always will. There are many resources to help you with modern C++, including Godbolt's compiler explorer, ISOCpp, and CppReference. C++ can be simpler than it used to be.