User profile: pushkin

User info
User name:pushkin
History
Joined:
Number of posts:6
Latest posts:

Two-dimensional arrays
@condor Thanks . But it didn't help that much . My code is very much similar to the one you wrote ...

Input two dimensional array
HI. I want to input the elements of a two dimensional array in the same line . so while giving inp...

Two-dimensional arrays
Yes, thanks. but how do i take input for only the first row and check something and then go to the ...

Tic-tac-toe
#include <iostream> #include <string> #include <math.h> #include <cctype> #include <stdlib.h> using ...

Two-dimensional arrays
Hi. so i have a two dimensional array , who's parameters are decided by the user . Hence i cannot in...