im just wondering if you have to put indents, and im also wondering if you have to put a space between each line. lets take the hello world program on your site. does it need the spaces between the lines and indents?
or does it not need them? like so:Code:#include <iostream.h> int main() { cout<<"HEY, you, I'm alive! Oh, and Hello World!"; return 0; }
???Code:#include <iostream.h> int main() { cout<<"HEY, you, I'm alive! Oh, and Hello World!"; return 0; }



LinkBack URL
About LinkBacks


