代码搜索:Use
找到约 10,000 项符合「Use」的源代码
代码结果 10,000
www.eeworm.com/read/388617/8595262
cpp use_stuc.cpp
// use_stuc.cpp -- using a composite class
// compile with studentc.cpp
#include
#include "studentc.h"
using std::cin;
using std::cout;
using std::endl;
void set(Student & sa, int
www.eeworm.com/read/388617/8595307
cpp use_stui.cpp
// use_stui.cpp -- using a class with private inheritance
// compile with studenti.cpp
#include
#include "studenti.h"
using std::cin;
using std::cout;
using std::endl;
void set(Stu
www.eeworm.com/read/388617/8595694
cpp use_tv.cpp
//use_tv.cpp -- using the Tv and Remote classes
#include
#include "tv.h"
int main()
{
using std::cout;
Tv s27;
cout
www.eeworm.com/read/388617/8595724
cpp use_tvfm.cpp
//use_tvfm.cpp -- use_tv.cpp modified to test tvfm.h
#include
#include "tvfm.h" // only change to use_tv.cpp
int main()
{
using std::cout;
Tv s27;
cout
www.eeworm.com/read/388617/8595732
cpp use_sales.cpp
// use_sales.cpp -- nested exceptions
#include
#include "sales.h"
int main()
{
using std::cout;
using std::cin;
using std::endl;
double vals1[12] =
{
www.eeworm.com/read/388617/8595994
cpp use_new.cpp
// use_new.cpp -- using the new operator
#include
int main()
{
using namespace std;
int * pt = new int; // allocate space for an int
*pt = 1001; //
www.eeworm.com/read/388617/8596347
cpp use_stuc.cpp
// use_stuc.cpp -- using a composite class
// compile with studentc.cpp
#include
#include "studentc.h"
using std::cin;
using std::cout;
using std::endl;
void set(Student & sa, int
www.eeworm.com/read/388617/8596379
cpp use_stui.cpp
// use_stui.cpp -- using a class with private inheritance
// compile with studenti.cpp
#include
#include "studenti.h"
using std::cin;
using std::cout;
using std::endl;
void set(Stu
www.eeworm.com/read/388617/8596696
cpp use_tv.cpp
//use_tv.cpp -- using the Tv and Remote classes
#include
#include "tv.h"
int main()
{
using std::cout;
Tv s27;
cout
www.eeworm.com/read/388617/8596726
cpp use_tvfm.cpp
//use_tvfm.cpp -- use_tv.cpp modified to test tvfm.h
#include
#include "tvfm.h" // only change to use_tv.cpp
int main()
{
using std::cout;
Tv s27;
cout