1 Attachment(s)
Combining strings for output
OK im reading a book called
C++ Weekend Crash Course
I know in c++ console to combine a string or seperate value's
you use
VB Code:
cout << nVal1 << " Is the same as "<< nVal2
But how do i do this in c++ window? Is it the same?
Also is it possible to make like a dos window? More specifically
is it possible to make a console sort of like a window? ill post a pic in this post to explain.
http://www.vbforums.com/attachment.p...postid=1339506
Thats the EDIT window or program in dos.