Forum: C++ Jun 27th, 2005 |
| Replies: 5 Views: 2,046 Okay... for some reason I had forgotten to add the files to the project, but I also thought I didnt have to since I "#included """ them :-|
Oh well I appreciate the help you offered.
JS |
Forum: C++ Jun 27th, 2005 |
| Replies: 5 Views: 2,046 I appreciate both of your responses. Below is the code I came up with to test it... it actually tries a bit of what you both said.
#include <cstdlib>
#include <iostream>
#include <string>... |
Forum: C++ Jun 27th, 2005 |
| Replies: 5 Views: 2,046 Okay I use Dev-C++ as my IDE. I have never linked my own files. I am pretty much a noob on C++, but not to programming in general.
My issue that I have been almost pulling my hair out with is... |