
C++头文件
文章平均质量分 81
hongxdong
这个作者很懒,什么都没留下…
展开
-
limits 头文件使用示例
////////////////////////////////////////////////////////////////////// // // Compile options needed: /GX// // : Numeric.cpp// // Variables and Functions:// // has_denor原创 2010-05-04 17:09:00 · 1284 阅读 · 0 评论 -
priority_queue & 结构体||类 & 自定义比较函数cmp
template class Sequence=vector , class Compare=less > #include #include #include using namespace std;struct node { int no; int year;原创 2010-05-05 12:47:00 · 6292 阅读 · 1 评论 -
C/C++的64位整型 不同编译器间的比较
//为了和DSP兼容,TSint64和TUint64设置成TSint40和TUint40一样的数 //结果VC中还是认为是32位的,显然不合适 //typedef signed long int TSint64; //typedef unsigned long int TUint64; //ANSI C中规定long lon原创 2010-05-05 14:04:00 · 5972 阅读 · 3 评论