C++ Codes
Algorithms
Algorithm Analysis in C++
Beginners
Code Snippets
Graphics
Data Structures
File Manipulation
Games
Mathematics
Miscellaneous
Visual C++ Library
C++ > Code Snippets sample source codes
Octal, hex and decimal conversion example 2
Octal, hex and decimal conversion example 2 #include <iostream.h> int main() { cout<<"The decimal value of 15 is "<<15<<endl; cout<<"The octal value of 15 is "<<oct<<15<<endl; cout<<"The hex value of 15 is "<<hex<<15<<endl; return 0; }
Privacy Policy
|
Link to Us
|
Links