哪些网站是日常生活中常用的?
- 内容介绍
- 文章标签
- 相关推荐
本文共计337个文字,预计阅读时间需要2分钟。
STL介绍
STL(Standard Template Library)是C++标准库的一部分,提供了一系列模板类和函数,用于实现数据结构和算法。STL的主要目的是提供一种高效、可重用的组件,以简化编程任务。
更多信息,请访问以下网站:- C++ STL介绍:https://cplusplus.com- C++ STL参考:https://en.cppreference.com- C++ STL参考(中文):https://zh.cppreference.com- API参考:https://www.apiref.com/cpp-zh/cpp.
stl介绍cplusplus.com/en.cppreference.com/w/
zh.cppreference.com/w/%E9%A6%96%E9%A1%B5
www.apiref.com/cpp-zh/cpp.html
gcc/libstdc-v3 at master · gcc-mirror/gcc · GitHub
Cpp insight:
C Insights
Compiler explorer
godbolt.org/
C core guidelines
isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Ro-symmetric
GNU/gcc
ftp.gnu.org/pub/pub/gnu/gcc/
minGW:
github.com/niXman/mingw-builds-binaries/releases
在线编译
ideone.com/
wandbox.org/
这个编译器支持boost库而且对C编译器的更新会快。
GDB online Debugger | Compiler - Code, Compile, Run, Debug online C, C
可以gdb调试支持c17(可以参考blog.csdn.net/hyb612/article/details/83588884)
codepad.org/
对于c中一些未定义行为会给出警告提示(c求值顺序等)
Compiler Explorer (c汇编)
C Build Benchmarks
[性能]
C Concurrency in Action 2th edition
github.com/xiaoweiChen/CPP-Concurrency-In-Action-2ed-2019
Modern C Tutorial: C11/14/17/20 On the Fly
github.com/changkun/modern-cpp-tutorial
Effective-Modern-Cpp
github.com/BartVandewoestyne/Effective-Modern-Cpp
本文共计337个文字,预计阅读时间需要2分钟。
STL介绍
STL(Standard Template Library)是C++标准库的一部分,提供了一系列模板类和函数,用于实现数据结构和算法。STL的主要目的是提供一种高效、可重用的组件,以简化编程任务。
更多信息,请访问以下网站:- C++ STL介绍:https://cplusplus.com- C++ STL参考:https://en.cppreference.com- C++ STL参考(中文):https://zh.cppreference.com- API参考:https://www.apiref.com/cpp-zh/cpp.
stl介绍cplusplus.com/en.cppreference.com/w/
zh.cppreference.com/w/%E9%A6%96%E9%A1%B5
www.apiref.com/cpp-zh/cpp.html
gcc/libstdc-v3 at master · gcc-mirror/gcc · GitHub
Cpp insight:
C Insights
Compiler explorer
godbolt.org/
C core guidelines
isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Ro-symmetric
GNU/gcc
ftp.gnu.org/pub/pub/gnu/gcc/
minGW:
github.com/niXman/mingw-builds-binaries/releases
在线编译
ideone.com/
wandbox.org/
这个编译器支持boost库而且对C编译器的更新会快。
GDB online Debugger | Compiler - Code, Compile, Run, Debug online C, C
可以gdb调试支持c17(可以参考blog.csdn.net/hyb612/article/details/83588884)
codepad.org/
对于c中一些未定义行为会给出警告提示(c求值顺序等)
Compiler Explorer (c汇编)
C Build Benchmarks
[性能]
C Concurrency in Action 2th edition
github.com/xiaoweiChen/CPP-Concurrency-In-Action-2ed-2019
Modern C Tutorial: C11/14/17/20 On the Fly
github.com/changkun/modern-cpp-tutorial
Effective-Modern-Cpp
github.com/BartVandewoestyne/Effective-Modern-Cpp

