Welcome to Dream.In.Code
Click Here
Getting C++ Help is Easy!

Join 117,281 C++ Programmers for FREE! Ask your question and get quick answers from experts. There are 2,114 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



c++ binary to decimal

 
Reply to this topicStart new topic

c++ binary to decimal, binary to decimal

junjun_pg
post 18 Jul, 2008 - 01:24 AM
Post #1


New D.I.C Head

*
Joined: 18 Jul, 2008
Posts: 1

i want to know the codes of c++ binary to decimal
User is offlineProfile CardPM

Go to the top of the page


gabehabe
post 18 Jul, 2008 - 02:53 AM
Post #2


T3H R0XX0R!

Group Icon
Joined: 6 Feb, 2008
Posts: 3,327



Thanked 67 times

Dream Kudos: 2100

Expert In: (X)HTML, CSS, Batch Scripting, C, C++

My Contributions


*sigh*

Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.

Please post like this:

Thank you for helping us helping you.
User is offlineProfile CardPM

Go to the top of the page

F!st!cuffs
post 18 Jul, 2008 - 12:58 PM
Post #3


New D.I.C Head

*
Joined: 15 Jul, 2008
Posts: 40



Thanked 1 times
My Contributions


QUOTE(junjun_pg @ 18 Jul, 2008 - 01:24 AM) *

i want to know the codes of c++ binary to decimal



cpp


int main()
{
bin binaryNum = 01101001;
dec decimalNum = binToDec( binaryNum );

return 0;
}


Try that and if it doesn't work go to google and do a search for how to convert binary to decimal.

QUOTE(gabehabe @ 18 Jul, 2008 - 02:53 AM) *

*sigh*
User is offlineProfile CardPM

Go to the top of the page

Reply to this topicStart new topic
Time is now: 10/6/08 10:45PM

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month