Software & Finance





Turbo C - Linker Error: Undefined symbol _initgraph in module





It is quite often that you will see the linker error message when you do compile and link program - Linker Error: Undefined symbol _initgraph in module

It means that you have not enabled the graphics library for linking. By default this setting is OFF when you install Turbo C++ version 3.0.



All you need to do is, from turbo c++ menu, goto Options -> Linker -> Libraries... and check the Graphics Library option