How we can make a nice table in C++ ? I always use "|" and "___" to manually create a a table, but it often messed up. Please give me some tutorial and if possible table's screenshot. Thank you as always^^.

Recommended Answers

All 2 Replies

It takes some work. C++ ostream manipulators take practice getting used to. GUI custom controls are probably the easiest way to get things neat and tidy, but it takes a fair amount of knowledge in C/C++ to get comfortable using that type of code too.

A good reference book with examples of using the manipulators is the best resource I can think of to help you get it right.

you can try looking at the 'curses' library too...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.