My program refuses to pass array. Where am I going wrong?Scrap that, problem solved... Not sure if my original thing worked but changed some stuff around and...
My program refuses to pass array. Where am I going wrong?Ok so what your are telling me to do works on its own so why is it not working in the program? Where...
My program refuses to pass array. Where am I going wrong?Made them changes: [code] int main() { int const size=15; char ChatIn[SAmount][SLength]; strin...
My program refuses to pass array. Where am I going wrong?I tried that but it made no difference, still gave the same response.
My program refuses to pass array. Where am I going wrong?Here is the full code: [code] #include<iostream> #include<fstream> #include<string> #include<sstream...
This user does not accept Private Messages