Did you know..? C and C++ Tips 5

In this episode of Did you know…? we take another look at some common coding mistakes.

  • Undeclared Functions
  • Extra Semicolons

More »


Posted in Programming Tips | Comments Off on Did you know..? C and C++ Tips 5


Did you know..? C and C++ Tips 4

In this episode of Did you know…? we look at some common coding mistakes.

  • Undeclared Variables
  • Uninitialized Variables
  • Setting a variable to an uninitialized value
  • Single equal sign to check equality

More »


Posted in Programming Tips | Comments Off on Did you know..? C and C++ Tips 4


Did you know..? C Programming Language Tips 3

In this episode of “Did you know..?” we take another look at some C language tips.

  • gets() function and strings
  • Null terminating strings
  • No break in switch statements
  • == and strings

More »


Posted in Programming Tips | 1 Comment


Did you know..? C Programming Language Tips 2

In this episode of “Did you know..?” we take another look at some C language tips.

  • Character and string constants
  • Prototypes
  • Not initializing pointers
  • Wrong loops

More »


Posted in Programming Tips | Comments Off on Did you know..? C Programming Language Tips 2


Did you know..? C Programming Language Tips 1

In this episode of “Did you know..?” we look at some C language tips.

  • scanf() wrong format for an operand
  • Array size and starting index
  • Wrong use: = instead of ==
  • scanf() forgetting the ampersand (&)

More »


Posted in Programming Tips | Comments Off on Did you know..? C Programming Language Tips 1