Ask your own question, for FREE!
Computer Science 8 Online
OpenStudy (anonymous):

Everyone help me. i need program with output of binary convert to decimal. Program goes like this: when the users enter binary then the answer is decimal. And this program use C++

OpenStudy (anonymous):

Everyone help me. i need program with output of binary convert to decimal. Program goes like this: when the users enter binary then the answer is decimal. And this program use C++

OpenStudy (anonymous):

#include <iostream> using namespace std; int binToDec(){ // http://www.codeguru.com/forum/showthread.php?t=372718 return decValue; } int main(){ int binValue; cout << "Input binary value" << endl; cin >> binValue; cout << endl << binValue.binToDec() << endl; return 0; }

OpenStudy (shadowfiend):

Don't forget to give people a medal when they help you!

OpenStudy (anonymous):

thankyou

OpenStudy (shadowfiend):

You're welcome! :)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!