+ 1
How to make a data table in c ++
Hello I am new studying programming and I would like you to help me make a data table. Thank you very much
3 Answers
+ 2
I have information that I want to organize in a table using the console
+ 1
What do you mean by data table .
Are u asking for database or simply make a table .
If u want to make table u van use manipulators or you can do it via cout do formatting or you can use string literal like this
cout<<R"( __________|___________|)";
+ 1
Jay Matthews yes sir may be he expecting same but his question is not clear he need to give more description with examples