Is there any C/C++ editor in Linux that shows errors while typing
Posted
by
MetallicPriest
on Stack Overflow
See other posts from Stack Overflow
or by MetallicPriest
Published on 2011-07-23T10:38:50Z
Indexed on
2013/11/08
3:54 UTC
Read the original article
Hit count: 136
The Visual C++ editor has a great feature which is that it underlines errors with a red line while typing the code. So for example, if you are using a variable that is not declared, it will underline it with a red curly line. In this way, the programmer can resolve a lot of errors while typing and doesn't have to wait for compiling for noticing them.
Now my question is, is there any editor for Linux that has this great feature?
© Stack Overflow or respective owner