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
~124 People Reached
Favorite Forums
Favorite Tags
c x 2
Member Avatar for dikx

to C guru. i dont understand why this code fail because of implicit declaration. undefined reference to `__finite' [code] #define isfinite(x) \ (sizeof (x) == sizeof (float) \ ? __finitef (x) \ : sizeof (x) == sizeof (double) \ ? __finite (x) : __finitel (x)) for (class_num = 0; class_num …

Member Avatar for Salem
0
124