
After a very long break from writing, today I'd like to post something new. Continuing from the last post, this post will about C++ Programming.
Basically we choose menu in console interface using C++ by writing down the number of menu we choose. To make it different, I will show you the source code for using arrow to choose the menu.
Nb: Application I used to programming was CodeBlocks using GCC Compiler.
This is...