I write a program using Visual C++, which needs to save some application specific data. I just wonder:
Where should I store the data? It seems that there is a folder called "C:\Users\xxx\AppData\Roaming" that will be used to store app data. Then how to obtain such a folder for a specific user.
Is there an easy-to-follow sample that demonstrates how to do that? I just find an article, but it is just for C#. Is there a good sample for C++?
Thanks