Thread: Integer?
View Single Post
  #10  
Old 01-05-2004, 10:40 PM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
Quote:
Originally posted by GoZelda
In nearly every programming language you must assign a value to a certaintype :o
In C++ you can have a function like Int that will set a foo = 5.5 to 5 if you do Int(foo);. No need for for foo = Int(foo);.
Reply With Quote