5751100 [rkeene@sledge /home/rkeene/personal/school/comp-sci-ii/bogard]$ cat -n test3.cpp
 1 #include <string>
 2 #include <iostream>
 3 #include <strstream>
 4 using namespace std;
 5 
 6 int main(void) {
 7     string bobstring;
 8     strstream bs;
 9     bs << 1.1;
10     bs >> bobstring;
11     cout << bobstring << "\n";
12     return(0);
13 }
14     
5751101 [rkeene@sledge /home/rkeene/personal/school/comp-sci-ii/bogard]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2002-10-01 18:06:51