Theres a bug and i need to fix it! error message and '10' function does not work#include <iostream> #include <fstream> #include <iomanip> using namespace std; void five(char ...
2d arraysI think i got it.. thank you keskiverto, youve been much help for me!..i really appreciate it
2d arraysHi guys, this is what i got so far. I am having trouble having the function compare element by eleme...
Need help with 2D arrays[code] #include <iostream> #include <string> #include <cstring> using namespace std; const int COL ...
Need help with 2D arrayschar name[20] = "howard smith"; other than what my book mentions, i dont know how i would come about...