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 #72.9K
1 Posted Topic
Re: Linking problem
i created a simple programe in win32 apllication, but it's giving me a linker error: #include <stdio.h> int main () { int A,B,C; printf("please enter two values"); scanf("%d%d",&A,&B); C=A+B; printf("the sum of %d and %d is %d",A,B,C); return 0; } EROOR: LINK : fatal error LNK1104: cannot open file "Debug/papa.exe" …
The End.
zazacofi