C11 support in codelite
-
- CodeLite Curious
- Posts: 4
- Joined: Tue Jan 13, 2015 5:20 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
C11 support in codelite
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?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: C11 support in codelite
You need to be more specific here.support the new C11 standard
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