sizeof(long) in 64-bit C++

前端 未结 6 1378
清歌不尽
清歌不尽 2020-12-05 18:21

I have downloaded MinGW-64, so I can now compile 64-bit programs for Windows 7, using g++ 4.7.0 (experimental). But the following line:

cout << sizeof(         


        
6条回答
提交回复
热议问题