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
Translating pseudocode
Translating pseudocode
Nov 23, 2017 at 9:23pm UTC
zzQwerty
(11)
I need help in translating a pseudocode. It is very simple but can't seem to wrap my mind into it.
pseudocode
1
2
3
4
for
string1 in stringVector1
for
string2 in stringVector2
it tells me I need a begin but I'm not sure how it works
Last edited on
Nov 23, 2017 at 10:40pm UTC
Nov 23, 2017 at 11:30pm UTC
keskiverto
(10399)
http://en.cppreference.com/w/cpp/language/range-for
Topic archived. No new replies allowed.