01.03.2010, 16:33
Quote:
Originally Posted by ee100
Quote:
Haha, Well, I shall try my best, tho I suck at learning from text like that. But I'll try. Strings, those "new" things, and so on, if it just was a bit... easier. |
Код:
new myVariable = 7; printf("%d", myVariable); myVariable = 8; printf("%d", myVariable);