Changing Variable Value Without InputWhat are the types of these two variables: musicindex and musicfileextenstion. If you have a compile...
Changing Variable Value Without InputThe assignment operator (reference below) will do just that! Simply define (or declare) a variable a...
Trouble getting line of fileThe file stream can not read anything from the file because it has yet to receive the name of the fi...
first time using c++You could use a loop to accomplish this. The code was altered, so I will explain what is changed in ...
Please help, returning a value[quote] Still the same. Let's say I type: ap: 1 ag: 6 b: 0 A value should be 1, 2, 3, 4, 5, 6. It's ...