wrote a program in borland C++ ,which include graphics too and now i an try to run that program in VC++ 6 but it is giving me error that it cant find graphics.h
can u plz tell me what chages i should make in BC program to run in VC
If I understand this correctly you have a program compiled in Borland C and when compiled in Microsoft C gives an error of graphics.h not found. It may be a simple matter of instructing the linker where additional graphics library are located. Header files sometimes pull in other header files without us knowing it and we have to adjust our linking to correct libs.