cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Error: array used as initializer
Error: array used as initializer
Aug 1, 2011 at 2:23am UTC
treepig
(11)
nope it should've have been strcpy
Last edited on
Aug 1, 2011 at 2:45am UTC
Aug 1, 2011 at 2:32am UTC
Hethrir
(14)
TicTacToe() : board(
"123456789"
) {};
char
board[10];
Clash
Last edited on
Aug 1, 2011 at 2:32am UTC
Topic archived. No new replies allowed.