代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/162614/5527654
c 20021011-1.c
/* PR opt/8165. */
extern void abort (void);
char buf[64];
int
main (void)
{
int i;
__builtin_strcpy (buf, "mystring");
if (__builtin_strcmp (buf, "mystring") != 0)
abort ();
for (i
www.eeworm.com/read/172360/9712054
frm msgbox函数.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3180
ClientLeft = 60
ClientTop = 360
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/116006/6114886
h headers.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l
www.eeworm.com/read/357852/10200376
cpp refcount.cpp
#include "refcount.h"
//start
MyString::MyString(const MyString& str) : m_Impl(str.m_Impl) {
m_Impl -> m_RefCount++;
cout m_Chars
www.eeworm.com/read/357852/10200377
cpp refcount-test.cpp
#include "refcount.h"
void fiddle(MyString lstr1) {
cout
www.eeworm.com/read/265341/11267583
cpp test.cpp
#include
#include
#include
#include
#include
#include "head.h"
#include
using namespace std;
void main()
{
ifstream in("input");
www.eeworm.com/read/156238/11816950
lnp yy.lnp
"Os_cpu_c.obj",
"Ucos_ii.obj",
"Os_cpu_a.obj",
"mystring.obj",
"word.obj",
"yyshell.obj",
"yyshellsub.obj"
TO "yy"
www.eeworm.com/read/287078/4030731
cpp cppstrings.cpp
#include
#include
using namespace std;
int main(int argc, char** argv)
{
string myString = "hello";
myString += ", there";
string myOtherString = myString;
www.eeworm.com/read/169281/9870337
cpp client.cpp
/* Bug in MIDL: Comment out the three references to _maxcount_test in the component_p.c file */
// client.cpp
#define _WIN32_DCOM
#include
#include
#include "Component\co