代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/208727/15238665
cpp 模板数组排序.cpp
#include
#include
#include
const int MIN_SIZE=30;
enum Logical{FALSE,TRUE};
template
class myArray
{
public:
myArray(int nSize,T Initial);
www.eeworm.com/read/108728/15577841
c snmp_transport.c
#include
#include
#if HAVE_STRING_H
#include
#else
#include
#endif
#include
#if HAVE_STDLIB_H
#include
#endif
www.eeworm.com/read/107624/15604552
cpp 模板数组排序.cpp
#include
#include
#include
const int MIN_SIZE=30;
enum Logical{FALSE,TRUE};
template
class myArray
{
public:
myArray(int nSize,T Initial);
www.eeworm.com/read/229812/4737846
cpp oper02.cpp
#include "dump.h"
static char str[] = "str";
struct MyString
{
MyString() { }
operator const char *() { BAD; return str; };
};
int operator==(const MyString&, const char *) { GOO
www.eeworm.com/read/446555/1712302
svn-base refcount-test.cpp.svn-base
#include "refcount.h"
void fiddle(MyString lstr1) {
cout
www.eeworm.com/read/446555/1712306
cpp refcount-test.cpp
#include "refcount.h"
void fiddle(MyString lstr1) {
cout
www.eeworm.com/read/222161/4822207
java stringtest.java
public class StringTest{
String myString1;
String myString2=new String();
String myString3="It is a string";
void print(){
System.out.println("My strig after declaration="
www.eeworm.com/read/271683/4225385
java stringtest.java
public class StringTest{
String myString1;
String myString2=new String();
String myString3="It is a string";
void print(){
System.out.println("My strig after declaration="
www.eeworm.com/read/162614/5522782
mm const-str-4.mm
/* Ensure that the preprocessor handles ObjC string constants gracefully. */
/* Author: Ziemowit Laski */
/* { dg-options "-fnext-runtime -fconstant-string-class=MyString -lobjc" }