| [SOLVED] hELP ME (C++!!), PROGRAM INSIDE!!? #include<iostream>
int main()
using namespace std;
{
int x=12;
cout<<hex<<x;
return 0;
}
__________________________________
The result is "C", but i need it to display "00000C", i thought of doing it with IF statements and other variables, but that would slow down the program... |