C++ HelloWorld with headerAhhh, thank you guys! Got everything working.
C++ HelloWorld with header[code]// hw1.h #ifndef hw1_h #define hw1_h #include <string> class Stringer{ public: Stringer...
C++ HelloWorld with headerI get compile time errors on lines 24 & 35: [quote]void Stringer::setHelloWorld(<error-type> inVal) ...
C++ HelloWorld with headerI used basically the same code my professor was using in class and a lot of the errors don't make se...
C++ HelloWorld with headerI fixed line 13, put returntypes in front of member functions, and I did have using namespace std ri...
This user does not accept Private Messages