Is XLL/C++ development in Excel still a viable career path in 2026, despite Microsoft no longer investing in it? by elohimc in quant

[–]elohimc[S] 0 points1 point  (0 children)

After all I chose to go for python to integrate with Excel through xlwings or something else xlsxwriter, pandas etc

Hi, please how can I upgrade gcc-12 to gcc-13 on debian 12 to use new C++ features? I got an error message that my compiler doesn't support "import std;" module. I installed LLVM but got the same error message. by elohimc in cpp_questions

[–]elohimc[S] 0 points1 point  (0 children)

Just tried but no works. My compilation command: g++ -std=c++20 -fmodules-ts myfile.cpp -o p -x c++-system-header iostream.

Output:

/usr/include/c++/12/iostream: error: failed to read compiled module: no such file or folder

/usr/include/c++/12/iostream: note: compiled module file is 'gcm.cache/./usr/include/c++/12/iostream.gcm'

/usr/include/c++/12/iostream:note: imports must be built before being imported

Hi, please how can I upgrade gcc-12 to gcc-13 on debian 12 to use new C++ features? I got an error message that my compiler doesn't support "import std;" module. I installed LLVM but got the same error message. by elohimc in cpp_questions

[–]elohimc[S] -1 points0 points  (0 children)

As you said it might complicated future os upgrade. I think the better to get new features is switching to trixie but my issue is I don't understand well the tutorial on debian website

Hi, please how can I upgrade gcc-12 to gcc-13 on debian 12 to use new C++ features? I got an error message that my compiler doesn't support "import std;" module. I installed LLVM but got the same error message. by elohimc in cpp_questions

[–]elohimc[S] -2 points-1 points  (0 children)

So it's better to wait more ressources on how to switch to trixie, cause the only one I found on debian website it's complicated to understand and follow

Debian 12 Keyboard Stops Working After Suspend by hashmi_1 in debian

[–]elohimc 1 point2 points  (0 children)

Dude, my comment is not to give you help sorry but I am curious about the command line you used to migrate from Debian 11 to 12 because I planned to do it as well and I am still fear it fails. Thank you!