+ 2
Can anybody share the code for menu genearation using c++
c++
2 Answers
+ 1
What should your menu be like? Like something we have in Windows Explorer or something more text based?
For a GUI Menu, use SDL/SFML/Qt/OpenGL and for a more text based menu, you can use colors and Unicode characters via WinAPI and wstring.
But yes, whatever you do, don't use the deprecated graphics.h, which you won't be able to find in any modern compiler.