hi everyone, im new into c++ alot of programmers use c++ to make game hacks but they are making it in a gui not console
i wanna know the ways of creating a gui in c++
i wanna know the ways of creating a gui in c++
thanks for your replyQuote:
C++' standard template library itself does not offer GUI classes. Depending on your platform, you might use the functions of the [Only registered and activated users can see links. Click Here To Register...] or [Only registered and activated users can see links. Click Here To Register...].
But I would recommend C++ [Only registered and activated users can see links. Click Here To Register...] or [Only registered and activated users can see links. Click Here To Register...] which is both cross platform.
alright thanks for your help :)Quote:
Everything can be "decompiled" in code. See [Only registered and activated users can see links. Click Here To Register...]
But in low level languages such as C/C++ it is not as easy as in Java/C#.
Don't worry about decompiling.
When you want GUI stuff, use one of them above. Or use high level languages e.g.