代码搜索:bible 有哪些应用?
找到约 10,000 项符合「bible 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/171829/9736100
c strcase.c
#include
#include
void main(void)
{
printf(strlwr("Jamsa\'s C/C++ Programmer\'s Bible!\n"));
printf(strupr("Jamsa\'s C/C++ Programmer\'s Bible!\n"));
}
www.eeworm.com/read/171829/9736150
c strdup.c
#include
#include
void main(void)
{
char *title;
if ((title = strdup("Jamsa\'s C/C++ Programmer\'s Bible")))
printf("Title: %s\n", title);
else
www.eeworm.com/read/147408/12554411
c tempnam.c
#include
void main(void)
{
char buffer[64];
int counter;
printf("Temporary filename %s\n", tempnam(buffer, "Bible"));
}
www.eeworm.com/read/147407/12554454
c strcase.c
#include
#include
void main(void)
{
printf(strlwr("Jamsa\'s C/C++/C# Programmer\'s Bible!\n"));
printf(strupr("Jamsa\'s C/C++/C# Programmer\'s Bible!\n"));
}
www.eeworm.com/read/147407/12554479
c strarray.c
#include
int strlen(char str[])
{
int i = 0;
while (str[i] != NULL)
i++;
return(i);
}
void main(void)
{
printf("Length of ABC is %d\n", strlen("ABC"));
www.eeworm.com/read/147407/12554533
c strdup.c
#include
#include
void main(void)
{
char *title;
if ((title = strdup("Jamsa\'s C/C++/C# Programmer\'s Bible")))
printf("Title: %s\n", title);
else
www.eeworm.com/read/147406/12554734
c printfok.c
#include
void main(void)
{
int result;
result = printf("Jamsa\'s C/C++/C# Programmer\'s Bible!\n");
if (result == EOF)
fprintf(stderr, "Error within printf\n");
}
www.eeworm.com/read/204014/15347646
plg modaldemo.plg
Build Log
--------------------Configuration: ModalDemo - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x409
www.eeworm.com/read/101297/15461281
vc
作者:robbinwoo
email: robbinwoo@163.net
日期:8/23/2001 4:53:02 PM
好象有ODBC,DAO,mfc数据库类,另外据说还有ado,不过我的一本Bible上没讲。