how to access certain elements in c++ and store multiple inputsYou 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 inputsFor [code] std::cin [/code] you should use >> instead of <<. Since 'a' is the variable you used to ...
while loopYou don't need any conditions for the "else" statement. It can just be like this: [code] else{ ...
Not Going to a FunctionThere are many ways. My first thought was to pass a variable by reference into function 1. [code...
Converting Binary to Decimal with functionsOh, so there's more than 1 binary in the file, and the file is written like that? You will definit...