digitalmars.D.learn - Can the DMC completely replace the C or C ++ compiler?
- Marcone (3/3) May 06 2021 Well, I am writing a C++ program and compiling with DMC Digital
- Adam D. Ruppe (2/5) May 06 2021 It IS a C and C++ compiler.
- Marcone (3/8) May 06 2021 Is it compatible with C++ 17 or 20? Can I delete my MinGW and use
- Adam D. Ruppe (2/3) May 06 2021 No, it is based on the 1998 standard.
- Alain De Vos (2/2) May 06 2021 If you only compile D programs you only need one compiler.
Well, I am writing a C++ program and compiling with DMC Digital Mars, and the program is running normally. Can the DMC completely replace the C or C ++ compiler?
May 06 2021
On Thursday, 6 May 2021 at 19:59:01 UTC, Marcone wrote:Well, I am writing a C++ program and compiling with DMC Digital Mars, and the program is running normally. Can the DMC completely replace the C or C ++ compiler?It IS a C and C++ compiler.
May 06 2021
On Thursday, 6 May 2021 at 20:10:29 UTC, Adam D. Ruppe wrote:On Thursday, 6 May 2021 at 19:59:01 UTC, Marcone wrote:Is it compatible with C++ 17 or 20? Can I delete my MinGW and use only DMC for any project in C or C++?Well, I am writing a C++ program and compiling with DMC Digital Mars, and the program is running normally. Can the DMC completely replace the C or C ++ compiler?It IS a C and C++ compiler.
May 06 2021
On Thursday, 6 May 2021 at 20:21:32 UTC, Marcone wrote:Is it compatible with C++ 17 or 20?No, it is based on the 1998 standard.
May 06 2021
If you only compile D programs you only need one compiler. E.g. , ldmd2 , rdmd , ldc2
May 06 2021