Good Day! :D GOD IS GOOD :)
Hi Everyone. I have a Question. How to import any img file in turbo c++. It will serve as an image background.
or what syntax will I need to import image file? :) Sir/ ma'am.
If you have some old code that should be modified, then I wish you really good mood -- especially if it is a GUI application with event handlers implemented via virtual methods (incompatibly with any other compiler, if I recall correctly). The C++ language in Turbo C++ is very outdated, and if you are not forced by circumstances, you should throw that compiler away.
Native C++ can't load and display images all by itself. You will need to use a library to do this.
OpenGL is one and if you are a Microsoft fan then look at the facilities offered by the .Net framework. I'm not a fan of managed code so I wouldn't recommend going the .net way
trinitrotoluene
But before you attempt my suggestion do what the 1st 2 experts have recommended
As Sara wrote, you can have a very decent C++ compiler for Windows for free -- Visual Studio 2013 Community edition https://www.visualstudio.com/en-us/news/vs2013-community-vs.aspx