just some c++ exercises
Go to file
neingeist d08cb5c79c rtti: make Nail constructor explicit
.gitignore how to convert vector<string> to const char**
CMakeLists.txt how to convert vector<string> to const char**
CPPLINT.cfg add configuration for cpplint
IDEAS add another idea
accumulate.cpp do some whitespace janitor work
array-bounds.cpp do some whitespace janitor work
auto_ptr.cpp do some whitespace janitor work
bad_alloc.cpp Do not use namespace using-directives.
casts.cpp do some whitespace janitor work
classes.cpp do some whitespace janitor work
division.cpp more dividing fun
future.cpp future: use uint64_t instead of the C type long
list-initializers.cpp Do not use namespace using-directives.
lvalues.cpp test a reference as a lvalue
object-lifetime.cpp do some whitespace janitor work
object-lifetime.png add object lifetime example
ohai-const-strings.cpp no need to copy the strings, just reference them
poly.cpp poly: remove extra semicolon
return-type-deduction.cpp do some whitespace janitor work
rtti.cpp rtti: make Nail constructor explicit
shared_ptr.cpp do some whitespace janitor work
typetest.cpp do some whitespace janitor work
unique_ptr.cpp do some whitespace janitor work