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
Push String in Stack?
Push String in Stack?
Oct 8, 2010 at 9:56am UTC
Muddasar
(2)
I want to push strings in stack indexes like
2."where"
1."are"
0."you"
how can i do this kindly tell me
Oct 8, 2010 at 10:01am UTC
Muddasar
(2)
I am using simple C++ so the code should be in C++.
Oct 8, 2010 at 3:24pm UTC
Albatross
(4553)
http://cplusplus.com/reference/stl/stack/
Does this help?
-Albatross
Topic archived. No new replies allowed.