Thread
:
multiple values for one char
View Single Post
Apr 30th, 2008, 4:22 PM
#
6
ChevyCowboy15
Newbie
Join Date: Nov 2007
Location: Central USA
Posts: 19
Rep Power:
0
Re: multiple values for one char
i just read up on the string and i get that now but the only thing that i dont get is
c++ Syntax
(
Toggle Plain Text
)
for
(
int
i =
0
; i <
2
; i++
)
for(int i = 0; i < 2; i++)
Thanks for helping!!
ChevyCowboy15
View Public Profile
Find More Posts by ChevyCowboy15