just some c++ exercises
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neingeist 987fff370d more dividing fun 10 years ago
.gitignore play around with division 10 years ago
CMakeLists.txt play around with division 10 years ago
IDEAS add more IDEAS 10 years ago
accumulate.cpp make some methods const 10 years ago
array-bounds.cpp array, array, vector, yay 10 years ago
auto_ptr.cpp suppress g++'s warning that auto_ptr is deprecated 10 years ago
bad_alloc.cpp add an example throwing bad_alloc 10 years ago
casts.cpp c-cast from void* works 10 years ago
classes.cpp print out address of object to copy in copy constructor 10 years ago
division.cpp more dividing fun 10 years ago
future.cpp play with std::future 10 years ago
list-initializers.cpp add list-initializers.cpp 10 years ago
lvalues.cpp test a reference as a lvalue 10 years ago
object-lifetime.cpp initialize members in object-lifetime.cpp 10 years ago
object-lifetime.png add object lifetime example 10 years ago
return-type-deduction.cpp add some return type deduction test (c++14) 10 years ago
rtti.cpp add a small rtti experiment 10 years ago
shared_ptr.cpp print out function name when called 10 years ago
typetest.cpp add typetest.cpp 10 years ago
unique_ptr.cpp add a simple example to unique_ptr.cpp 10 years ago