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.
|
11 years ago | |
---|---|---|
.hgignore | 12 years ago | |
Makefile | 11 years ago | |
README.rst | 12 years ago | |
auto.cc | 12 years ago | |
constexpr.cc | 12 years ago | |
ilists.cc | 11 years ago | |
init.cc | 11 years ago | |
init_new.cc | 11 years ago | |
lambda.cc | 11 years ago | |
loops.cc | 11 years ago | |
notes.rst | 11 years ago | |
pi.cc | 11 years ago | |
regex1.cc | 11 years ago | |
regex2.cc | 11 years ago | |
stress.zsh | 11 years ago | |
thread.cc | 11 years ago | |
thread2.cc | 11 years ago | |
tuple.cc | 11 years ago |
README.rst
========================================
GRANDPA, I DON’T WANT NONE OF YOUR C++!!
========================================
.. rubric:: Notes and examples for my 2012 UTOS Conference talk
You thought the language was essentially dead, relegated to the slaves who
produce the latest video games; you were wrong!
Last year the latest C++ standard, c++11, was ratified adding many of the
features one would expect from a modern programming language.
Come participate in an overview and example festival of some of the added
features.
Build Instructions
==================
In order to compile the examples, modify the CXXFLAGS in the Makefile and
then run make for each executable. If you want, for example, to build the
asdf.cc file, run::
make asdf
or to build it all::
make
Also, you can run it all with the *run* target::
make run
if it returns 0, then everything went fine.
Enjoy!