代码搜索:MyString

找到约 1,391 项符合「MyString」的源代码

代码结果 1,391
www.eeworm.com/read/464631/1526679

h property.h

// Property.h #ifndef __PROPERTY_H #define __PROPERTY_H #include "Common/MyString.h" struct CProperty { UString Name; UString Value; }; #endif
www.eeworm.com/read/464631/1526869

h helputils.h

// HelpUtils.h #ifndef __HELPUTILS_H #define __HELPUTILS_H #include "Common/MyString.h" void ShowHelpWindow(HWND hwnd, LPCWSTR topicFile); #endif
www.eeworm.com/read/248746/4464552

java serclass.java

/** * This class is intended to be serialized over RMI-IIOP. */ public class SerClass implements java.io.Serializable { // members private int x; private String myString; // constructo
www.eeworm.com/read/217493/4868861

java serclass.java

/** * This class is intended to be serialized over RMI-IIOP. */ public class SerClass implements java.io.Serializable { // members private int x; private String myString; // constructo
www.eeworm.com/read/205229/5024908

java serclass.java

/** * This class is intended to be serialized over RMI-IIOP. */ public class SerClass implements java.io.Serializable { // members private int x; private String myString; // constructo
www.eeworm.com/read/194615/5125694

java serclass.java

/** * This class is intended to be serialized over RMI-IIOP. */ public class SerClass implements java.io.Serializable { // members private int x; private String myString; // constructo
www.eeworm.com/read/181187/5278440

cpp mystringimp.cpp

//Implementation file myStringImp.cpp #include #include #include #include #include "myString.h" using namespace std; //Constructor: conversion f
www.eeworm.com/read/181187/5278443

cpp mystringimp.cpp

//Implementation file myStringImp.cpp #include #include #include #include #include "myString.h" using namespace std; //Constructor: conversion f
www.eeworm.com/read/181187/5278444

cpp testmystring.cpp

//Test Program #include #include "myString.h" using namespace std; int main() { newString str1 = "Sunny"; //initialize str1 using //the
www.eeworm.com/read/177110/5332744

java serclass.java

/** * This class is intended to be serialized over RMI-IIOP. */ public class SerClass implements java.io.Serializable { // members private int x; private String myString; // constructo