1. what the Hell is C?
- Posted by eddo Jun 02, 2013
- 1267 views
The project I'm working on is big and uses lots of include files. Color coding in my editor tells me C is defined to be something in one. (It's amber-colored.) Can someone please tell me what it is, and which include file defines it?
2. Re: what the Hell is C?
- Posted by bugmagnet Jun 02, 2013
- 1255 views
Could you give us just a tad more context? For example, which IDE are you using? Is it your code or someone else's? Does your ide allow you to search for a string, whole word, not ignoring case, in a bunch of files? Notepad++, for example, does.
3. Re: what the Hell is C?
- Posted by eddo Jun 02, 2013
- 1367 views
Could you give us just a tad more context? For example, which IDE are you using? Is it your code or someone else's? Does your ide allow you to search for a string, whole word, not ignoring case, in a bunch of files?
My editor is Geany, which is great. Win 7 OS. My code. Either you know off the top of your head, or you don't. If you don't, don't worry about it. It works regardless for me (in other words, if I define an atom to be C, it works as expected, although it's colored like it's defined elsewhere.)