i have do my little program but when i compile this program dev show me this error:
C:\Users\davide\Desktop\calcolatrice e molto altro\calcolatrice.o calcolatrice.c:(.text+0x69d): undefined reference to `pritf'
and
C:\Users\davide\Desktop\calcolatrice e molto altro\collect2.exe [Error] ld returned 1 exit status
what can i do?
I am quite shure you wrote "pritf" instead of "printf" somewhere in your
programm!
Am 27.09.2013 17:03, schrieb davide:
i have do my little program but when i compile this program dev show
me this error:
C:\Users\davide\Desktop\calcolatrice e molto altro\calcolatrice.o
calcolatrice.c:(.text+0x69d): undefined reference to `pritf'
and
C:\Users\davide\Desktop\calcolatrice e molto altro\collect2.exe [Error] ld returned 1 exit status
what can i do?
i have do my little program but when i compile this program dev show me this error:
C:\Users\davide\Desktop\calcolatrice e molto altro\calcolatrice.o calcolatrice.c:(.text+0x69d): undefined reference to `pritf'
and
C:\Users\davide\Desktop\calcolatrice e molto altro\collect2.exe [Error] ld returned 1 exit status
what can i do?
Last edit: davide 2013-09-27
I am quite shure you wrote "pritf" instead of "printf" somewhere in your
programm!
Am 27.09.2013 17:03, schrieb davide: