代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/147363/12558729
cstring
// cstring standard header
#if _MSC_VER > 1000
#pragma once
#endif
#ifndef _CSTRING_
#define _CSTRING_
#ifdef _STD_USING
#undef _STD_USING
#include
#define _STD_USING
#
www.eeworm.com/read/185551/9032668
hpp cstring.hpp
/*
* Clases para manejar Strings
*/
#ifndef _CString_HPP
#define _CString_HPP
#include
#include // Make all functions UNICODE safe.
#include "CMemory.hpp"
// Be
www.eeworm.com/read/185551/9032677
cpp cstring.cpp
#include "CString.hpp"
#include
#include
#include
// Constructors
CString::CString( )
{
string.ReSize(sizeof(TCHAR));
LPTSTR(string.Ptr())[0] = 0;
}
www.eeworm.com/read/178832/9384334
vcx cstring.vcx
www.eeworm.com/read/178832/9384394
vct cstring.vct
www.eeworm.com/read/371050/9570185
h cstring.h
/**
SFSEXP: Small, Fast S-Expression Library version 1.0
Written by Matthew Sottile (matt@lanl.gov)
Copyright (2004). The Regents of the University of California. This material
was produced under U
www.eeworm.com/read/371050/9570210
c cstring.c
/**
SFSEXP: Small, Fast S-Expression Library version 1.0
Written by Matthew Sottile (matt@lanl.gov)
Copyright (2004). The Regents of the University of California. This material
was produced under U