代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/253973/12172206
cpp myini.cpp
// MyIni.cpp: implementation of the CMyIni class.
//
//////////////////////////////////////////////////////////////////////
#include "BaseFunc.h"
#include "MyString.h"
#include "MyIni.h"
///
www.eeworm.com/read/109232/15561135
cpp main.cpp
#include
#include
#include // for string
#include // for istringstream, ostringstream
using namespace std;
int StringToNumber(string MyString) {
www.eeworm.com/read/175226/9554936
cpp list1602.cpp
// Listing 16.2 The Employee Class and Driver Program
#include "MyString.hpp"
class Employee
{
public:
Employee();
Employee(char *, char *, char *, long);
~Employee();
Empl
www.eeworm.com/read/175226/9554937
cpp list1603.cpp
//Listing 16.3 Aggregated Class Constructors
#include "MyString.hpp"
class Employee
{
public:
Employee();
Employee(char *, char *, char *, long);
~Employee();
Employee(cons
www.eeworm.com/read/253866/12181029
cpp list1602.cpp
// Listing 16.2 The Employee Class and Driver Program
#include "MyString.hpp"
class Employee
{
public:
Employee();
Employee(char *, char *, char *, long);
~Employee();
Empl
www.eeworm.com/read/253866/12181030
cpp list1603.cpp
//Listing 16.3 Aggregated Class Constructors
#include "MyString.hpp"
class Employee
{
public:
Employee();
Employee(char *, char *, char *, long);
~Employee();
Employee(cons
www.eeworm.com/read/480367/1318785
h extractingfilepath.h
// ExtractingFilePath.h
#ifndef __EXTRACTINGFILEPATH_H
#define __EXTRACTINGFILEPATH_H
#include "Common/MyString.h"
void MakeCorrectPath(UStringVector &pathParts);
#endif
www.eeworm.com/read/480367/1318842
h registryassociations.h
// RegistryAssociations.h
#ifndef __REGISTRYASSOCIATIONS_H
#define __REGISTRYASSOCIATIONS_H
#include "Common/MyString.h"
namespace NRegistryAssociations {
struct CExtInfo
{
UStr
www.eeworm.com/read/464631/1526695
h extractingfilepath.h
// ExtractingFilePath.h
#ifndef __EXTRACTINGFILEPATH_H
#define __EXTRACTINGFILEPATH_H
#include "Common/MyString.h"
void MakeCorrectPath(UStringVector &pathParts);
#endif
www.eeworm.com/read/464631/1526752
h registryassociations.h
// RegistryAssociations.h
#ifndef __REGISTRYASSOCIATIONS_H
#define __REGISTRYASSOCIATIONS_H
#include "Common/MyString.h"
namespace NRegistryAssociations {
struct CExtInfo
{
UStr