I am porting some old C++ code to Visual Studio 2022.
The code reads a few binary files that are used like resources.
(I’ve added those to my resources in VS 2022.)
I had a method that took a char * to a filename that was the binary file to be read.
But since porting into the VS environment I’m not sure anymore how to access those resource files like ‘files’.
Any suggestions on a good C++ developer forum for windows developers?