#cpp

Found 1 articles tagged with #cpp

How to return string from a function in C

It's impossible to use strings without using pointers in C, often recommended to provide clear docs to communicate whether the caller is responsible for freeing the memory.

Jul 05, 2023#c#cpp#how-to