Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~211 People Reached
About Me

Software Developer

PC Specs
p4 1.5Mhz, 256MB, 80GB, win2kProf, MSVS 6.0
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for MaxC

Hello guys, is there a way to declare global variables as [B]float[/B] and then convert them to [B]int[/B] to be used in a function? i.e. [CODE] float num1, num2, result; float Mod(){ num1%num2=result; //Wrong, (%) requires [B]int[/B] type) } [/CODE]

Member Avatar for ivosetyadi
0
211