User profile: DesiredNote

User info
User name:DesiredNote
Old user name:xhtmlx
History
Joined:
Number of posts:236
Latest posts:

Changing Variable Value Without Input
What are the types of these two variables: musicindex and musicfileextenstion. If you have a compile...

Changing Variable Value Without Input
The assignment operator (reference below) will do just that! Simply define (or declare) a variable a...

Trouble getting line of file
The 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 ...