Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

hex2dec.cxx

00001 #include <iostream>
00002 
00003 int main(){
00004    using namespace std;
00005    while (cin.good()){
00006        int i;
00007        cin >> hex >> i;
00008        if (cin.good()) cout << dec << i << endl;
00009    }
00010 }

Generated on Thu Dec 22 20:17:02 2005 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5