+ 2
How to add image in background of program
I want to add a image in my c++ program background, how can I do that any help??
9 Antworten
+ 6
Not possible either. Turbo is worse, because it is obsolete and does not support standard C++. What you need is a GUI library for C++.
+ 3
Not possible for console apps in Code Playground.
+ 1
Hatsy Rei what about turbo on windows
+ 1
Hatsy Rei :: what best options do I have??
+ 1
QT is considered to be one of the best apps for Gui although it's quite complicated at first glance
+ 1
The best GUI maker I have worked with was in netbeans java swing gui
+ 1
Literally drag and drop adjust and play with it, later on change its name for example jButton to just btnOK if that button represents OK and later in code write in actionPerformed method what you want to do when this button will be pressed
+ 1
That is Java, for C++ you can try and play with openGL libraries although they are quite hard to get working (at least it was for me to get SFML working in Code::Blocks) but once you got it working you can fiddle around with it, I warn you, there aren't that many tutorials for Gui on Internet, if there are they are old, or not working with today's version of either your IDE or minGW version and if they are and working boi you stumbled upon an gem
+ 1
Matej Hráček thanks for providing me that piece of information..👍👍