I am looking for a library similar to prettytable but in C++
http://code.google.com/p/prettytable/
I know how to generate one myself using either printf or i
To my knowledge, you have three major options here :
printf style formatters with streams.I'm not aware of any library which could help you in the "table design" more than this.