dec2hex.cxx

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

Generated on Mon Feb 6 14:01:19 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6