Ui console advise.

Write your question here.
Hi, I'm trying to explore how to build a ui via a console command, but sadly the concepts I have learnt along the way are not really working for me.(while everything works in the simplest terms)

I'm not up to pointers yet, have been exploring with other ideas, but my vocabulary in c++ is abstract.


Anyways the codes very simple to read, but I keep thinking am I missing something in cpp that I may need to go back and redo. This is just fun, nothing serious.

So any advise would be super great thanks. (no xsl or xml please, well not yet.)

cpp.sh/5e2kq

P,s could you comment ideas or concepts.(not up to classes, or destructors , or constructors. im focusing on a simple example then expanding on it.
Last edited on
What is the goal of your program?

Usually it is easier if you create for each menu entry (except quit) a function. Use a loop around the menu that ends when quit is chosen.
There is no goal, just learning practical concepts along with the architecture.



Hmm interesting will report back.
Last edited on
You can use setpixel from windows.h
Topic archived. No new replies allowed.