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
get information from listboxes(need help
get information from listboxes(need help)
Nov 17, 2011 at 6:24am UTC
shirmohammadi
(6)
hi
I have a list box that it has a text in itself and I need to get every letter in one
arrey for example c[100] .
for example:
the text is:
hellow world --------> c[0]=h
c[1]=e
c[2]=l
c[3]=l
c[4]=o
c[5]=w
... .
Nov 17, 2011 at 5:33pm UTC
bluecoder
(763)
are you doing it in simple C++ or are you using VC++ for coding as you mentioned list box .
Topic archived. No new replies allowed.