清泛IT社区App Inventor 2 中文社区

搜索

扫码访问移动社区 移动社区,您的掌上技术专家

关注我,精彩不错过! 关注我,精彩不错过!

扫码安装最新版AI伴侣 最新版AI伴侣v2.72

Aia Store .aia 源码一站式解决方案 发布日志AI2连接测试ai2Starter模拟器

开通会员送SVIPApp Inventor 2 拓展有奖征文 VIP会员享专有教程,免费赠送基础版*技术支持服务! AI2入门必读中文文档中文教程IoT专题

清泛IT社区»首页 技术交流区 C/C++ c++1y / stl
收藏本版 (1) |订阅

c++1y / stl 今日: 0|主题: 81|排名: 18 

作者 回复/查看 最后发表
预览 预编译头文件来自编译器的早期版本,或者预编译头为 C++ 而在 C 中使用它(或相反) attach_img
现象&原因:当 Visual C++ 项目启用了预编译头 (Precompiled header) 功能时,如果项目中同时混合有 .c 和 .cpp 源文 ...
清泛网 2016-04-22 0843 清泛网 2016-04-22 11:36
预览 register int i;的含义
register声明的作用是为了提高效率。 它明确要求CPU把变量始终保存在寄存器里面,直至它消亡。 不过现代编译器都很 ...
    清泛网 2016-04-21 0832 清泛网 2016-04-21 15:32
    预览 %d,%c,%s,%x等转换符 释义
    转换说明符 %a(%A) 浮点数、十六进制数字和p-(P-)记数法(C99) %c 字符 %d ...
      清泛网 2016-04-19 0665 清泛网 2016-04-19 16:57
      预览 C++在堆上申请二维数组
      假设要申请的是double型大小m*n数组有如下方法方法一:优点:申请的空间是连续的 缺点:较难理解double (*d) = new ...
        清泛网 2016-04-19 0853 清泛网 2016-04-19 13:53
        预览 C++程序结果出现1.#inf 1.#IO
        表象原因:浮点数越界了(超过FLT_MAX最大值了),1.#IO是 %lf 格式化出来的字符串。极可能原因:除0了,也就是f1 = ...
          清泛网 2016-04-12 0789 清泛网 2016-04-12 14:33
          预览 error LNK2019: 无法解析的外部符号 _GetFileVersionInfoSizeW@8,该符号在函数 _wmain 中被引用 attach_img
          GetFileVersionInfoSize build时出现link2019 链接错误:#pragma comment(lib, "version")解决。
          清泛网 2016-04-08 01022 清泛网 2016-04-08 12:08
          预览 c++读注册表
          CString key;key.Format(_T("Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\xxx"));HKEY hKey;LONG r ...
            清泛网 2016-04-06 0770 清泛网 2016-04-06 18:08
            预览 C++字符串截断时中文的处理问题(中文被截断怎么处理?)
            // 防止后台错误消息中汉字双字节被截断出现乱码if (pRspMsg->RspMsg.bufRspMsg.Length() - 2> & 0x80) pRs ...
              清泛网 2016-03-31 0796 清泛网 2016-03-31 11:32
              预览 c++ boost::multi_index composite keys efficiency
              Long time reader first time poster! I'm playing around with the boost: container stuff and have a ...
                清泛网 2016-03-15 1814 清泛网 2016-03-15 14:57
                预览 std::vector排序
                若vector内容进行过比较运算符重载(如int, std:等),则直接sort:std:(vecTest.begin(), vecTest.end( ...
                  清泛网 2016-03-02 0734 清泛网 2016-03-02 15:05
                  预览 VC/Linux C++ 递归访问目录下所有文件
                  VC函数,部分代码如下:find(char * lpPath){ char szFind; WIN32_FIND_DATA FindFileData; strcpy(szF ...
                    清泛网 2016-02-29 0780 清泛网 2016-02-29 15:23
                    预览 SHFileOperation 这个API函数怎么用起来结果飘忽不定?
                    SHFileOperation方法有时不起作用,用起来结果飘忽不定,路径末尾加上'\0'也一样,笔者亲测,删除有时成功有时失败。 ...
                      清泛网 2016-02-29 0846 清泛网 2016-02-29 14:43
                      预览 vc/mfc *通配符 批量删除文件
                      直接上代码,可直接运行亲测有效,使用SHFileOperation函数:#include "stdafx.h"#include int _tmain(int argc, ...
                        清泛网 2016-02-26 0899 清泛网 2016-02-26 15:59
                        预览 c++ boost库 序列化与反序列化 digest
                        1、定义类/结构体序列化函数:template void serialize(Archive& ar, TOrder & obj, const unsigned int version = ...
                          清泛网 2016-02-23 01210 清泛网 2016-02-23 17:00
                          预览 const char *, char const *, char * const 异同?const修饰符各位置有何区别?
                          const char * p = new char('a'); 这个是常字符,即p的内容不能被修改。char const * p 意义同上,没有区别。 ...
                            清泛网 2016-02-18 0911 清泛网 2016-02-18 15:00
                            预览 shared_ptr指针被赋值后,原指针会引用清零、自动释放。
                            shared_ptr指针被赋值后,原指针会引用清零、自动释放。std: intg;void foo(std: p){ ...
                              清泛网 2016-02-15 0782 清泛网 2016-02-15 15:49
                              预览 一个窗口的错误提示求解答
                              1>源.obj : error LNK2019: 无法解析的外部符号 __imp__PlaySoundW@12,该符号在函数 "long __stdcall WndProc(struct ...
                                泡面 2016-01-21 31084 清泛网 2016-01-27 15:53
                                预览 warning C4996 attach_img
                                warning C4996: '_vsnprintf': This function or variable may be unsafe. ......warning C4996: strcpy was declared ...
                                清泛网 2016-01-22 0880 清泛网 2016-01-22 13:30
                                预览 unsiged char 不是在stdio.h里面么怎么还是未标识符
                                #include int main(){unsiged char a=176,b=219;printf("%c%c%c%c%c\n",b,a,a,a,b);printf("%c%c%c%c%c\n",a,b,a ...
                                  泡面 2016-01-18 1881 清泛网 2016-01-18 11:09
                                  预览 语法错误为啥
                                  #includeint WINAPI Winmain (HINSTANCE hInstant,HINSTANCE,hPrevInstance,PSTR szCmdLine,int iCmdShow){ ...
                                    泡面 2016-01-15 6889 泡面 2016-01-15 17:09
                                    预览 如递归所有控件路径,函数将导致运行时堆栈溢出
                                    程序如下#include#include#includeint max(int a,int b){if(a>b)return a=max(a,b);else return b=max(a ...
                                      泡面 2016-01-15 4965 泡面 2016-01-15 16:18
                                      预览 我想运行程序如下对比两个字符串长度然后输出长度较长的一个运行不了 新人帖 attach_img
                                      #include#include#includeint main(void){int c,d;char*a;char*b;scanf("%s,%s",&a,&b); c=strlen(a) ...
                                      泡面 2016-01-12 71229 泡面 2016-01-12 12:36
                                      预览 解决:参数 basepath 不能是相对路径?? attach_img
                                      由于手动将调试参数改动或手动设置参数后项目路径发生了变更都会出现这个问题。项目属性 -> 配置 -> 调试:改成上 ...
                                      zqp2013 2016-01-11 01302 zqp2013 2016-01-11 14:26
                                      预览 error C2275: “size_t”: 将此类型用作表达式非法
                                      这个错误是由于C的编译器要求将变量的申明放在一个函数块的头部,而c++没有这样的要求造成的。解决的办法就是把变量 ...
                                        清泛网 2015-12-22 0924 清泛网 2015-12-22 13:34
                                        预览 stdbool.h C99标准杂谈
                                        include 找不到头文件???bool 是C++中的关键字,C中不支持所以C99标准中引入了头文件 stdbool.h,包含了四个用 ...
                                          清泛网 2015-12-22 0757 清泛网 2015-12-22 09:35
                                          预览 C++多态怎么实现的?虚表(vtable)在内存中怎么表示的?
                                          待总结。。。
                                            清泛网 2015-12-16 0698 清泛网 2015-12-16 20:57
                                            预览 C/C++函数调用过程、原理、堆栈内存的使用等(汇编层面解析)
                                            待总结。。。
                                              清泛网 2015-12-11 0685 清泛网 2015-12-11 16:02
                                              预览 C++用简短的代码实现一个智能指针?
                                              待总结。。。
                                                清泛网 2015-12-11 0743 清泛网 2015-12-11 14:55
                                                预览 C++的公有继承、保护继承、私有继承有什么区别? digest
                                                首先讲讲public、protected、private成员:public:所有类都可以访问的成员protected:派生类(子类)可以访问的成 ...
                                                  清泛网 2015-12-11 0883 清泛网 2015-12-11 14:46
                                                  预览 C++虚析构函数的总结
                                                  待总结。。。
                                                    清泛网 2015-12-11 0700 清泛网 2015-12-11 14:37
                                                    下一页 »

                                                    快速发帖

                                                    还可输入 255 个字符
                                                    您需要登录后才可以发帖 登录 | 立即注册

                                                    本版积分规则

                                                    所属分类: C/C++

                                                    正在浏览此版块的会员 (0)

                                                      © 2024 tsingfun.com, Inc.  沪ICP备2020034476号-1  沪公网安备31011702000040号

                                                      GMT+8, 2024-11-22 05:20 , Processed in 0.082112 second(s), 119 queries .