Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

just starting c++


ghost's Avatar
0 0

Im just starting to learn c++ and im trying to make a very simple html editor…i want to make a menu where you can simply click on the tag and its inserted but how would i do this? thanks for helping ^^


ghost's Avatar
0 0

First thing to say, lol.

Secondly, you'll probably want to store the tags in a multidimensional array, and to append > at the end of them.

Other than that, just use simple on click events. It's not much different than using copy and paste via the mouse.


ghost's Avatar
0 0

just a question, what C++ version are u using ?