代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/207677/15264926
h mystring.h
// Mystring.h: interface for the Mystring class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MYSTRING_H__C3C0750E_8254_482A_A064_CA82B896F8C4__INCLU
www.eeworm.com/read/207677/15264927
ncb mystring.ncb
www.eeworm.com/read/207677/15264928
plg mystring.plg
Build Log
--------------------Configuration: Mystring - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMI
www.eeworm.com/read/207677/15264929
opt mystring.opt
www.eeworm.com/read/207677/15264930
dsp mystring.dsp
# Microsoft Developer Studio Project File - Name="Mystring" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/207217/15279372
cpp mystring.cpp
// Exercise 14.3 MyString.cpp
// Definitions for member of the MyString class
#include "MyString.h"
#include
#include
using std::cout;
using std::endl;
namespace mySpac
www.eeworm.com/read/207217/15279374
h mystring.h
// Exercise 14.3 MyString.h
// Definition of the MyString class representing strings
#ifndef MYSTRING_H
#define MYSTRING_H
namespace mySpace {
class MyString {
public:
MyString();
www.eeworm.com/read/207217/15279375
cpp mystring.cpp
// Exercise 14.2 MyString.cpp
// Definitions for member of the MyString class
#include "MyString.h"
#include
#include
using std::cout;
using std::endl;
namespace mySpac
www.eeworm.com/read/207217/15279377
h mystring.h
// Exercise 14.2 MyString.h
// Definition of the MyString class representing strings
#ifndef MYSTRING_H
#define MYSTRING_H
namespace mySpace {
class MyString {
public:
MyString();
www.eeworm.com/read/207217/15279378
cpp mystring.cpp
// Exercise 14.4 MyString.cpp
// Definitions for member of the MyString class
#include "MyString.h"
#include
#include
using std::cout;
using std::endl;
namespace mySpac