just some c++ exercises
Find a file
2014-04-18 12:26:11 +02:00
.gitignore add an example throwing bad_alloc 2014-04-18 12:26:11 +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 add auto_ptr.cpp 2014-04-13 08:38:06 +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 make some methods const 2014-04-14 09:10:17 +02:00
CMakeLists.txt add an example throwing bad_alloc 2014-04-18 12:26:11 +02:00
IDEAS update IDEAS 2014-04-13 14:44:15 +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
shared_ptr.cpp shared_ptr vs containers 2014-04-15 20:35:17 +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