User profile: supcello

User info
User name:supcello
History
Joined:
Number of posts:10
Latest posts:

switch statements
[code]#include <iostream> using namespace std; void rows(); void convert(); int main() { int opti...

switch statements
I figured out, why iit wasn't calling rows. Thanks.

switch statements
Does int main need to call rows? I thought it was 'prepped' for rows and then it could be called whe...

switch statements
LIttle confused, could you explain more? Line 19 doesn't call rows because why?

switch statements
By the way, thanks!