just some c++ exercises
Go to file
neingeist 235d604757 print out function name when called
.gitignore add an example throwing bad_alloc
CMakeLists.txt add an example throwing bad_alloc
IDEAS update IDEAS
accumulate.cpp make some methods const
array-bounds.cpp array, array, vector, yay
auto_ptr.cpp add auto_ptr.cpp
bad_alloc.cpp add an example throwing bad_alloc
casts.cpp c-cast from void* works
classes.cpp add a copy and a "normal" constructor
list-initializers.cpp add list-initializers.cpp
lvalues.cpp test a reference as a lvalue
object-lifetime.cpp initialize members in object-lifetime.cpp
object-lifetime.png add object lifetime example
shared_ptr.cpp print out function name when called
typetest.cpp add typetest.cpp
unique_ptr.cpp add a simple example to unique_ptr.cpp