Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Math Formula
Message
De
15/12/2008 09:06:49
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
15/12/2008 08:51:53
Information générale
Forum:
Politics
Catégorie:
Autre
Titre:
Divers
Thread ID:
01366554
Message ID:
01367412
Vues:
6
>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.".
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform