cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
does tdm-gcc support c++ 17: SOLVED
does tdm-gcc support c++ 17: SOLVED
Nov 3, 2017 at 1:42pm UTC
closed account (
SECMoG1T
)
i want to update Gcc on my codeblocks to the latest standard[c++ 17] but when i checked tdm-gcc latest release was 5.1.0 (quite old),can somebody suggest the best
compiler with c++ 17 support that can work stably on codeblocks.
thank you.
Last edited on
Nov 3, 2017 at 4:37pm UTC
Nov 3, 2017 at 1:56pm UTC
helios
(17562)
What OS?
Nov 3, 2017 at 2:01pm UTC
closed account (
SECMoG1T
)
Windows 64bits
Nov 3, 2017 at 2:06pm UTC
JLBorges
(13770)
Nuwen has GCC 7.2 (and Boost 1.65.1 as a bonus); but it lacks support for standard threads.
https://nuwen.net/mingw.html
One sensible option is to continue using tdm-gcc for playing around with threads and Nuwen for everything else.
Nov 3, 2017 at 2:12pm UTC
closed account (
SECMoG1T
)
thank you @JLBorges for the suggestion ,am checking it out right away.
Nov 3, 2017 at 4:36pm UTC
closed account (
SECMoG1T
)
yea, works great am now on
-std=c++17
, thanks again.
Topic archived. No new replies allowed.