User: psychoticbear

  • Public profile

User profile: psychoticbear

User info
User name:psychoticbear
History
Joined:
Number of posts:29
Latest posts:

do-while loop help
Looks like you only declared ans within the loop, not within the main.. Try moving it to the main, s...

Shuffle function not working
Can anyone help me figure out what's wrong with my shuffle function? It shuffles some songs, yet ...

How do I get random swapping in arrays?
I'm trying to figure out how to randomly swap different elements in an array of structures, but I'm ...

Header, Driver, and .cpp files running together
That's actually what I ended up doing and it fixed my problems. Thanks for the feedback!

Header, Driver, and .cpp files running together
Nevermind, I fixed that too. Instead of s.title, s.artist, and s.size, I used songs[i].title, etc.

This user does not accept Private Messages