View Single Post
Old 06-12-2002, 10:00 AM   #7 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,726
redhead is on a distinguished road
Quote:
Originally posted by mmilano
redhead: you are funnee
Actualy, first I wanted to make a string overloading and a cout overloading, so it would be something like:
Code:
int main(){
world hello;
String world = hello;
cout << world;
return 0;
}
Given the cout would allways print "hello" and the world class would allways hold "world" as a string.

But I thought it was too much for a beginner class
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote