#C++ Modules - Greenfield Project - MSVC

5 messages · Page 1 of 1 (latest)

west wedge
#

I haven't programmed in C++ for almost 10 years. Recent history has been in C# and Python.

Recently I've been writing a plugin for some software which requires a Windows .dll and calls exported C style functions. I've made a basic wrapper and have a working plugin template, and just discovered C++20 modules.

What is the adoption for C++ modules like in MSVC at the moment, and would it be worth while to convert my header.h files to module.ixx in the current landscape? My current research seems to point to C++ being in a transition phase from headers to modules across compilers. So long as it works in MSVC, what are my chances of a smooth transition at the moment.

thorn girderBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

west wedge
thorn girderBOT
west wedge
#

!solved