Skip to content

JoaquinMateosBarroso/cpp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ example

This is just an example project to show what I know about C++.
On it, I made a class "Paquete" - spanish word for "package" - and a class "Cliente" - spanish word for "client".
Both of them are constructed with pointers, so that we can have a better optimization of the resources used, and we don´t overload RAM unnecessarily.
After, the class "Cliente" - "client" - uses the previous classes to handle what a travel agency would need to store the information of its clients.
And, finally, using main.cpp, we have an interface to work with the "Cliente" class Here there is an explanation of what each class contains

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages