
please wait
by JUANDENT
How to disable using vcpkg in a project from the command line?
|
what is the command line option to set vcpkg OFF for a certain C++ project? My compiler is VS2022 v17.6.0 |
May 26, 2023 at 10:17pm
[no replies]
|
by JUANDENT
Does g++ support c++20 modules?
|
Hi, I have tried the following command line: Q:\c++\g++> g++ -std=c++20 -fmodules-ts -o main.exe main.cpp .\new_module.ixx Q:/msys64/mingw64/bin/.... |
May 7, 2023 at 4:34pm
[7 replies] Last: Here is my gcc/g++ https://winlibs.com/ I have 12.2, but I see I shou... (by oggin)
|