Hi,
I've made a program that uses the string class, it works as intended except that part of the work that I've been set is to test the program in Linux. Unfortunately when I compile it in Linux it gets a whole load of errors, I have been told that this is because Linux doesn't support this string class and that I should use char arrays instead. Is this correct, and is there any way around it? I'm using functions from the string class so I'd rather not have to rewrite every time I use a string. Thanks in advance.