搜索资源列表
memset
- memset,memcpy和strcpy-memset, memcpy and htpasswd
readinifile_H
- /* * 读取INI文件的函数(C语言) * File: readinifile.h * Read INI File * char* GetInitKey(FileName, Section, Key) * Return Key=>Value * + [config] * + dbhost=localhost * * strcpy(dbhost,GetInitKey(\"config.ini\", \"config\", \"dbhost\"))
ListingFiles
- This Program to listing all files and folder in one directory. FindNextFile, FindFirstFile, GetLastError, strcpy, strcat, printf
SecureCRT
- SecureCRT Sample: Converting Deprecated CRT Functions to their _s Counterparts This sample demonstrates how to convert CRT functions which have been deprecated for security reasons to their _s counterparts. It covers the conversion of the follow
bugscam
- BugScam is a collection of scr ipts for the commercial debugger IDA Pro (http://www.datarescue.com) that will scan a given binary for problematic uses of certain library functions (e.g. strcpy etc) and generate a nice output file (HTML so far,
chongzauhanshu
- 定义Name类的重载赋值函数。#include<iostream.h> #include<string.h> class Name { public : Name ( char *pN ) Name( Name & ) Name& operator=( Name& ) ~ Name() protected : char *pName int size } Name::Name (
ExerciseC9
- 编写strcpy函数,虽然简单,但是能检验出点水平的一个练习,在高质量c里有介绍.
QueueTest
- VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include \"Queue.h\" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue<QueueData> TMyQu
strcat-strcpy-strcmp-strlen(hanshuyuanxing)
- strcat,strcpy,strcmp,strlen函数原型,本人在VC6.0下调试通过的例子。-strcat, strcpy, strcmp, strlen function prototype, I have to debug through the VC6.0 example.
strcpy
- 这是一个有linux和windows以及我自己的strcpy程序.- This is a linux and windows and my own strcpy program.
=strcpy
- 关于字符串赋值=和strcpy问题 -On the issue of a string assignment = and strcpy
strcpy
- 设计一函数StringCopy实现字符串str1拷贝到str2中,(即实现strcpy功能)要求用指针实现,不能用计数器。-Design a function StringCopy realize str1 string copied to the str2, (i.e. realize strcpy function) require a pointer realize, cannot use the counter
strcpy
- 实现和测试C标准库中的strcpy函数,支持各种操作系统。供大家参考 -Implementation and test strcpy function in the C standard library ~ for your reference, the level of limited ~ ~
wordchose
- 进行自负的匹配,- #include<iostream.h> #include <string> using namespace std class String { private: int size char *chr public: String(char* temp) { size=strlen(temp)
strcpy
- strcpy函数应用,刚注册第一次上传,试试功能怎样-the strcpy function application, just registered the first upload, try the function how
strcpy
- 自定义字符串拷贝函数strcpy(),在C-Free和VC环境能够通过-Custom string copy function strcpy () in C-Free and VC environment through
StrCpy
- 使用指针实现库函数StrCpy以处理字符串复制功能,并返回指针!-Using pointers to handle string library functions StrCpy copy function, and returns the pointer!
STRCPY
- STRCPY的实现与应用 希望对大家由帮助-STRCPY THE SHIXIAN
strcpy
- 实现和测试C标准库中的strcpy函数,支持各种操作系统。供大家参考-Implementation and test strcpy function in the C standard library ~ for your reference, the level of limited ~ ~
strcpy
- 实现和测试C标准库中的strcpy函数,支持各种操作系统。供大家参考-Implementation and test strcpy function in the C standard library ~ for your reference, the level of limited ~ ~