User profile: howards213

User info
User name:howards213
Name:howard
History
Joined:
Number of posts:7
Latest posts:

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 arrays
I think i got it.. thank you keskiverto, youve been much help for me!..i really appreciate it

2d arrays
Hi 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 arrays
char name[20] = "howard smith"; other than what my book mentions, i dont know how i would come about...