+ 1
How to convert octal numbers to decimal in c++?
1 Answer
+ 2
c++ will convert it automatically.
int myints = 0123; // octal number
cout << "As a decimal " << myints<< endl;
cout << oct << "As an Octal " << myints;
Hot today
I have made a calculator in which my % (Percentage) not work correctly for 100%50 or 100%20.
0 Votes
Тренажер кода
0 Votes
Python palindrome challenge.
1 Votes
Java
0 Votes