I just returned to C ++ for a game-related project for Windows 8 / RT after many years of absence in favor of C #.
Working with the generated project project skeleton I came across method signatures, as shown below. Can someone enlighten me what should do?
Concurrency::task<Platform::Array<byte>^> ReadDataAsync(Platform::String^ filename)
Oliver weichhold
source share