Re: 2 String Example In C++
ok. So I see you've "mastered" the basics. Let's see something kick ass from you next!
Re: 2 String Example In C++
What do you have in mind, I'm think about learnin 2D arrays an some other array stuff next
Re: 2 String Example In C++
Quote:
Originally Posted by
Bl4Ck.KiD...
What do you have in mind, I'm think about learnin 2D arrays an some other array stuff next
Let's see you dick around with matrices
Re: 2 String Example In C++
Quote:
Originally Posted by
B1G_BR0TH3R
Let's see you dick around with matrices
ok ill read up on it
Re: 2 String Example In C++
Is not needed.
"std::" is also unnecessary because you declared the namespace to std. You only need to use the std class from the #include <iostream> when you don't have
Code:
using namespace std;