User profile: bingo1

User info
User name:bingo1
History
Joined:
Number of posts:31
Latest posts:

how to access certain elements in c++ and store multiple inputs
You can use it only for the favorite_singer input. The other inputs don't have to change. In the ex...

how to access certain elements in c++ and store multiple inputs
For [code] std::cin [/code] you should use >> instead of <<. Since 'a' is the variable you used to ...

while loop
You don't need any conditions for the "else" statement. It can just be like this: [code] else{ ...

Not Going to a Function
There are many ways. My first thought was to pass a variable by reference into function 1. [code...

Converting Binary to Decimal with functions
Oh, so there's more than 1 binary in the file, and the file is written like that? You will definit...