====== Doporučená liteatura ====== * Stroustrup: Programming: Principles and Practice Using C++ (2nd Edition), 2014, ISBN 978-0321992789\\ * Stroustrup: The C++ Programming Language (4th Edition), 2013, ISBN 978-0321563842 * Sedgewick, Wayne: Algorithms (4th Edition), 2011, ISBN 978-0321573513 * Bryant, O'Hallaron: Computer systems: a programmer's perspective (2rd Edition), 2011, ISBN-13: 978-0-13-610804-7 * Lazar, Guillaume, and Robin Penea. Mastering Qt 5. Packt Publishing Ltd, 2016. Pokud by některý z následujících odkazů nefungoval, dejte nám prosím vědět. ===== On-line referenční příručky ===== * [[https://en.cppreference.com/w/|Cppreference.com]] * [[http://www.possibility.com/Cpp/CppCodingStandard.html|C++ Coding Standard]] * [[https://isocpp.org/|Standard C++]] * [[http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2597.html|State of C++ Evolution]] * [[http://www.cplusplus.com/|The C++ Resources Network]] * [[http://eel.is/c++draft/|Draft C++ Standard: Contents]] ===== Články ===== * [[https://www.modernescpp.com/|Modernes C++]] ===== Guidelines ===== * [[http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rc-zero|C++ Core Guidelines]] * [[https://isocpp.org/wiki/faq|Super FAQ C++]] ===== Návody a tutoriály ===== * [[http://web.archive.org/web/20060424103805/cplus.about.com/od/beginnerctutorial/l/blcplustut.htm|C++ Programming Tutorial]] * [[http://www.java2s.com/Tutorial/Cpp/CatalogCpp.htm|C++ Tutorial]] * [[https://www.learncpp.com/|Learn C++]] * [[http://www.tutorialspoint.com/cplusplus/|C++ Tutorial]] * [[http://www.modernescpp.com/index.php/der-einstieg-in-modernes-c|Modernes C++]] * [[https://www.codesdope.com/cpp-introduction/|CodesDope : C introduction : Learn to compile and run C codes on Linux, Windows and Mac OS]] * [[https://www.fluentcpp.com/|Fluent C++]] * [[http://www.cplusplus.com/doc/tutorial/|C++ Language - C++ Tutorials]] * [[https://www.javatpoint.com/cpp-tutorial|Learn C++ Tutorial]] * [[https://www.udemy.com/free-learn-c-tutorial-beginners/|C++ Tutorial for Complete Beginners | Udemy]] * [[https://www.geeksforgeeks.org/c-plus-plus/|C++ Programming Language - GeeksforGeeks]] * [[https://www.cprogramming.com/tutorial/c++-tutorial.html|C++ Tutorial - Learn C++ - Cprogramming.com]] * [[https://www.sololearn.com/Course/CPlusPlus|C++ Tutorial]] * [[https://www.codecademy.com/learn/learn-c-plus-plus|Learn C++ | Codecademy]] ===== Obecné informace ===== * [[http://www.stroustrup.com/|Bjarne Stroustrup's Homepage]] * [[http://mobile.devx.com/cplus/|C++ Zone | DevX.com]] * [[https://herbsutter.com/|Sutter’s Mill]] * [[https://stackoverflow.com/|Stack Overflow]] * [[https://cppcon.org/|The C++ Conference]] ===== Volně dostupné knihy ===== * [[https://tfetimes.com/free-c-books/|Free C++ Books]] * [[http://www.freebookcentre.net/Language/Free-C++-Books-Download.html|Free C++ Books Download]] * [[https://books.goalkicker.com/CPlusPlusBook/|Free C++ Programming Book]] * [[http://freecomputerbooks.com/Fundamentals-of-Programming-Cpp.html|Fundamentals of Programming C++]] * [[https://www.e-booksdirectory.com/programming.php|Free Programming Books]] ===== Ne zcela volně dostupné knihy ===== * [[https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list/388282#388282|The Definitive C++ Book Guide and List]] ===== Volně dostupné kompilátory ===== * [[https://gcc.gnu.org/|GCC, the GNU Compiler Collection]] * [[http://clang.llvm.org/|Clang C Language Family Frontend for LLVM]] * [[http://www.cygwin.com/|Cygwin]] * [[http://www.mingw.org/|Minimalist GNU for Windows]] * [[https://www.ibm.com/us-en/marketplace/ibm-c-and-c-plus-plus-compiler-family|IBM C and C++ Compiler Family]] * [[https://visualstudio.microsoft.com/downloads/|Downloads | IDE, Code, & Team Foundation Server | Visual Studio]] * [[https://software.intel.com/en-us/forums/intel-system-studio|Intel® System Studio]] * [[https://www.oracle.com/technetwork/server-storage/developerstudio/overview/index.html|Oracle Developer Studio]] ===== Online kompilátory ===== * [[https://wandbox.org/|[Wandbox]三へ( へ՞ਊ ՞)へ ハッハッ]] * [[https://godbolt.org/|Compiler Explorer]] * [[http://cpp.sh/|C++ Shell]] * [[https://cppinsights.io/|C++ Insights]] * [[https://ideone.com/|Ideone.com]] * [[http://coliru.stacked-crooked.com/|Coliru]] * [[https://www.onlinegdb.com/online_c++_compiler|Online C++ Compiler - online editor]] * [[https://www.jdoodle.com/online-compiler-c++|JDoodle - free Online Compiler]] * [[https://paiza.io/en/projects/new?language=cpp|Online editor and compiler]] * [[https://arnemertz.github.io/online-compilers/|List of Online C++ Compilers]] ===== Volně dostupné IDE ===== * [[https://codelite.org/|CodeLite]] * [[http://www.codeblocks.org/downloads|Code Blocks]] * [[https://visualstudio.microsoft.com/downloads/#d-2010-express|Visual Studio]] * [[http://www.eclipse.org/downloads/packages/release/luna/sr1a/eclipse-ide-cc-developers|Eclipse IDE for C/C++ Developers]] * [[https://netbeans.org/features/cpp/index.html|Netbeans C++ Development]] * [[https://sourceforge.net/projects/orwelldevcpp/|Dev-C++]] * [[http://anjuta.org/|Anjuta DevStudio]] * [[https://www.jetbrains.com/clion/|CLion: IDE for C and C++]] ===== Ladící nástroje ===== * [[https://www.gnu.org/software/gdb/|GDB: The GNU Project Debugger]] * [[https://www.kdevelop.org/|Kdevelop]] * [[https://www.gnu.org/software/ddd/|Data Display Debugger]] * [[http://valgrind.org/|Valgrind Home]] * [[https://github.com/google/sanitizers|Sanitizers]] * [[https://github.com/mozilla/rr|Record and replay]] * [[https://www.nirsoft.net/programmer_tools.html|Windows Debugging Tools C++]] ===== Knihovny ===== * [[https://www.boost.org/doc/libs/|Boost Library Documentation]] * [[http://wxwidgets.org/|WxWidgets GUI Library]] * [[https://www.gtkmm.org/en/|C++ Interfaces for GTK+ and GNOME]] * [[https://www.qt.io/|Qt | Cross-platform software development for embedded & desktop]] * [[http://eigen.tuxfamily.org/index.php?title=Main_Page#Documentation|Eigen]] * [[https://www.gnu.org/software/plotutils/|Plot utils]] * [[https://en.cppreference.com/w/cpp/links/libs|A list of open source C++ libraries]]