Page 1 of 1

C11 support in codelite

Posted: Wed Nov 11, 2015 12:51 pm
by reddy
I was wondering whether codelite can support the new C11 standard. If not, is there anything we can tweak so that it supports optional string functions such as strcpy_s, strnlen_s etc and other functions such as gets_s, scanf_s?

Re: C11 support in codelite

Posted: Wed Nov 11, 2015 12:59 pm
by eranif
support the new C11 standard
You need to be more specific here.

CodeLite is not a compiler, so if you use a compiler that supports C++11/14/17 it will work in CodeLite.

If you are looking for code completion, then please enable clang code completion for best code completion from:
settings->code completion->clang->enable clang code completion

Eran