Tagged Questions

2
votes
6answers
319 views

What’s the best portable way to represent pointer as string in C++?

I need to represent pointers as strings to the user. Sometimes the values might be saved to a file and transferred to a computer with different architecture (32 vs 64 bit is the ma …