Page 2 of 2

PostPosted: Sat Jul 19, 2008 9:08 am
by Noname
I knew the difference between pre-fix and post-fix but the C90 Thing was awesome. I have never thought about the IEEE Standards ( even though I am a member) I had to right a report on Java the the failure to comply with some floating point spec.

PostPosted: Wed Jan 21, 2009 1:04 am
by lxcid
Wow, I had a hard time understanding and I have to say I never knew about that.

I was reading up on sequence point on wiki and found out something interesting.

Code: Select all
INT I = I++;


Would have yield undefined result.

I guess if the same variable is modified more than once between previous and next sequence points, its result will be undefined.

Points taken from wiki. Hope I got it right. :)

PostPosted: Fri Jan 30, 2009 3:48 am
by devsed
Code: Select all
INT J = 9;
INT I = 1;
INT I = (((++J) + (J++)) + J++) + I++;


Has anyone come across code this unconventional?

If so, where?

PostPosted: Fri Jan 30, 2009 7:56 am
by L. Spiro
I certainly hope not.


L. Spiro

PostPosted: Fri May 08, 2009 7:26 am
by xxxav
so you developed a sort of "cross breed" of C++ language?

PostPosted: Fri May 08, 2009 8:06 am
by L. Spiro
This section is not related to L. Spiro Script.

As for your question, L. Spiro Script is similar to C so that people can use it without having to learn a new language.
But C has a lot of retarded faults upon which C++ improves, so in some places I used the C++ methods rather than the C methods.


L. Spiro