Re: I'm unable to code C++17

Aleix Pol <[email protected]> Fri, 5 Jul 2019 02:15:45 +0200
Newsgroups gmane.comp.kde.users.kdevelop
Message-ID <CACcA1RrKb=4mrzgXTZvsq9ikvaCq=5sO+4+mq712q1LxZXfD-w@mail.gmail.com>
On Thu, Jul 4, 2019 at 1:43 PM José Antonio Martínez Escobedo
<[email protected]> wrote:
>
> Hi to all!
>     I'm a complete beginner to KDevelop and Cmake and I want to code and build  C++17 code. Can someone help me?

Please be a bit more specific on what you need.
Note that KDevelop will just show what you've told cmake, so please
search how to enable c++17 on cmake first.

See https://cmake.org/cmake/help/latest/prop_tgt/CXX_STANDARD.html

Aleix