Location:
Search - cpptest
Search list
Description: CppTest 软件使用手册。 CPPTest 是一个类似与 JUnit 的单元测试软件,可用于 C++ 程序代码的单元检测
Platform: |
Size: 209060 |
Author: Xiaobin Zhang |
Hits:
Description: CPPTest 是一个类似与 JUnit 的单元测试软件,可用于 C++ 程序代码的单元检测。这是 CPPTest 的实例程序。
Platform: |
Size: 48658 |
Author: Xiaobin Zhang |
Hits:
Description: CppTest 软件使用手册。 CPPTest 是一个类似与 JUnit 的单元测试软件,可用于 C++ 程序代码的单元检测-CppTest software user manual. CPPTest is a similar to JUnit for unit testing software, can be used to C++ Program code unit testing
Platform: |
Size: 208896 |
Author: Xiaobin Zhang |
Hits:
Description: CPPTest 是一个类似与 JUnit 的单元测试软件,可用于 C++ 程序代码的单元检测。这是 CPPTest 的实例程序。-CPPTest is a similar to JUnit for unit testing software, can be used to C++ The unit testing code. This is an example of CPPTest procedures.
Platform: |
Size: 48128 |
Author: Xiaobin Zhang |
Hits:
Description: mfc实例,主要描述对话框中相应的简单组件的饿-the example of mfc
Platform: |
Size: 4332544 |
Author: zuo shaokai |
Hits:
Description: Cpptest是parasoft公司的一款测试软件,主要可以进行静态测试和单元测试等功能,具体情况见PDF文档。-C++ test is a test company parasoft software, mainly for static testing and unit testing and other functions, see the specific circumstances of PDF documents.
Platform: |
Size: 1495040 |
Author: 灵药 |
Hits:
Description: c++笔试题目,蓝色其中表示已有答案
红色表示没有处理
黑色表示答案不确定
-c++ written test subject, which states that there answers to the blue red black that the answer does not address the uncertainty
Platform: |
Size: 270336 |
Author: neoleo |
Hits:
Description: 学生管理系统,包括拷贝有两种:深拷贝,浅拷贝
当出现类的等号赋值时,会调用拷贝函数。在未定义显示拷贝构造函数的情况下,系统会调用默认的拷贝函数即浅拷贝。它能够完成成员的复制。当数据成员中没有指针时,浅拷贝是可行的。但当数据成员中有指针时,如果采用简单的浅拷贝,则两类中的两个指针将指向同一个地址,当对象快结束时,会调用两次析构函数,而导致指针悬挂现象。所以,这时,必须采用深拷贝。
-student management system
Platform: |
Size: 46080 |
Author: 闫磊 |
Hits:
Description: 将C++的单行注释改成C语言的注释.
在Windows 下用VC2005环境写程序的时候, 有C语言写的程序, 但是用了C++的注释, 也能成功编译连接运行. 但发现也有很多编译器不支持C++的单行注释. 又不想手机地改所有的代码. 所以写了一个程序来自动将C++的单行注释替换成C语言的注释格式.
压缩包中有两个文件. 其中 to_c_style_comment.c 中的我程序文件.
cpptest.c 只是一个测试文件. 是一个包含C++单行注释的c源程序, 仅供测试用.
编译方法:
gcc -o to_c_style_comment to_c_style_comment.c
测试方法:
./to_c_style_comment cpptest.c
或
./to_c_style_comment cpptest.c outputfile
-This program is to convert C++ one-line comment into a C language style comment. Under Windows, I was coding under the VC2005 environmental in C , but I inserted so many C++ one-line comments in my source code, (It works under such environment). But I found that there are many compilers does not support C++, a single line comment now. And I don t want to correct my code by hand, so wrote a program replace the C++ one-line comments with C-style comments. The compressed package consists with two files: to_c_style_comment.c is my program files. cpptest.c just a test file.( for test purposes only).
gcc-o to_c_style_comment to_c_style_comment.c test method:./to_c_style_comment cpptest.c or./to_c_style_comment cpptest.c outputfile
Platform: |
Size: 1024 |
Author: 陈云川 |
Hits:
Description: C++Test测试工具指导书 用以指导怎样使用C++ Test工具进行自动化测试-this file will teach you how to use C++Test to test a software
Platform: |
Size: 1752064 |
Author: simon |
Hits:
Description: 主要给用户提供面试经常要考到的题目,讲到了链表、二叉树、常量、变量等-Main offer users often want to take an examination of the interview to subject, speak to the list of the binary tree constants variables, etc
Platform: |
Size: 11768832 |
Author: 刘好 |
Hits:
Description: C++test 使用手册,还有各个功能的详细介绍已经案例-it s about how to use C++ test
Platform: |
Size: 2003968 |
Author: li |
Hits:
Description: the parasoft the C++test static test option
Platform: |
Size: 587776 |
Author: 严庆兵 |
Hits:
Description: 2005年到2009年,所有的二级C++笔试真题与标准答案PDF文档-2005-2009 calendar year the two C++ the written test Zhenti and the standard answer
Platform: |
Size: 1740800 |
Author: guohaiyun |
Hits:
Description: 有关C++方向的小的经典案例,可供学习者参阅,如有更好的,欢迎尝试修改-For C++ direction of the small classic case is available for learners see if better, please try to modify
Platform: |
Size: 3072 |
Author: 小宝 |
Hits:
Description: 字符串选择,比较计算合并,计算机作业,努力学习。-String selection, comparing the calculated merger, computer work, study hard.
Platform: |
Size: 14336 |
Author: lueng |
Hits:
Description: 关于软件测试工具C++test的操作指南,有安装说明,界面说明,和一些具体操作,希望对你有帮助!-About Software Test Tools C++test operating instructions, installation instructions, interface description, and some specific operations, I hope for your help!
Platform: |
Size: 763904 |
Author: thinkpadx5 |
Hits:
Description: 毕业生找工作的C++笔试题集锦,找工作必备!-Graduates of C++ written questions highlights, necessary to find a job!
Platform: |
Size: 34816 |
Author: 凤凤峰 |
Hits:
Description: C++考试真题,帮助C++学习者提高自身成绩-Test in C++
Platform: |
Size: 26624 |
Author: hazellau |
Hits:
Description: feichanghao ,ceshi shuji kuai xiazai ba -feichanghao ,ceshi shuji kuai xiazai ba feichanghao ,ceshi shuji kuai xiazai ba
Platform: |
Size: 268288 |
Author: jfkj |
Hits: