cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
String array
String array
Oct 27, 2012 at 7:20pm UTC
BandK
(54)
I have 2d string array named X[5][5].
If i put in X[2][3] text how to check that in X[2][3] is text...
example... if(in X[2][3] is text){
}
Oct 27, 2012 at 7:36pm UTC
Joseph544310
(28)
If(X[2][3]=='text') ..........
Topic archived. No new replies allowed.