摘要:
Input and output with files C++ provides the following classes to perform output and input of characters to/from files: ofstream: Stream class to writ 阅读全文
摘要:
Class Classes are an expanded concept of data structures: like data structures, they can contain data members, but they can also contain functions as 阅读全文
摘要:
Dynamic memory In the programs seen in previous chapters, all memory needs were determined before program execution by defining the variables needed. 阅读全文
摘要:
目录Character sequencesInitialization of null-terminated character sequencesStrings and null-terminated character sequencesOther data typesType aliases 阅读全文
摘要:
目录FunctionsFunctions with no type. The use of voidThe return value of mainArguments passed by value and by referenceEfficiency considerations and cons 阅读全文