Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

question

Name: Anonymous 2011-11-28 13:37

#include <iostream>
 using namespace std;
 int main()
 { 
    cout << "Calculator" << endl;
    cin >> "Dec: " >> dec >> 255 >> endl;   
    cout << "Bin: " << bin << 255 << endl;  
    cout << "Hex: " << hex << 255 << endl;
    cout << "Oct: " << oct << 255 << endl;
 }

what is wrong with this code

Name: Anonymous 2011-11-28 14:57

>>2

>bitching about C++
>on a programming board
>with regards to a newbie question

Oh, stop being a fag.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List