Page 2 of 2

Re: Inserting a space in function calls/definitions

Posted: Wed Mar 24, 2010 6:44 pm
by RyanPridgeon

Code: Select all

#include <stdio.h>
int main(int argc,char** argv){printf("hello world");return 0;}

Re: Inserting a space in function calls/definitions

Posted: Wed Mar 24, 2010 8:28 pm
by dandymcgee
White space matters... if you're programming quines. 8-)

Re: Inserting a space in function calls/definitions

Posted: Thu Mar 25, 2010 2:28 am
by K-Bal
AerisAndMe wrote:Right, C++ leaves whitespaces as optional. Although, we all know that a whitespace in C++ isn't always so innocent
That was a quite nice explanation of a compiler frontend. However, what do you wanted to point out? :)

Re: Inserting a space in function calls/definitions

Posted: Thu Mar 25, 2010 9:05 am
by AerisAndMe
K-Bal wrote:That was a quite nice explanation of a compiler frontend. However, what do you wanted to point out? :)
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.

Re: Inserting a space in function calls/definitions

Posted: Thu Mar 25, 2010 9:28 am
by K-Bal
Yeah, I just thought I missed something ;)

Re: Inserting a space in function calls/definitions

Posted: Sat Apr 03, 2010 6:38 am
by LeonBlade
AerisAndMe wrote:
K-Bal wrote:That was a quite nice explanation of a compiler frontend. However, what do you wanted to point out? :)
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.
I personally found your post to be highly informative and to the point.
It addressed issues that I myself had over looked or hadn't thought of myself.
Thank you for taking the time to write out your post, it was greatly appreciated, have a wonderful day.

;)