Commit graph

7 commits

Author SHA1 Message Date
9ee12a7aba add a vector class and switch to std::format
this adds a vector class which is a container for data.
2023-06-22 19:04:01 -07:00
9a72aa2728 add AbstractClasses and a HeapMemory program.
the AbstractClasses problem experiments with abstract classes and the
HeapMemory program experiments with heap memory.
2023-06-21 21:19:11 -07:00
3405208295 add an exception program
this program messes with c++ exceptions.
2023-06-21 17:01:33 -07:00
c27c685712 add programs for namespaces and function stuff 2023-06-21 15:01:43 -07:00
b1ac6cfb47 switch to cmake and add c++ modules
i have to switch to cmake to get proper c++ modules support.
2023-06-21 01:24:50 -07:00
16504e70a4 add a enumeration program
also fix the name of the squared function. its not a square root, you're
squaring the number.
2023-06-19 19:56:53 -07:00
cf27c686c2 Initial Commit 2023-06-19 15:36:39 -07:00