Forum: C++ Feb 26th, 2007 |
| Replies: 5 Views: 943 Ok sorry I figured it out. I had to put #include <fstream> and using namespace std; in my header file and now it works fine. And I did what you said about putting all the files in a project. So sorry... |
Forum: C++ Feb 26th, 2007 |
| Replies: 5 Views: 943 |
Forum: C++ Feb 26th, 2007 |
| Replies: 5 Views: 943 I'm trying to compile my program using library functions I created. I can't figure out how to get it to work. I'm going to attach my files so if someone could help me that would be great |
Forum: C++ Feb 15th, 2007 |
| Replies: 5 Views: 1,178 Okay I think I've got it working now. Thank you for your help. |
Forum: C++ Feb 15th, 2007 |
| Replies: 5 Views: 1,178 Ok, I'm writing code for Tic-tac-toe game and I'm almost done I just can't get it to stop when Player 2 wins. It works fine when Player 1 wins or if there is a tie. I know it's short notice, but can... |