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 cae45c8613 play around with division 10 years ago
.gitignore play around with division 10 years ago
CMakeLists.txt play around with division 10 years ago
IDEAS add more IDEAS 11 years ago
accumulate.cpp make some methods const 11 years ago
array-bounds.cpp array, array, vector, yay 11 years ago
auto_ptr.cpp suppress g++'s warning that auto_ptr is deprecated 11 years ago
bad_alloc.cpp add an example throwing bad_alloc 11 years ago
casts.cpp c-cast from void* works 11 years ago
classes.cpp print out address of object to copy in copy constructor 11 years ago
division.cpp play around with division 10 years ago
future.cpp play with std::future 11 years ago
list-initializers.cpp add list-initializers.cpp 11 years ago
lvalues.cpp test a reference as a lvalue 11 years ago
object-lifetime.cpp initialize members in object-lifetime.cpp 11 years ago
object-lifetime.png add object lifetime example 11 years ago
return-type-deduction.cpp add some return type deduction test (c++14) 11 years ago
rtti.cpp add a small rtti experiment 11 years ago
shared_ptr.cpp print out function name when called 11 years ago
typetest.cpp add typetest.cpp 11 years ago
unique_ptr.cpp add a simple example to unique_ptr.cpp 11 years ago