CodeBlocks问题解决
问题一:使用unordered_map错误
问题描述
包含头文件#include <unordered_map>后编译器报错,错误信息为:
This file requires compiler and library support for the \ISO C++ 2011 standard. This support is currently e
x64位windows上程序开发的注意事项
<p><strong>在Windows上面32位与64位的区别有:</strong></p>
<p>1.指针大小的区别,sizeof(int *)在32bit下面是4个字节,在64bit下面是8个字节<br>
2.size_t的区别,size_t在32bit下面是4个字节的范围,在64bit下面是8个字节的范围<br>
3.地址空间的区别,在32bit下面,最大地址空间是4GB,在6