腾讯云618特惠专场

文章列表

Using boost in embedded system with memory limitation(在内存限制的嵌入式系统中使用 boost)
Is there a standalone implementation of std::function?(是否有 std::function 的独立实现?)
Using C++ in an embedded environment(在嵌入式环境中使用 C++)
Alternative to boost::shared_ptr in an embedded environment(在嵌入式环境中替代 boost::shared_ptr)
Prevent C++11 removal of endless loops(防止 C++11 删除无限循环)
Pimpl idiom without using dynamic memory allocation(不使用动态内存分配的 Pimpl 习惯用法)
C++ on Small-Footprint Microcontrollers(小尺寸微控制器上的 C++)
Compiling an application for use in highly radioactive environments(编译用于高放射性环境的应用程序)
Embedded C++ : to use STL or not?(嵌入式 C++:是否使用 STL?)
Is there any alternative to using % (modulus) in C/C++?(在 C/C++ 中使用 % (模数)有什么替代方法吗?)