Out of curiosity, why are we converting something to a char* when we write it to a ( binary ) file?
|
Because the typical I/O functions that write, take a pointer to |
|||
|
|
|
|
|||
|
|
|
Unwind and vezult have already answered your question, and I assume you know what a pointer is. But just in case you think of *converting something to a char** as an operation that actually somehow changes your data in memory (and, for example, may take more time if there's a lot of data) then note that such is not the behavior of getting a pointer. |
|||
|
|
|
Are you talking about But in C++ when you use, say, |
||||
|
|
