Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Math Formula
Message
From
15/12/2008 09:06:49
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
15/12/2008 08:51:53
General information
Forum:
Politics
Category:
Other
Title:
Miscellaneous
Thread ID:
01366554
Message ID:
01367412
Views:
7
>Exponentiation in fortran is right to left (but we do not have exponents in C#) - That's how it is defined

Actuallt exponentiation is down to up.


>Also C# and its old predecessor C - assignment is right to left
>

>int i, j, k;
>i = j = k = 1;
>
>or
>i = (j = (k = 1))) ;

These are dangerious codes. Like puzzle... :)

Actually I never trust left-to-right. They said us everytime "paranthesis are more secure.".
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform