代码搜索:Testprogram
找到约 64 项符合「Testprogram」的源代码
代码结果 64
www.eeworm.com/read/399920/7822490
cpp testprogram.cpp
#include
#include "personalInfo.h"
using namespace std;
int main()
{
personalInfoType newStudent("William", "Jordan", 8,24,1963,555238911);
newStudent.printpersonalInfo();
www.eeworm.com/read/399920/7822516
cpp testprogram.cpp
#include
#include "pTEmployee.h"
using namespace std;
int main()
{
partTimeEmployee newEmployee("John","Smith",7.50,56);
partTimeEmployee employee;
newEmployee.print();
www.eeworm.com/read/399920/7822601
cpp testprogram.cpp
#include
#include
#include
#include
#include
#include
#include "studentType.h"
using namespace std;
void getStudentData(ifst
www.eeworm.com/read/129125/14264119
class testprogram.class
www.eeworm.com/read/129125/14264120
java testprogram.java
import java.awt.*;
import java.awt.event.*;
public class TestProgram
extends Frame
implements ActionListener
{
private Button quit = new Button("Quit");
private TimedCounter c
www.eeworm.com/read/207033/5002749
java testprogram.java
/* **************************************************************************
* @ Copyright 2004 by Brian Blank *
* **********************************************************************
www.eeworm.com/read/181187/5278207
cpp testprogram.cpp
//Test Program for classExample
#include
#include "classExample.h"
using namespace std;
int main()
{
classExample *cExpPtr; //Line 1
classExample cExpObject; //Line 2
www.eeworm.com/read/181187/5278250
cpp testprogram.cpp
//Test program.
#include
#include "testAdd.h"
using namespace std;
int main()
{
testAddress a;
int &y = a.addressOfX();
a.setX(50);
cout
www.eeworm.com/read/181187/5278354
cpp testprogram.cpp
#include
#include "personalInfo.h"
using namespace std;
int main()
{
personalInfo newStudent("William", "Jordan", 8, 24, 1963,
555238911);
www.eeworm.com/read/181187/5278363
cpp testprogram.cpp
//Main Program
#include
#include
#include
#include "studentType.h"
using namespace std;
const int MAX_NO_OF_STUDENTS = 10;
void getStudentData(ifstream& infi