代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/113558/6127609
h cstring.h
using _STLP_VENDOR_CSTD::size_t;
# ifndef _STLP_NO_CSTD_FUNCTION_IMPORTS
# if defined(__MSL__) && __MC68K__ && !_No_BlockMove && __dest_os == __mac_os
# undef memcpy
# undef memmove
inline v
www.eeworm.com/read/103451/6215979
h cstring.h
/*
* Copyright (c) 1999 Boris Fomitchev
* AUTOMATICALLY GENERATED - DO NOT EDIT !
*/
/*
*
* This wrapper is needed for Borland C++ 5.0 to get STLport
* header properly included
*/
www.eeworm.com/read/493516/6394975
h cstring.h
//**************************************************************************
//
// Copyright (c) 1997.
// Richard D. Irwin, Inc.
//
// This software may not be distributed further without permiss
www.eeworm.com/read/482678/6621264
m cstring.m
function str = cstring(x)
%
%CSTRING Print to a string like c
% CSTRING(x) takes an array x, of type char, and prints it to
% a string the way C would.
% the first null, or non-ascii character
www.eeworm.com/read/476660/6757167
h cstring.h
/* ACL:license */
/*
This software and ancillary information (herein called "SOFTWARE")
called Supermon is made available under the terms described
here. The SOFTWARE has been approved for releas
www.eeworm.com/read/476660/6757173
c cstring.c
/* ACL:license */
/*
This software and ancillary information (herein called "SOFTWARE")
called Supermon is made available under the terms described
here. The SOFTWARE has been approved for releas
www.eeworm.com/read/405944/11452918
html cstring.html
<cstring>
<cstring>
Include the standard header <cstring>
to
www.eeworm.com/read/405944/11453798
html cstring.html
<cstring>
<cstring>
Include the standard header <cstring>
to
www.eeworm.com/read/158370/11622871
h cstring.h
// CString.h header file for String classs
#ifndef _IOSTREAM_H
#include
#endif
const char NULLC = '\0';
const int MAX = 80;
class String
{ public: String(); // simple const
www.eeworm.com/read/158370/11622949
cpp cstring.cpp
// CString.cpp C++ String implementation file
#include
#include
#include
#include "CString.h"
String::String () // simple constructor
{ cells[0] =