Re: Inserting a space in function calls/definitions
Posted: Wed Mar 24, 2010 6:44 pm
Code: Select all
#include <stdio.h>
int main(int argc,char** argv){printf("hello world");return 0;}
The Next Generation of 2D Roleplaying Games
http://elysianshadows.com/phpBB3/
Code: Select all
#include <stdio.h>
int main(int argc,char** argv){printf("hello world");return 0;}
That was a quite nice explanation of a compiler frontend. However, what do you wanted to point out?AerisAndMe wrote:Right, C++ leaves whitespaces as optional. Although, we all know that a whitespace in C++ isn't always so innocent
What do you mean? I was just trying to be helpful. Maybe it was a little more than he asked for, but a little extra information never hurt anybody, did it? Of course, I could always post another absurdly commented pooshoe printout. That did seem to be a big hitter.K-Bal wrote:That was a quite nice explanation of a compiler frontend. However, what do you wanted to point out?
I personally found your post to be highly informative and to the point.AerisAndMe wrote:What do you mean? I was just trying to be helpful. Maybe it was a little more than he asked for, but a little extra information never hurt anybody, did it? Of course, I could always post another absurdly commented pooshoe printout. That did seem to be a big hitter.K-Bal wrote:That was a quite nice explanation of a compiler frontend. However, what do you wanted to point out?