This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Use of Period In Conditional?

This is a basic question, but I'm hoping someone can help decipher this line of code for me. I can't find a reference anywhere to what the period in this statement does. I assume by the setup that it is some sort of conditional, but would appreciate any further info. Is it Keil specific?

Counter[CounterInstance].Output = FALSE

Parents Reply Children
  • In addition to K&R I'd recommend "C - A Reference Manual" by Harbison and Steele.

    I get the impression that somebody has just plonked a load of code on you and asked you to fix or modify it? If so, good luck, and don't hesitate to post any more questions.

  • Someone did indeed plunk a load of C source code and asked me to do some white box testing of some new revisions. I have much more experience with C++ and Assembly, but minimal C experience. Reading through Dietel and Dietel's "C-How to Program" obviously did not "teach" me the language as it should be taught (with examples, etc), as can be told by how I did not know the answer to this simple question. Thanks again, guys.