So I\'m trying to figure this out with a simple program:
#include #include #include int main() { char a[]=
You could use an array of strings:
std::string test[20];
And avoid using #include ; use just #include .
#include