代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/103069/15747189
cpp qrytooldoc.cpp
// QryToolDoc.cpp : implementation of the CQryToolDoc class
//
#include "stdafx.h"
#include "QryTool.h"
#include "QryToolDoc.h"
#include "MainFrm.h"
#include "ChildFrm.h"
#ifdef _DEBUG
#de
www.eeworm.com/read/102994/15751153
cpp lhwy.cpp
// lhwy.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "lhwy.h"
#include "lhwyDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/102552/15771881
htm subject_17398.htm
序号:17398 发表者:不见天日 发表日期:2002-10-11 09:59:40
主题:请问如何将ctime类的结果转化为字符串?
内容:在一 Edit Box 中用CTime取出了日期,先在想把结果转化为CString,应该如何做呢?我真是绝对菜鸟:(
返回
www.eeworm.com/read/102552/15776353
htm subject_27595.htm
序号:27595 发表者:阿飞 发表日期:2003-01-13 19:00:58
主题:CString 问题
内容:CString str;sprintf (str, "%s", string);上面的函数中,用str作第一个参数会出错,如果一定用CString 类型的变量又不出错,该怎么办呢?
www.eeworm.com/read/102489/15780081
cpp jtagdev.cpp
// JTAGDev.cpp: implementation of the CJTAGDev class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "FluteD.h"
#include "Pin.h"
#incl
www.eeworm.com/read/102489/15780106
cpp jtagdev.cpp
// JTAGDev.cpp: implementation of the CJTAGDev class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "FluteD.h"
#include "Pin.h"
#incl
www.eeworm.com/read/102417/15781639
cpp utilclass.cpp
// UtilClass.cpp: implementation of the CUtilClass class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "UtilClass.h"
#ifdef _DEBUG
#
www.eeworm.com/read/102388/15784558
cpp drivecombobox.cpp
// DriveComboBox.cpp : implementation file
//
#include "stdafx.h"
#include "TryDriveSerialNo.h"
#include "DriveComboBox.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char
www.eeworm.com/read/101790/15812394
htm subject_27595.htm
序号:27595 发表者:阿飞 发表日期:2003-01-13 19:00:58
主题:CString 问题
内容:CString str;sprintf (str, "%s", string);上面的函数中,用str作第一个参数会出错,如果一定用CString 类型的变量又不出错,该怎么办呢?
www.eeworm.com/read/101697/15822169
h guess.h
CString nanb(int guessn,CString input)
{
int a=0,b=0,i=0,j=0;
CString ret;
char guesschar[10];
memset(guesschar,10,0);
itoa(guessn,guesschar,10);
for(i=0;i