User: Kniggits

  • Public profile

User profile: Kniggits

User info
User name:Kniggits
Name:David Staff
Location:Cranesville
Bio:Working on my degree in Computer Sccience at University of Edinboro. I've had a few roadblocks that I believe people here have answers for.
History
Joined:
Number of posts:10
Latest posts:

Compiling error.
wizard.cpp part 2 [code]int Wizard::CurseImpact() const { int total; if (curse == "crucio" || cur...

Compiling error.
wizard.cpp part 1 [code]#include <iostream> #include <cstdlib> #include <fstream> #include <string>...

Compiling error.
wizard.h [code]#include <string> using namespace std; enum Hogwarts {GRYFFINDOR,SLYTHERIN,RAVENCLA...

Compiling error.
I have a program that I have fully working if I only use 1 .cpp file and .h file together. Proble...

any way to run a while loop after an if statement without using else?
one of the end brackets is commented out. [code]if (statement){ //code} while(statement){ //code }...

This user does not accept Private Messages