Forum: C++ Jul 29th, 2008 |
| Replies: 17 Views: 1,153 I think I fixed everything now the program end abruptly after the second menu. I've tried a number of things, couldn't get it , I'm not giving up just looking for a slap in the face and a pointer in... |
Forum: C++ Jul 29th, 2008 |
| Replies: 17 Views: 1,153 I'm getting this error, tried a few different things and keep getting getting compile errors.
232 H:\project2_1.cpp new declaration `int fileHighScore(int&, std::string)'
17 H:\project2_1.cpp... |
Forum: C++ Jul 29th, 2008 |
| Replies: 17 Views: 1,153 I fixed the functions calls
ok what needs to be returned in filehighscore function.
#include<iostream>
#include<ctime>
#include<fstream>
#include<string> |
Forum: C++ Jul 28th, 2008 |
| Replies: 17 Views: 1,153 I'm lost / stuck !!
What am I doing wrong in the function calls? The program compiles but does not run, it's like main just gets run through and ends.
Where / how should I use structs, maybe... |
Forum: C++ Jul 23rd, 2008 |
| Replies: 17 Views: 1,153 does indentation really matter in C++, I know it matters in other languages? |
Forum: C++ Jul 21st, 2008 |
| Replies: 17 Views: 1,153 I have time to complete this, I have to add 2 void functions, 2 value returning functions, 1 structure and on array. I just need some ideas on where to start, what should I convert to functions,... |
Forum: C++ Jun 26th, 2008 |
| Replies: 6 Views: 967 Thanks for all your help, your advise has been very insightful and thanks for explaining things as you helped me out. I have problems with loops and (coming up next in class) functions! |
Forum: C++ Jun 25th, 2008 |
| Replies: 6 Views: 967 wow, duh I fixed that, stupid mistake with the weapChoice = magic. Now it seems to be working right, Thank You. I love Daniweb, what a resource for the coding illiterate!!
One more small problem ... |
Forum: C++ Jun 24th, 2008 |
| Replies: 6 Views: 967 ok, thank you, I fixed that but now I can't get out of the weapons do while loop to read and write the file and end the game, once I have that I think I'll be set to tweak it as neccesary and mess... |
Forum: C++ Jun 24th, 2008 |
| Replies: 6 Views: 967 I am a C++ beginner and I am stuck. I can't get the random number generators to run properly, specifically the random number generators are all coming up with 1 . The point system is not running... |