0
C++ login form
Does anyone have an idea on how to create a login form with c++?
1 Answer
- 2
Why would you do that ? C++ is console language. If you want to make graphic programs you should consider learning C# ( Windows Form Apps ) or HTML witch makes it really easy to make Login screens.