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 1a6c3c2035 IDEAS: static assert 8 years ago
.gitignore add malloc-new 10 years ago
CMakeLists.txt add malloc-new 10 years ago
CPPLINT.cfg add configuration for cpplint 10 years ago
IDEAS IDEAS: static assert 8 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 re-indent 10 years ago
classes.cpp re-indent 10 years ago
division.cpp more dividing fun 10 years ago
future.cpp future: use uint64_t instead of the C type long 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
malloc-new.cpp add malloc-new 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 re-indent 10 years ago
return-type-deduction.cpp do some whitespace janitor work 10 years ago
rtti.cpp rtti: make Nail constructor explicit 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