2013-02-28 02:39 AM
Sorry about my ques, but i have a problem with error:
..\main.c(24): warning: #1-D: last line of file ends without a newline Please help me. Thank2013-02-28 03:29 AM
It's a warning not an error, so the file compiled fine. Just means EOF occured at the end of a line, as the line just stopped without a <CR><LF>, go to the end of the last line in the file, hit ENTER/RETURN, save and the warning will go away.