代码搜索:CString

找到约 10,000 项符合「CString」的源代码

代码结果 10,000
www.eeworm.com/read/154403/11963246

h cstring.h

#pragma once #include #include #include // for _alloca (allocation on stack) // ----------------------------------------------------------------------------
www.eeworm.com/read/251577/12335429

hpp cstring.hpp

/* ///////////////////////////////////////////////////////////////////////// * File: stlsoft/std/cstring.hpp * * Purpose: Mappings to string string functions * * Created: 2nd
www.eeworm.com/read/148707/12436722

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/148707/12436857

cpp cstring.cpp

// CString.cpp C++ String implementation file #include #include #include #include "CString.h" String::String () // simple constructor { cells[0] =
www.eeworm.com/read/231656/14224541

h cstring.h

#pragma once #include #include #include // for _alloca (allocation on stack) // ----------------------------------------------------------------------------
www.eeworm.com/read/127441/14355067

h cstring.h

/* pconsole WJ101 Copyright (C) 2001 Walter de Jong This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Publ
www.eeworm.com/read/127441/14355090

c cstring.c

/* pconsole WJ101 Copyright (C) 2001 Walter de Jong This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Publ
www.eeworm.com/read/226630/14456810

cs cstring.cs

using System; using System.Collections.Generic; using System.Text; namespace SMPP.Variable { /// /// 定长字符串类型 /// 有两种可能的长度:一个字节的0x00(即空字符串)或固定长度的以NULL结尾的字符串 /// pu
www.eeworm.com/read/222081/14707898

class cstring.class

www.eeworm.com/read/121786/14737654

h cstring.h

#pragma once #include #include #include // for _alloca (allocation on stack) #include // -------------------------------------------------------