D's library

xiaoxiao2021-03-06  41

As a new language, the library is not very large (and Java, .net ratio), but it can use C, WinAPI and Linux API! ! ! It is very easy to make up for the lack of insufficient itself. I highly recommend Writef function. Its own library is already a lot. It looks similar to the C library, and even stronger I emphasize some feature, then list all library module 1. No need, as long as IMPORT is like Java, there is no difference in definition and declaration, the definition is to declare 2. Like Java, D is 3 of the single-category class. Like Java, D has its own Thread library 4. D has your own assembly language, that is, when writing, there is no need to take into account the platform 5. Support for Windows platforms, the Linux platform includes the following modules: Windows // Windows related Linux // Linux related C // C related base64 // Coding, Decoding Base64 format Compiler // D Compiler Some information of CONV // String to Int conversion CType // Character classification DATA / / Time and Date, support Locales file // File Operation GC // GC control MATH // Mathematics library MD5 // MD5 related Object // single-child Outbuffer // assemble data INTO AN ARRAY OF BYTE PATH / / Operating File Name, Path, etc. Process // creation, destruction thread Random // RECL // Recusively looking for files and ftp (windows only now) regexp // process regular expression socket // socket socketStream // Blocking, connect Socket STDINT // Int Type Related STDIO // Standard IO Street // Thread String // About CPU, Operating System, etc. URI // Coding, Decoding Uniform Resource Identify (URI) UTF // Code, decoding UTF ZIP // Read and write zip zlib // compression, decompression data

转载请注明原文地址:https://www.9cbs.com/read-68797.html

New Post(0)