just some c++ exercises
Find a file
2014-05-10 18:55:39 +02:00
.gitignore play with std::future 2014-05-10 18:55:39 +02:00
accumulate.cpp make some methods const 2014-04-14 09:10:17 +02:00
array-bounds.cpp array, array, vector, yay 2014-04-15 19:04:01 +02:00
auto_ptr.cpp suppress g++'s warning that auto_ptr is deprecated 2014-04-19 11:20:46 +02:00
bad_alloc.cpp add an example throwing bad_alloc 2014-04-18 12:26:11 +02:00
casts.cpp c-cast from void* works 2014-04-13 17:38:26 +02:00
classes.cpp print out address of object to copy in copy constructor 2014-04-19 11:14:21 +02:00
CMakeLists.txt play with std::future 2014-05-10 18:55:39 +02:00
future.cpp play with std::future 2014-05-10 18:55:39 +02:00
IDEAS add more IDEAS 2014-04-19 11:15:51 +02:00
list-initializers.cpp add list-initializers.cpp 2014-04-13 09:10:08 +02:00
lvalues.cpp test a reference as a lvalue 2014-04-15 20:36:21 +02:00
object-lifetime.cpp initialize members in object-lifetime.cpp 2014-04-13 15:03:24 +02:00
object-lifetime.png add object lifetime example 2014-04-13 10:12:03 +02:00
rtti.cpp add a small rtti experiment 2014-04-26 16:33:35 +02:00
shared_ptr.cpp print out function name when called 2014-04-19 11:12:28 +02:00
typetest.cpp add typetest.cpp 2014-04-13 08:59:28 +02:00
unique_ptr.cpp add a simple example to unique_ptr.cpp 2014-04-13 10:51:19 +02:00