Forum: C++ Apr 7th, 2004 |
| Replies: 21 Views: 43,951 I just wrote a small game in C++. I also have the source code to a few RPG games. It actually isn't that hard to make a console RPG. And as BountyX said, funny you should ask if games could be made... |
Forum: C++ Apr 6th, 2004 |
| Replies: 21 Views: 43,951 Of course it is possible. I've been thinking about making a command-line (text) based RPG with C++. What you could do is say, create some bad guys, create a menu of what the user can do to them,... |
Forum: C++ Apr 6th, 2004 |
| Replies: 7 Views: 4,576 <string.h> is the original C string header file. But as you are programming this in C++ you want to use <string>.
As for utility, that's a custom header file (that I'm assuming you wrote?) and... |
Forum: C Apr 2nd, 2004 |
| Replies: 6 Views: 4,051 That won't neccesarily work. You're going to need to make a loop and a lot more code to actually search a string. If you are talking about big strings you might want to search for a substring with... |
Forum: C Apr 1st, 2004 |
| Replies: 6 Views: 4,051 I'm not quite sure about what you mean. What exactly do you want to output? |