c - undefined reference to function declared in *.h file - Stack ...

c - undefined reference to function declared in *.h file - Stack ...

瀏覽:1281
日期:2026-04-22
2011年9月15日 - Try. g++ -Wall -o ex_addinst ex_addinst.c. instead of. g++ -Wall -o ex_addinst ex_addinst.o. You want to compile the .c file, not the .o file....看更多