Secondary menu

Skip to primary content
Skip to secondary content
  • Home
  • Contact Us
  • About Us

MyCoding.net

Programming Made Easy!

Main menu

Skip to primary content
Skip to secondary content
  • Site News
  • Java
  • C/C++
  • C#
  • PHP
  • Android
  • How to
  • Miscellaneous

Tag Archives: Decimal

Convert Decimal Number Array to Binary using C++

Posted on February 3, 2012 by Lalit Mali

This program converts all the decimal numbers in an array to binary. To convert a decimal number into binary, we follow the following steps: Divide the decimal number by 2 and note the remainder Divide the Quotient repeatedly by 2 …

[Continue reading]

Posted in C/C++ | Tagged Array, binary, C++, Convert, Decimal | Leave a reply

C program to convert Octal number into Decimal number

Posted on November 15, 2011 by Lalit Mali

Octal to Decimal: How to Convert Octal to decimal conversion is one of the most commonly taught problem solving exercises in computer basics. So is there an octal to decimal formula? Yes, an octal number can be converted to a decimal …

[Continue reading]

Posted in C/C++ | Tagged C++, Convert, Decimal, Octal | Leave a reply

C++ program to to convert Octal number into Decimal number

Posted on February 18, 2011 by Lalit Mali

Octal to Decimal: How to Convert Octal to decimal conversion is one of the most commonly taught problem solving exercises in computer basics. So is there an octal to decimal formula? Yes, an octal number can be converted to a decimal …

[Continue reading]

Posted in C/C++ | Tagged C++, Convert, Decimal, Number, Octal | Leave a reply

C++ program to convert decimal number into binary number

Posted on February 14, 2011 by Vlad

This following program converts a decimal number to a binary number. To convert a decimal number into binary,we follow the following steps: Divide the decimal number by 2 and note the remainder Divide the Quotient repeatedly by 2 and note …

[Continue reading]

Posted in C/C++ | Tagged binary, C++, Convert, Decimal | 22 Replies

Search


Sponsors



Recent Comments

  • larry on Creating simple tables in Java
  • umerali on How To Run a Java Applet using Command Prompt
  • Vlad on Creating simple tables in Java
  • Aitazaz on Creating simple tables in Java
  • Tsakani on Creating simple tables in Java

Recent Posts

  • Netbeans Tutorial – Cookies
  • Code jam “Tic-Tac-Toe-Tomek” solution in java
  • Code jam “Minimum Scalar product” solution in java
  • Code jam Store Credit solution in java
  • Program to find a square of a number without using multiplication or exponential

Join us on Facebook


Popular Posts

  • C++ program to convert decimal number into binary number 42,041 view(s) | by Vlad
  • C++ Program to find the factorial of a number. 34,314 view(s) | by Lalit Mali
  • Login form in Java using JDBC connectivity 28,103 view(s) | by Vlad
  • How to Compile a Java program in Eclipse 21,358 view(s) | by Vlad
  • How To Run a Java Applet using Command Prompt 15,704 view(s) | by Lalit Mali
  • C++ program to find out sum of digits of a number. 14,080 view(s) | by Vlad
  • C++ Program to check if a number is a Prime Number. 11,031 view(s) | by Lalit Mali
  • Caesar Cipher program 10,082 view(s) | by Vlad
  • Applet to make a smiley face 9,773 view(s) | by Vlad
  • Creating simple tables in Java 9,586 view(s) | by Vlad

Recent Comments

  • larry on Creating simple tables in Java
  • umerali on How To Run a Java Applet using Command Prompt
  • Vlad on Creating simple tables in Java
  • Aitazaz on Creating simple tables in Java
  • Tsakani on Creating simple tables in Java
© MyCoding.net
Admired Theme