代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/117290/14932241
java data.java
/*
* The Apache Software License, Version 1.1
*
*
* Copyright (c) 2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with
www.eeworm.com/read/213187/15141238
java data.java
/*
* The Apache Software License, Version 1.1
*
*
* Copyright (c) 2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with
www.eeworm.com/read/209853/15213402
cpp ostacktest.cpp
//: C15:OStackTest.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
//{T} OStackTest.cpp
#include "
www.eeworm.com/read/207217/15279379
cpp main.cpp
// Exercise 14.4 Overloading the comparison operators in the MyString class.
// Four more prototypes are added to the MyString class declaration
// declaring the comparison operator functions.
#i
www.eeworm.com/read/207217/15279385
cpp main.cpp
// Exercise 14.5 Overloading the function call operator in the MyString class.
// One more prototype is added to the MyString class declaration
// declaring the function call operator function.
#
www.eeworm.com/read/432630/8585536
pro chapter01hello.pro
;
; Chapter01Hello.pro
;
PRO Chapter01Hello
PRINT, 'Hello !' ;输出字符串Hello
MyString='This is my first IDL6.0 program!'
PRINT, MyString ;输出变量MyString的值
end
www.eeworm.com/read/282441/9093251
h netscanner.h
/* netscanner.h
*
* Copyright (c) 1998, 1999, 2000 Alexander Neundorf
* neundorf@kde.org
*
* You may distribute under the terms of the GNU General Public
* License as specified in
www.eeworm.com/read/417278/10997745
cpp li9.cpp
// li9.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
class MyString
{
public:
char* mChars;
MyString()
{
mC