====== C++11 Language ====== ===== Examples ===== * [[.:examples:dir_list_cc|dir_list.cc]] * [[.:examples:chrono_stop_watch.cc|chrono_stop_watch.cc]] * [[.:examples:thread_2.cc|thread_2.cc]] * [[.:examples:port_scanner.cc|port_scanner.cc]] ===== References ===== * [[https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md|C++ Core Guidelines]] * [[http://boqian.weebly.com/c-programming.html|Bo Qian examples and videos]] * [[http://stackoverflow.com/questions/81656/where-do-i-find-the-current-c-or-c-standard-documents|Where do I find The current C++ Standards]] * [[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3797.pdf|C11 Standard n3797]] * [[https://computing.llnl.gov/tutorials/pthreads/|Using PThreads in C/C++]]