Skip to content


Tag Archives: C/C++

  1. C Union, bitfields (aka. what is that colon in the variable name?) December 5, 2012

    Posted in C/C++.

    Comments Off on C Union, bitfields (aka. what is that colon in the variable name?)
  2. C variable storage classes: auto, static, register, extern November 29, 2012

    Posted in C/C++.

    Comments Off on C variable storage classes: auto, static, register, extern
  3. C/C++, Enumerations October 9, 2012

    Posted in C/C++.

    Comments Off on C/C++, Enumerations
  4. C/C++/Java – Leading 0 (zero) means Octal October 9, 2012

    Posted in C/C++, Java.

    Comments Off on C/C++/Java – Leading 0 (zero) means Octal
  5. C/C++ – Variable and method name length limit October 9, 2012

    Posted in C/C++.

    Comments Off on C/C++ – Variable and method name length limit
  6. Why use foo(void) instead of just foo() – Why void in parameter list October 1, 2012

    Posted in C/C++.

    Comments Off on Why use foo(void) instead of just foo() – Why void in parameter list
  7. Multi-line string literals in C/C++ October 1, 2012

    Posted in C/C++.

    Comments Off on Multi-line string literals in C/C++
  8. Writing a debugger mini series: A GUI source code viewer, Load, Wrap, Select, Highlight, Scroll and Center vertically on RichEdit (C/C++) August 25, 2012

    Posted in C/C++, Debugger.

    Comments Off on Writing a debugger mini series: A GUI source code viewer, Load, Wrap, Select, Highlight, Scroll and Center vertically on RichEdit (C/C++)
  9. C/C++ RichEdit turn off line wrap August 25, 2012

    Posted in C/C++.

    Comments Off on C/C++ RichEdit turn off line wrap
  10. Terminal buffer and getchar(), also side note on EOF March 18, 2012

    Posted in C/C++.

    Comments Off on Terminal buffer and getchar(), also side note on EOF
  11. C Escape sequences, Hex and Octal March 18, 2012

    Posted in C/C++.

    Comments Off on C Escape sequences, Hex and Octal
  12. Starting a learning series on C/C++ March 18, 2012

    Posted in Rant.

    Comments Off on Starting a learning series on C/C++