How I Make Save System In My Game

Hamza Elashry 226 Reputation points
2022-05-14T09:57:28.253+00:00

How I Make Save System In My DirectX Game. It's Very Very Important.

Universal Windows Platform (UWP)
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,547 questions
0 comments No comments
{count} votes

Accepted answer
  1. Roy Li - MSFT 32,236 Reputation points Microsoft Vendor
    2022-05-16T02:50:37.377+00:00

    Hello,

    Welcome to Microsoft Q&A!

    How I Make Save System In My DirectX Game

    To save your data in your Directx Game, you will need to handle the suspending event - CoreApplication::Suspending. This event is raised when your app is moved to a suspended state by a user or system action. You could save simple application data synchronously using the LocalSettings storage API.

    For more information, please refer to this document: How to suspend an app (DirectX and C++)

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful