代码搜索:PROGRAMMER
找到约 6,766 项符合「PROGRAMMER」的源代码
代码结果 6,766
www.eeworm.com/read/119982/14815238
cpp dyn_out.cpp
#include
#include
void main(void)
{
char * p;
ostrstream outs;
outs
www.eeworm.com/read/119982/14815456
cpp cout_put.cpp
#include
void main(void)
{
char *title = "Jamsa's C/C++ Programmer's Bible";
while (*title)
cout.put(*title++);
}
www.eeworm.com/read/119982/14815736
c find_len.c
#include
int string_length(char *);
void main(void)
{
char *title= "Jamsa\'s C/C++ Programmer\'s Bible";
char *section = "Tools";
printf("Length of %s is %d\n", title,
www.eeworm.com/read/119982/14815799
c strlen.c
#include
#include
void main(void)
{
char book_title[] = "Jamsa\'s C/C++ Programmer\'s Bible";
printf("%s contains %d characters\n", book_title, strlen(book_title))
www.eeworm.com/read/119982/14815846
c sho_mac.c
#define LINE 128
#define TITLE "Jamsa\'s C/C++ Programmer\'s Bible"
#define SECTION "Macros"
void main(void)
{
char book[LINE];
char library_name[LINE];
printf("This book's title is %s\n
www.eeworm.com/read/118063/14889121
faq asmbooks.faq
Fri 29 Jan 93 8:34
By: Yousuf Khan
To: All
Re: FAQ: Books on Assembler
------------------------------------------------------------------------
Q2) I want to learn assembler, what books should
www.eeworm.com/read/207800/15261680
h factmch.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/207800/15261688
h globlpsr.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*