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
~221 People Reached
Favorite Forums
Favorite Tags
c x 3
Member Avatar for prakashjoshi010

Hi, I would like to declare function with calling convention. But getting following errors on CentOS 4.7 with GCC 3.4.6 test.c:3: error: syntax error before "display" test.c:3: warning: data definition has no type or storage class test.c:12: error: conflicting types for 'display' test.c:3: error: previous declaration of 'display' was here …

Member Avatar for Dave Sinkula
0
130
Member Avatar for prakashjoshi010

Hi, I have global and local variable with same name, and I would like to access global variable. But I am getting this error: "error: syntax error before ':' token" . I have GCC 3.4.6 on CentOS 4.7 #include <stdio.h> int amount=20; int main() { int amount=10; int k = …

Member Avatar for Ancient Dragon
0
91