代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/377159/2705162
h extractcallbackconsole.h
// ExtractCallbackConsole.h
#ifndef __EXTRACTCALLBACKCONSOLE_H
#define __EXTRACTCALLBACKCONSOLE_H
#include "Common/MyString.h"
#include "Common/StdOutStream.h"
#include "../../Common/FileStre
www.eeworm.com/read/377159/2705178
h sortutils.h
// SortUtils.h
#ifndef __SORTUTLS_H
#define __SORTUTLS_H
#include "Common/MyString.h"
void SortFileNames(const UStringVector &strings, CIntVector &indices);
#endif
www.eeworm.com/read/377159/2705206
h ifileextractcallback.h
// IFileExtractCallback.h
#ifndef __IFILEEXTRACTCALLBACK_H
#define __IFILEEXTRACTCALLBACK_H
#include "Common/MyString.h"
#include "../../IDecl.h"
namespace NOverwriteAnswer
{
enum EEnum
www.eeworm.com/read/109743/15550975
cpp programableshell.cpp
#include
#include "ProgramableShell.h"
#include "mystring.h"
#include "Limits_lover.h"
using namespace std;
ProgramableShell::ProgramableShell()
{
}
void ProgramableShell::inputFile(char
www.eeworm.com/read/109232/15561111
cpp main.cpp
#include
#include
#include
#include
#include
using namespace std;
int StringToNumber(string MyString) {
istringstream converter(MyStri
www.eeworm.com/read/144216/5752007
jpl test.jpl
import java.util.*;
public class Test {
int myint = 123;
double mydouble = 3.14159265;
String mystring = "my string";
static String ourstring = "our string";
static boolean emb