大约有 26,000 项符合查询结果(耗时:0.0174秒) [XML]

https://www.tsingfun.com/it/opensource/1355.html 

CMake 编译libcurl - 开源 & Github - 清泛网 - 专注C/C++及内核技术

CMake 编译libcurl准备活动:(1)安装CMake。下载地址:http: www.cmake.org cmake resources software.htmllibcurl官方源码下载地址:https: curl.haxx.s...准备活动: (1)安装CMake。 下载地址:http://www.cmake.org/cmake/resources/software.html (2)下载libc...
https://www.tsingfun.com/it/cpp/1957.html 

C++对象布局及多态探索之菱形结构虚继承 - C/C++ - 清泛网 - 专注C/C++及内核技术

...有两份祖父类的实体,一份从C100而来,一份从C101而来。译器在决议时会存在二义性,它不知道转型后到底用哪一份实体。虽然可以通过先转型到某一父类,然后再转型到祖父类来解决。但使用这种方法时,如果改写了祖父类...
https://www.tsingfun.com/it/cp... 

编译错误 error: ISO C++ forbids declaration of ‘xxx’ with no type [-...

编译错误 error: ISO C++ forbids declaration of ‘xxx’ with no type [-fpermissive]error-iso-c-forbids-declaration-of-with-no-type比较可能的情况1:函数没有写返回类型,加上返回类型后编译成功。 ifndef ttTree_h define ttTree_hclass ttTree {public: ttTree(void); int ...
https://www.tsingfun.com/it/cpp/763.html 

自动生成Linux下Makefile全攻略(automake原理) - C/C++ - 清泛网 - 专注C/C++及内核技术

...) #指定项目名称和版本号 AM_INIT_AUTOMAKE(prog1, 0.0.1) #检查译器 AC_PROG_CC #输出Makefile文件 AC_OUTPUT(Makefile dir1/Makefile) 那么它是怎样生成Makefile的呢?下面通过一个Shell脚本简要说明一下执行步骤及输出: #!/bin/sh # configure.in ...
https://bbs.tsingfun.com/thread-491-1-1.html 

Linux automake自动编译全攻略 - 脚本技术 - 清泛IT社区,为创新赋能!

...m]) #指定项目名称和版本号 AM_INIT_AUTOMAKE(test, 1.0.0) #检查译器 AC_PROG_CC AC_PROG_LIBTOOL #输出Makefile文件 AC_CONFIG_FILES([         Makefile     lib/Makefile ]) AC_OUTPUT()复制代码 build.sh:(脚本说明了automake执行...
https://www.tsingfun.com/it/os_kernel/658.html 

手握利器,直面“蓝脸”! ——使用WinDbg抗击系统崩溃 - 操作系统(内核) - ...

...动程序导致了Windows的崩溃。对于Windows XP用户提交给微软在线崩溃分析(Microsoft OCA, Microsoft Online Crash Analysis)站点的内存转储文件,微软对引起崩溃的原因进行了统计分类,如下图所示:(数据于2004年4月份生成)。 既然Window...
https://www.tsingfun.com/it/te... 

C#对象序列化与反序列化 - 更多技术 - 清泛网 - 专注IT技能提升

... class Programmer : Person { private string Language;//编程语言 public Programmer(string name, bool sex, string language) : base(name, sex) { this.Language = language; } public override string ToString() { ...
https://www.tsingfun.com/it/te... 

C#对象序列化与反序列化 - 更多技术 - 清泛网 - 专注IT技能提升

... class Programmer : Person { private string Language;//编程语言 public Programmer(string name, bool sex, string language) : base(name, sex) { this.Language = language; } public override string ToString() { ...
https://www.tsingfun.com/it/te... 

C#对象序列化与反序列化 - 更多技术 - 清泛网 - 专注IT技能提升

... class Programmer : Person { private string Language;//编程语言 public Programmer(string name, bool sex, string language) : base(name, sex) { this.Language = language; } public override string ToString() { ...
https://www.tsingfun.com/it/te... 

C#对象序列化与反序列化 - 更多技术 - 清泛网 - 专注IT技能提升

... class Programmer : Person { private string Language;//编程语言 public Programmer(string name, bool sex, string language) : base(name, sex) { this.Language = language; } public override string ToString() { ...