Use unusual characters in source code (△ ◬ □ ◎)
What i want to add to the source code: unusual characters △ ◬ □ ◎ (it’s only for my personal use), but the compiler swears “error C3873”, i am using VisualStudio 2022
C++ lib build Windows VS2022: Build fails with platform toolset v143 – works with platform toolset v142
I am having the following issue with building a simple library (FLANN) from source on windows.
Library Compile time configuration
Im working on a static library project in Visual Studio 2022 and I want to support per project compile time configurations. My goal would be to have a header file in the projects that reference this library and to have this header included in the library so that it can define compile time settings
Library Compile time configuration [c++][Visual Studio]
Im working on a static library project in Visual Studio 2022 and I want to support per project compile time configurations. My goal would be to have a header file in the projects that reference this library and to have this header included in the library so that it can define compile time settings
C++ Windows SDK version 10.0.22000.0 was not found
I’m starting to learn C++; but I’m getting this issue when running a helloworld app.