Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
~517 People Reached
Favorite Forums
Favorite Tags
c++ x 7
Member Avatar for Programmer88

I am very new to C++ and I want to make a program that converts a binary number (up to seven digets) into a decimal value. Anyone know how I can do this?

Member Avatar for pampres
-2
194
Member Avatar for Programmer88

Is there a way to lable a section of code so if a choice is entered it will take the program to a certain peice of code?

Member Avatar for Coconut Monkey
0
152
Member Avatar for Programmer88

Ok, i know my program is probably all done incorrectly and thier are probably eaiser ways but, it works for me so.. I have an error and i cant find out what it is. Can anyone tell me? [CODE]//Game Project 1 #include <iostream.h> #include <conio.h> #include <iomanip.h> #include <stdlib.h> main() …

Member Avatar for Programmer88
0
171