User profile: Vandalism

User info
User name:Vandalism
History
Joined:
Number of posts:183
Latest posts:

Accessing private class to public
Thank you, guys. I fixed it [code]#include<iostream> #include<string> using namespace std; class Sh...

Accessing private class to public
Why does line 23 errors? I want to print the string. [code] #include<iostream> using namespac...

Choosing between the two(Binary Tree)
I fixed it! :D [code]#include<iostream> #include<stdio.h> #include<Windows.h> #include<mmsystem.h> #...

Choosing between the two(Binary Tree)
Do i have to create a new function for this?

Choosing between the two(Binary Tree)
[code] cout << ints[0] << ints[1]; cout << "\n[a]Hello [b]How are you?"; cout << "\n You: "; ci...