We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hey i am doing my final year project and i m trying to compile a program.but i have this error msg which says unresolved external symbol and i think its because the compiler cannot understand this symbols
show_msg _str_chk
does anyone have a solution
The compiler(and assembler,linker,etc.)is just a tool.It can only understand what you have told to it.If it said something unresolved external symbol,it is only because that you havn't given any clue so that the compiler complained about it.