Hey Vladimir, thx for the info. I was on the NewAndNoteworthy page, but I didn’t see any C++17 stuff. Thats why I’m asking. I scrolled through the slides so will it be possible in NetBeans 9 to have some Features from Clang like convert C++ Code to JavaScript? Via an Action or smth like that? And to print the AST from the C Code? I think this is possible, because of the CLI params that you have to handle over to the Clang Compiler, which is installed. If not, I will create a ticket for this later, because that would be very Handy to have it right inside NetBeans to create JS Code from C++. And it will help with WebAssembly even more.
Regards Chris Von: Vladimir Voskresensky Gesendet: Mittwoch, 12. Juli 2017 12:13 An: [email protected] Betreff: Re: NetBeans and C++ Hello Chris, Sorry for the late reply, I was on vacation. On 06.07.2017 15:06, Christian Lenz wrote: > I know NetBeans is ready for C/C++ and I think for C++11, but what is with > C++14 and C++17. Atm I don’t use it, but I saw a blog post about: > https://blogs.msdn.microsoft.com/visualstudio/2017/07/05/7-reasons-to-move-your-cpp-code-to-visual-studio-2017/ > > So I’m wondering, whether NetBeans can handle it too, or not (C++14 and C++17) NetBeans can handle C++ up to C++14. It supports C++17 at some extent. (And for a long time it support Remote development) We are working on Clank now (It is the Java-port of Clang/LLVM) for NetBeans 9. https://www.youtube.com/watch?v=EpFJlARXO74 NB9 will support dbx debugger, clang-format and experimental integration of static analyzer functionality (which supports c++17 as well, because is based on Clank). http://wiki.netbeans.org/NewAndNoteworthyNB9#C.2FC.2B.2B Hope it helps, Vladimir. > > > Regards > > Chris >
