摘要: //vs2013 32位win8 coutd(1);coutv(1);cout只存储bit而非 字节序? 阅读全文
posted @ 2014-12-31 20:29 withChengChen 阅读(197) 评论(0) 推荐(0)
摘要: //编译环境:vs201332位win8操作系统#include#include#includeusingstd::cout;usingstd::endl;classA{intx=0;public:A();~A();private:};A::A(){}A::~A(){}intmain(){std::... 阅读全文
posted @ 2014-12-31 16:05 withChengChen 阅读(281) 评论(0) 推荐(0)