C11 support in codelite

General questions regarding the usage of CodeLite
reddy
CodeLite Curious
Posts: 4
Joined: Tue Jan 13, 2015 5:20 am
Genuine User: Yes
IDE Question: C++
Contact:

C11 support in codelite

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: C11 support in codelite

Post 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
Make sure you have read the HOW TO POST thread
Post Reply