http://stackoverflow.com/questions/72271/no-newline-at-end-of-file-compiler-warning Think of some of the problems that can occur if there is no newline. According to the ANSI standard the #include of a file at the beginning inserts the file exactly as it is to the front of the file and does not insert the new line after the "#include " after the contents of the file. So if you include a file wit..