你一定用得到的免費C++資源集合[Cpp 教學/函示庫/函式庫/lib]

你一定用得到的免費C++資源集合[Cpp 教學/函示庫/函式庫/lib]

你一定用得到的免費C++資源集合[Cpp 教學/函示庫/函式庫/lib]



資料來源: https://mp.weixin.qq.com/s?__biz=MzA3MTU1MzMzNQ==&mid=2247484821&idx=1&sn=f0c429149e06d1485cfe0d93c585df3a&chksm=9f2a9dcda85d14dbaf2f41b4fcfb47d293331a8b63cea8f49d8874eef3da498893032dddb791&scene=126&sessionid=1580451762&key=2e1a5dd4a0fa88b973130b6a4d2f01379ac8136b535e506d6124418148d6b2246f87461b029ef1013dda290a723b21be85c6653765fdf8cfc9ccc0213e41e0845476e56a6d6f021245cdc72b51fa81f9&ascene=1&uin=MjIwODk2NDgxNw%3D%3D&devicetype=Windows+10&version=6208006f&lang=zh_TW&exportkey=AuuTxih1phkCOY%2BEbywtJEM%3D&pass_ticket=iF7vae4RYoeYNabluoSWfrs%2BO6wuMSrTFypsZSzXuo36eL%2BdLN0bHjoOIfvg1WVC


C++標準參考

    C++ reference
    地址:https://en.cppreference.com/w/

    C++ Coding Standard
    地址:http://www.possibility.com/Cpp/CppCodingStandard.html

    Standard C++
    地址:https://isocpp.org/

    State of C++ Evolution
    地址:http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2597.html

T    he C++ Resources Network
    地址:http://www.cplusplus.com/

    Draft C++ Standard: Contents
    地址:http://eel.is/c++draft/

指南類資源

    C++ Core Guidelines
    地址:http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rc-zero

    Super FAQ C++
    地址:https://isocpp.org/wiki/faq

教程/課程

    C++ Programming Tutorial
    地址:http://web.archive.org/web/20060424103805/cplus.about.com/od/beginnerctutorial/l/blcplustut.htm

    Learn C++
    地址:https://www.learncpp.com/

    C++ Tutorial (tutorialspoint)
    地址:http://www.tutorialspoint.com/cplusplus/

    Modernes C++
    地址:http://www.modernescpp.com/index.php/der-einstieg-in-modernes-c

    CodesDope : C++ tutorial
    地址:https://www.codesdope.com/cpp-introduction/

    C++ Language – C++ Tutorials
    地址:http://www.cplusplus.com/doc/tutorial/

    C++ Tutorial (Udemy)
    地址:https://www.udemy.com/course/free-learn-c-tutorial-beginners/

    C++ Programming Language – GeeksforGeeks
    地址:https://www.geeksforgeeks.org/c-plus-plus/

    C++ Tutorial – Learn C++ 
    地址:https://www.cprogramming.com/tutorial/c++-tutorial.html

    C++ Tutotial (sololearn)
    地址:https://www.sololearn.com/Course/CPlusPlus

    C++ For C Programmers, Part A | Coursera
    地址:https://www.coursera.org/learn/c-plus-plus-a

    C++ For C Programmers, Part B | Coursera
    地址:https://www.coursera.org/learn/c-plus-plus-b

    C, C++ Programming Tutorials
    地址:https://www.cprogramming.com/tutorial.html

    C++ Tutorial (w3schools)
    地址:https://www.w3schools.com/cpp/default.asp

    C++ Tutorial (java2s)
    地址:http://www.java2s.com/Tutorial/Cpp/CatalogCpp.htm

    Learn C++ Tutorial (javapoint)
    地址:https://www.javatpoint.com/cpp-tutorial

YouTube免費視頻教程

    CppCon
    地址:https://www.youtube.com/user/CppCon

    Jason Turner
    地址:https://www.youtube.com/user/lefticus1

    Bo Qian
    地址:https://www.youtube.com/user/BoQianTheProgrammer

    Buckys Roberts
    地址:https://www.youtube.com/playlist?list=PLAE85DE8440AA6B83

T    heCherno
    地址:https://www.youtube.com/user/TheChernoProject

    Derek Banas
    地址:https://www.youtube.com/playlist?list=PLGLfVvz_LVvQ9S8YSV0iDsuEU8v11yP9M

    Caleb Curry
    地址:https://www.youtube.com/playlist?list=PL_c9BZzLwBRJVJsIfe97ey45V4LP_HXiG

    Blacksmith
    地址:https://www.youtube.com/playlist?list=PLB9ZeIzzfPE0a7xjrmjTffWb1g5ZCSkE-

免費C++書籍

這五個網站基本匯總了所有免費的C++書籍,你可以通過它們找到你想要的那本:

    Free C++ Books
    地址:https://tfetimes.com/free-c-books/

    Free C++ Books Download
    地址:http://www.freebookcentre.net/Language/Free-C++-Books-Download.html

    Free C++ Programming Book
    地址:https://books.goalkicker.com/CPlusPlusBook/

    Fundamentals of Programming C++
    地址:http://freecomputerbooks.com/Fundamentals-of-Programming-Cpp.html

    Free Programming Books
    地址:https://www.e-booksdirectory.com/programming.php

不免費但是必讀的C++書籍列表

    The Definitive C++ Book Guide and List
    地址:https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list/388282#388282

免費編譯器

    GCC, the GNU Compiler Collection
    地址:https://gcc.gnu.org/

    Clang C Language Family Frontend for LLVM
    地址:https://gcc.gnu.org/

    Cygwin
    地址:http://www.cygwin.com/

    Minimalist GNU for Windows
    地址:http://www.mingw.org/

    IBM C and C++ Compiler Family
    地址:h ttps://www.ibm.com/us-en/marketplace/ibm-c-and-c-plus-plus-compiler-family

    Visual Studio
    地址:https://visualstudio.microsoft.com/downloads/

    Intel® System Studio
    地址:https://software.intel.com/en-us/forums/intel-system-studio

    Oracle Developer Studio
    地址:https://www.oracle.com/technetwork/server-storage/developerstudio/overview/index.html

調試工具

    GDB: The GNU Project Debugger
    地址:https://www.gnu.org/software/gdb/

    Kdevelop
    地址:https://www.kdevelop.org/

    Data Display Debugger
    地址:https://www.gnu.org/software/ddd/

    Valgrind Home
    地址:http://valgrind.org/

    Sanitizers
    地址:https://github.com/google/sanitizers

    Record and replay
    地址:https://github.com/mozilla/rr

    Windows Debugging Tools C++
    地址:https://www.nirsoft.net/programmer_tools.html

開源庫

    GSL
    地址:https://github.com/microsoft/GSL

    Boost文檔
    地址:https://www.boost.org/doc/libs/

    wxWidgets官網
    地址:http://wxwidgets.org/

    gtkmm
    地址:https://www.gtkmm.org/en /

    CopperSpice
    地址:https://www.copperspice.com/

    Qt
    地址:https://www.qt.io/

    Eigen
    地址:http://eigen.tuxfamily.org/index.php?title=Main_Page#Documentation

    Plot utils
    地址:https://www.gnu.org/software/plotutils/

    Asio
    地址:https://think-async.com/Asio/

    POCO
    地址:https://pocoproject.org/

    abseil
    地址:https://abseil.io/

    C++開源庫匯總列表
    地址:https://en.cppreference.com/w/cpp/links/libs

One thought on “你一定用得到的免費C++資源集合[Cpp 教學/函示庫/函式庫/lib]

發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *