Thread: Integer?
View Single Post
  #12  
Old 01-05-2004, 10:58 PM
DIABLO2099 DIABLO2099 is offline
Registered User
Join Date: Sep 2002
Location: New York
Posts: 290
DIABLO2099 is on a distinguished road
Quote:
Originally posted by Loriel

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);.
Yeah, defining function types is a plus in my eyes. Although this topic is not really about C++, when a function has to return a string value, you define the function as string? I haven't learned fully about strings yet but I like to stay ahead of everyone.
__________________
-Former UnholyNation Server Manager.

Call me Xecutor.
Reply With Quote