What would be the difference between something like
int func1 = "This is my function"
and
string func = "This is my function" (sorry if syntax is off)
The only thing ive been able to find in research, is that c++ offers a specific header to handle string i/o etc...
thanks