⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bcb6rtl.toc

📁   朋友们在用C或C++编程的时候
💻 TOC
📖 第 1 页 / 共 3 页
字号:
:Base bcb6rtl.hlp:Title C Runtime Library Reference;1 C Runtime Library Reference2 The main() function4 About the main() function = MainFunction4 Arguments to main () = ArgumentsToMain4 Wildcard Arguments = WildcardArguments4 Using --p (Pascal Calling Conventions) = UsingPascalCallingConventions4 The Value main() Returns = ValueMainReturns4 Passing File Information to Child Processes = PassingFileInformationToChildProcesses4 Multithread Programs = MultithreadPrograms4 Static Runtime Libraries = StaticRuntimeLibraries4 Dynamic-link Libraries = DynamicLinkLibraries4 Default Runtime Libraries = DefaultRunTimeLibraries2 Borland C++Builder Library Category overview4 Borland C++Builder Library Routines, by Category = FunctionXRef4 C++ Prototyped Routines = CPPPrototypedRoutines4 Classification Routines = ClassificationRoutines4 Console I/O Routines = ConsoleIORoutines4 Conversion Routines = ConversionRoutines4 Diagnostic Routines = DiagnosticRoutines4 Directory Control Routines = DirectoryControlRoutines4 Inline Routines = InlineRoutines4 Manipulation Routines = ManipulationRoutines4 Math Routines = MathRoutines4 Memory Routines = MemoryRoutines4 Miscellaneous Routines = MiscellaneousRoutines4 Process Control Routines = ProcessControlRoutines4 Time and Date Routines = TimeAndDateRoutines4 Variable Argument List Routines = VariableArgumentListRoutines2 Runtime Library Routines3 Borland C++Builder Library Routines, by Name = FunctionsByName3 Global variables overview3 Global Variables = VariablesSummary2 International API3 International API overview =InternationalAPIOverview4 International API routines= InternationalAPIRoutines4 Unicode macros =UnicodeMacros4 International API formatted I/O =InternationalAPIFormattedIO4 Summary of formatted I/O functions = SummaryOfFormattedIOFunctions4 Unicode output format specifiers = UnicodeOutputFormatSpecifiers4 Unicode input format specifiers = UnicodeInputFormatSpecifiers2 Extended types formatted I/O3 Extended types formatted I/O =ExtendedTypesFormattedIO;2 Categorical Routines and Types Listing3 C++ Prototyped Routines4 max=maxRTL4 _mbschr=strchr4 _mbspbrk=strpbrk4 _mbsrchr=strrchr4 _mbsstr=strstr4 memchr=memchr4 min=minRTL4 strchr=strchr4 strpbrk=strpbrk4 strrchr=strrchr4 strstr=strstr4 wcschr=strchr4 wcspbrk=strpbrk4 wcsrchr=strrchr4 wcsstr=strstr4 _wmemchr=memchr3 Classification Routines4 isalnum=isalnum4 isalpha=isalpha4 isascii=isascii4 iscntrl=iscntrl4 __iscsym=isalnum4 __iscsymf=isalpha4 isdigit=isdigit4 isgraph=isgraph4 islower=islower4 _ismbcalnum=isalnum4 _ismbcalpha=isalpha4 _ismbcdigit=isdigit4 _ismbcgraph=isgraph4 _ismbclower=islower4 _ismbcprint=isprint4 _ismbcpunct=ispunct4 _ismbcspace=isspace4 _ismbcupper=isupper4 isprint=isprint4 ispunct=ispunct4 isspace=isspace4 isupper=isupper4 iswalnum=isalnum4 iswalpha=isalpha4 iswascii=isascii4 iswcntrl=iscntrl4 iswdigit=isdigit4 iswgraph=isgraph4 iswlower=islower4 iswprint=isprint4 iswpunct=ispunct4 iswspace=isspace4 iswupper=isupper4 iswxdigit=isxdigit4 isxdigit=isxdigit3 Console I/O Routines4 clrscr=clrscr4 delline=delline4 getpass=getpass4 gettext=gettext4 gettextinfo=gettextinfo4 gotoxy=gotoxy4 highvideo=highvideo4 insline=insline4 lowvideo=lowvideo4 movetext=movetext4 normvideo=normvideo4 putch=putch4 puttext=puttext4 _setcursortype=_setcursortype4 textattr=textattr4 textbackground=textbackground4 textcolor=textcolor4 textmode=textmode4 ungetc=ungetc4 ungetwc=ungetc4 wherex=wherex4 wherey=wherey4 window=window3 Conversion Routines4 atof=_atof4 atoi=atoi4 atol=atol4 ecvt=ecvt4 fcvt=fcvt4 gcvt=gcvt4 itoa=itoa4 _itow=itoa4 _ltoa=ltoa4 ltoa=ltoa4 _ltow=ltoa4 strtod=strtod4 strtol=strtol4 _strtold=strtod4 strtoul=strtoul4 toascii=toasciirtl4 _tolower=_tolower4 _toupper=_toupper4 ultoa=ultoa4 _ultow=ultoa4 wcstod=strtod4 wcstol=strtol4 _wcstold=strtod4 wcstoul=strtoul4 _wtof=_atof4 _wtoi=atoi4 _wtol=atol3 Delay load hook notification Routines4 __pfnDliFailureHook=DelayLoadHooks4 __pfnDliNotifyHook=DelayLoadHooks3 Diagnostic Routines4 _matherr=_matherr4 _matherrl=_matherr4 perror=perror4 _wperror=perror3 Directory Control Routines4 chdir=chdir4 _chdrive=_chdrive4 closedir=closedir4 findclose=findclose4 findfirst=findfirst4 findnext=findnext4 fnmerge=fnmerge4 _fullpath=_fullpath4 getcurdir=getcurdir4 getcwd=getcwd4 _getdcwd=_getdcwd4 getdisk=getdisk4 _getdrive=_getdrive4 _makepath=_makepath4 mkdir=mkdir4 _mktemp=mktemp4 opendir=opendir4 readdir=readdir4 rewinddir=rewinddir4 _rmdir=rmdir4 _searchenv=_searchenv4 searchpath=searchpath4 _searchstr=_searchstr4 setdisk=getdisk4 _splitpath=_splitpath4 wclosedir=closedir4 _wfindclose=findclose4 _wfindfirst=findfirst4 _wfindnext=findnext4 _wfnmerge=fnmerge4 _wfullpath=_fullpath4 _wgetcurdir=getcurdir4 _wgetcwd=getcwd4 _wgetdcwd=_getdcwd4 _wmakepath=_makepath4 _wmkdir=mkdir4 _wmktemp=mktemp4 wopendir=opendir4 wreaddir=readdir4 wrewinddir=rewinddir4 _wrmdir=rmdir4 _wsearchenv=_searchenv4 wsearchpath=searchpath4 _wsearchstr=_searchstr4 _wsplitpath=_splitpath3 Inline Routines4 _mbscmp=strcmp4 strcmp=strcmp4 strcpy=strcpy4 wcscmp=strcmp3 Input/output Routines4 access=access4 chmod=chmod4 chsize=chsize4 _creat=creat4 creattemp=creattemp4 eof=eof4 fclose=fcloseRTL4 _fcloseall=fcloseall4 _fdopen=fdopen4 feof=feof4 ferror=ferror4 fflush=fflush4 fgetc=fgetc4 _fgetchar=fgetchar4 fgetpos=fgetpos4 fgets=fgets4 fgetwc=fgetc4 _fgetwchar=fgetchar4 fgetws=fgets4 filelength=filelength4 _fileno=fileno4 _flushall=flushall4 fopen=fopenRTL4 fprintf=fprintf4 fputc=fputc4 _fputchar=fputchar4 fputs=fputs4 fputwc=fputc4 _fputwchar=fputchar4 fputws=fputs4 fread=fread4 freopen=freopen4 fscanf=fscanf4 fseek=fseek4 fsetpos=fsetpos4 _fsopen=_fsopen4 fstat=fstat4 ftell=ftell4 fwprintf=fprintf4 fwrite=fwrite4 fwscanf=fscanf4 _get_osfhandle=_get_osfhandle4 getc=getc4 getch=getch4 getchar=getchar4 getche=getche4 getftime=getftime4 gets=gets4 getwc=getc4 getwchar=getchar4 _getws=gets4 isatty=isatty4 kbhit=kbhit4 lock=lock4 locking=locking4 lseek=lseek4 open=open4 _open_osfhandle=_open_osfhandle4 _pclose=_pclose4 perror=perror4 _pipe=_pipe4 _popen=_popen4 printf=printf4 putc=putc4 putchar=putchar4 puts=puts4 putwc=putc4 putwchar=putchar4 _putws=puts4 read=read4 remove=remove4 rename=rename4 rewind=rewind4 _rmtmp=rmtmp4 _rtl_chmod=_rtl_chmod4 _rtl_close=_rtl_close4 _rtl_creat=_rtl_creat4 _rtl_open=_rtl_open4 _rtl_read=_rtl_read4 _rtl_write=_rtl_write4 scanf=scanf4 setbuf=setbuf4 setftime=getftime4 setmode=setmode4 setvbuf=setvbuf4 _sopen=sopen4 sprintf=sprintf4 sscanf=sscanf4 stat=fstat4 _strerror=_strerror4 swprintf=sprintf4 swscanf=sscanf4 tell=tell4 _tempnam=tempnam4 tmpfile=tmpfile4 umask=umask4 _unlink=unlink4 unlock=unlock4 _utime=utime4 vfprintf=vfprintf4 vfscanf=vfscanf4 vfwprintf=vfprintf4 vprintf=vprintf4 vscanf=vscanf4 vsprintf=vsprintf4 vsscanf=vsscanf4 vswprintf=vsprintf4 vwprintf=vprintf4 _waccess=access4 _wchmod=chmod4 _wcreat=creat4 _wfdopen=fdopen4 _wfopen=fopenRTL4 _wfreopen=freopen4 _wfsopen=_fsopen4 _wopen=open4 _wperror=perror4 _wpopen=_popen4 wprintf=printf4 _wremove=remove4 _wrename=rename4 _wrtl_chmod=_rtl_chmod4 _wrtl_creat=_rtl_creat4 _wrtl_open=_rtl_open4 wscanf=scanf4 _wsopen=sopen4 _wstat=fstat4 _wtempnam=tempnam4 _wunlink=unlink4 _wutime=utime3 Manipulation Routines4 mblen=mblen4 _mbscat=strcat4 _mbschr=strchr4 _mbscmp=strcmp4 _mbscoll=strcoll4 _mbscspn=strcspn4 _mbsdup=strdup4 _mbsicmp=stricmp4 _mbsicoll=strcoll4 _mbslen=strlen4 _mbslwr=strlwr4 _mbsncmp=strncmp4 _mbsncpy=strncpy4 _mbsnicmp=strnicmp4 _mbsnset=strnset4 _mbspbrk=strpbrk4 _mbsrchr=strrchr4 _mbsrev=strrev4 _mbsset=strset4 _mbsspn=strspn4 _mbsstr=strstr4 _mbstok=strtok4 mbstowcs=mbstowcs4 _mbstrlen=strlen4 _mbsupr=strupr4 mbtowc=mbtowc4 memccpy=memccpy4 memcmp=memcmp4 memcpy=memcpy4 memicmp=memicmp4 memmove=memmove4 memset=memset4 setmem=setmem4 _stpcpy=stpcpy4 stpcpy=stpcpy4 strcat=strcat4 strchr=strchr4 strcmp=strcmp4 strcmpi=strcmpi4 strcoll=strcoll4 strcpy=strcpy4 strcspn=strcspn4 strdup=strdup4 _strerror=_strerror4 stricmp=stricmp4 _stricoll=strcoll4 strlen=strlen4 strlwr=strlwr4 strncat=strncat4 strncmp=strncmp4 strncmpi=strncmpi4 strncpy=strncpy4 strnicmp=strnicmp4 strnset=strnset4 strpbrk=strpbrk4 strrchr=strrchr4 strrev=strrev4 strset=strset4 strspn=strspn4 strstr=strstr4 strtok=strtok4 strupr=strupr4 strxfrm=strxfrm4 wcscat=strcat4 wcschr=strchr4 wcscmp=strcmp4 wcscoll=strcoll4 wcscspn=strcspn4 _wcsdup=strdup4 _wcsicmp=stricmp4 _wcsicoll=strcoll4 wcslen=strlen4 _wcslwr=strlwr4 wcsncmp=strncmp4 wcsncmpi=strncmpi4 wcsncpy=strncpy4 _wcsnicmp=strnicmp4 _wcsnset=strnset4 wcspbrk=strpbrk4 wcsrchr=strrchr4 _wcsrev=strrev4 _wcsset=strset4 wcsspn=strspn4 wcsstr=strstr4 wcstok=strtok4 wcstombs=wcstombs4 _wcsupr=strupr4 wcsxfrm=strxfrm4 wctomb=wctomb4 _wmemcpy=memcpy4 _wmemset=memset4 _wstpcpy=stpcpy3 Math Routines4 acos=acos4 acosl=acos4 asin=asin4 asinl=asin4 atan=atan4 atan2=atan24 atan2l=atan24 atanl=atan4 atof=_atof4 atoi=atoi4 atol=atol4 _atold=_atold4 cabs=cabs4 cabsl=cabs4 ceil=ceil4 ceill=ceil4 _clear87=_clear874 _clearfp=_clear874 _control87=_control874 _controlfp=_control874 cos=cos4 cosh=cosh4 coshl=cosh4 cosl=cos4 ecvt=ecvt4 exp=exp4 expl=exp4 fabs=fabs4 fabsl=fabs4 fcvt=fcvt4 floor=floor4 floorl=floor4 fmod=fmod4 fmodl=fmod4 _fpreset=_fpreset4 frexp=frexp4 frexpl=frexp4 gcvt=gcvt4 hypot=hypot4 hypotl=hypot4 itoa=itoa4 _itow=itoa4 labs=labs4 ldexp=ldexp4 ldexpl=ldexp4 ldiv=ldiv4 log=log4 log10=log104 log10l=log104 logl=log4 _lrand=_lrand4 _lrotl=_lrotl4 _lrotr=_lrotl4 _ltoa=ltoa4 ltoa=ltoa4 _ltow=ltoa4 _matherr=_matherr4 _matherrl=_matherr4 modf=modf4 modfl=modf4 poly=poly4 polyl=poly4 pow=pow4 powl=pow4 rand=rand4 random=random4 randomize=randomize4 _rotl=_rotl4 _rotr=_rotl4 sin=sin4 sinh=sinh4 sinhl=sinh4 sinl=sin4 sqrt=sqrt4 sqrtl=sqrt4 srand=srand4 _status87=_status874 _statusfp=_status874 strtod=strtod4 strtol=strtol4 _strtold=strtod4 strtoul=strtoul4 tan=tan4 tanh=tanh4 tanhl=tanh4 tanl=tan4 ultoa=ultoa4 _ultow=ultoa4 Using fastmath math routines=FastMathRTL4 wcstod=strtod4 wcstol=strtol4 _wcstold=strtod4 wcstoul=strtoul4 _wtof=_atof4 _wtoi=atoi4 _wtol=atol4 _wtold=_atold3 Memory Routines4 free=free4 heapcheck=heapcheck4 heapcheckfree=heapcheckfree4 heapchecknode=heapchecknode4 heapwalk=heapwalk4 malloc=malloc4 realloc=realloc4 set_new_handler function=set_new_handler4 stackavail=stackavail3 Miscellaneous Routines4 localeconv=localeconv4 longjmp=longjmp4 setjmp=setjmp4 setlocale=setlocale4 _wsetlocale=setlocale3 Process Control Routines4 _beginthread=_beginthread4 _beginthreadex=_beginthreadex4 _beginthreadNT=_beginthreadNT4 _c_exit=_c_exit4 _cexit=_cexit4 _endthread=_endthread4 _endthreadex=_endthreadex4 execl=execl4 execle=execl4 execlp=execl4 execlpe=execl4 execv=execl4 execve=execl4 execvp=execl4 execvpe=execl4 _expand=_expand4 getpid=getpid4 _pclose=_pclose4 raise=raise4 signal (C RTL)=signal4 spawnl=spawnl4 spawnle=spawnl4 spawnlp=spawnl4 spawnlpe=spawnl4 spawnv=spawnl4 spawnve=spawnl4 spawnvp=spawnl4 spawnvpe=spawnl4 wait=wait4 _wexecl=execl4 _wexecle=execl4 _wexeclp=execl4 _wexeclpe=execl4 _wexecv=execl4 _wexecve=execl4 _wexecvp=execl4 _wexecvpe=execl4 _wspawnl=spawnl4 _wspawnle=spawnl4 _wspawnlp=spawnl4 _wspawnlpe=spawnl4 _wspawnv=spawnl4 _wspawnve=spawnl4 _wspawnvp=spawnl4 _wspawnvpe=spawnl3 Time and Date Routines4 asctime=asctime4 ctime=ctime4 ftime=ftime4 gettime=gettime4 gmtime=gmtime4 localtime=localtime4 mktime=mktime4 settime=gettime4 stime=stime4 _strdate=_strdate4 strftime=strftime4 _strtime=_strtime4 time=time4 _tzset=tzset4 unixtodos=unixtodos4 wcsftime=strftime4 _wctime=ctime4 _wstrdate=_strdate4 _wstrtime=_strtime4 _wtzset=tzset3 Variable Argument List Routines4 va_arg=va_arg4 va_end=va_arg4 va_start=va_arg2 Types and Routines, by Header File3 Alloc.h4 free=free4 heapcheck=heapcheck4 heapcheckfree=heapcheckfree4 heapchecknode=heapchecknode4 heapwalk=heapwalk4 malloc=malloc4 realloc=realloc3 Assert.h4 NDEBUG #define=NDEBUG3 Conio.h4 clrscr=clrscr4 delline=delline4 getch=getch4 getche=getche4 getpass=getpass4 gettext=gettext4 gettextinfo=gettextinfo4 gotoxy=gotoxy4 highvideo=highvideo4 insline=insline

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -