just some c++ exercises
Find a file
2014-08-24 14:59:54 +02:00
.gitignore add malloc-new 2014-08-24 14:59:54 +02:00
accumulate.cpp do some whitespace janitor work 2014-08-18 23:45:07 +02:00
array-bounds.cpp do some whitespace janitor work 2014-08-18 23:45:07 +02:00
auto_ptr.cpp do some whitespace janitor work 2014-08-18 23:45:07 +02:00
bad_alloc.cpp Do not use namespace using-directives. 2014-08-19 08:28:36 +02:00
casts.cpp re-indent 2014-08-24 14:50:42 +02:00
classes.cpp re-indent 2014-08-24 14:50:42 +02:00
CMakeLists.txt add malloc-new 2014-08-24 14:59:54 +02:00
CPPLINT.cfg add configuration for cpplint 2014-08-18 22:05:00 +02:00
division.cpp more dividing fun 2014-08-18 21:55:45 +02:00
future.cpp future: use uint64_t instead of the C type long 2014-08-24 14:28:21 +02:00
IDEAS add another idea 2014-08-18 22:02:59 +02:00
list-initializers.cpp Do not use namespace using-directives. 2014-08-19 08:28:36 +02:00
lvalues.cpp test a reference as a lvalue 2014-04-15 20:36:21 +02:00
malloc-new.cpp add malloc-new 2014-08-24 14:59:54 +02:00
object-lifetime.cpp do some whitespace janitor work 2014-08-18 23:45:07 +02:00
object-lifetime.png add object lifetime example 2014-04-13 10:12:03 +02:00
ohai-const-strings.cpp no need to copy the strings, just reference them 2014-08-23 11:19:16 +02:00
poly.cpp re-indent 2014-08-24 14:50:42 +02:00
return-type-deduction.cpp do some whitespace janitor work 2014-08-18 23:45:07 +02:00
rtti.cpp rtti: make Nail constructor explicit 2014-08-24 14:44:15 +02:00
shared_ptr.cpp do some whitespace janitor work 2014-08-18 23:45:07 +02:00
typetest.cpp do some whitespace janitor work 2014-08-18 23:45:07 +02:00
unique_ptr.cpp do some whitespace janitor work 2014-08-18 23:45:07 +02:00