Thread
:
Archived - A thread about nothing....
View Single Post
05-06-07, 03:40 AM
#
3497
(
permalink
)
Duwenbasden
Guest
Posts: n/a
void foo (){
string bar = null;
cout << "This post got " << bar << endl;
}
Duwenbasden