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 0e43b30736 poly: remove extra semicolon 10 years ago
.gitignore add another polymorphism example 10 years ago
CMakeLists.txt add another polymorphism example 10 years ago
CPPLINT.cfg add configuration for cpplint 10 years ago
IDEAS add another idea 10 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 make bad_alloc.cpp less evil 10 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 more dividing fun 10 years ago
future.cpp a better future 10 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
poly.cpp poly: remove extra semicolon 10 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