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 09b04e4bd6 no need to copy the strings, just reference them 10 years ago
.gitignore how to convert vector<string> to const char** 10 years ago
CMakeLists.txt how to convert vector<string> to const char** 10 years ago
CPPLINT.cfg add configuration for cpplint 10 years ago
IDEAS add another idea 10 years ago
accumulate.cpp do some whitespace janitor work 10 years ago
array-bounds.cpp do some whitespace janitor work 10 years ago
auto_ptr.cpp do some whitespace janitor work 10 years ago
bad_alloc.cpp Do not use namespace using-directives. 10 years ago
casts.cpp do some whitespace janitor work 10 years ago
classes.cpp do some whitespace janitor work 10 years ago
division.cpp more dividing fun 10 years ago
future.cpp do some whitespace janitor work 10 years ago
list-initializers.cpp Do not use namespace using-directives. 10 years ago
lvalues.cpp test a reference as a lvalue 10 years ago
object-lifetime.cpp do some whitespace janitor work 10 years ago
object-lifetime.png add object lifetime example 10 years ago
ohai-const-strings.cpp no need to copy the strings, just reference them 10 years ago
poly.cpp poly: remove extra semicolon 10 years ago
return-type-deduction.cpp do some whitespace janitor work 10 years ago
rtti.cpp do some whitespace janitor work 10 years ago
shared_ptr.cpp do some whitespace janitor work 10 years ago
typetest.cpp do some whitespace janitor work 10 years ago
unique_ptr.cpp do some whitespace janitor work 10 years ago