User: Wolffe

  • Public profile

User profile: Wolffe

User info
User name:Wolffe
History
Joined:
Number of posts:4
Latest posts:

Program Help
Yeah, basically above where you have written [code]using namespace std [/code]write [code]#include <...

Remove excess user input
Can't you just add an if statement and another variable before you input to index?. For example: [c...

Include sound into the executable
OK, so I have inserted a sound into my console program using PlaySound("pathhere.wav", NULL, SND_FI...

c++ calculator programme
You need to break your cases, otherwise it will continue. For example: switch (choice) case 1: cout...

This user does not accept Private Messages