Search found 6 matches
- Sat Sep 25, 2010 11:43 pm
- Forum: Tutorials
- Topic: c++ item tutorial
- Replies: 7
- Views: 4562
Re: c++ item tutorial
instead of just writing code, can you explain it so i actually know how to use it. thanks 
- Sat Nov 07, 2009 3:18 am
- Forum: Advanced Help and Support
- Topic: C++ map
- Replies: 4
- Views: 1977
Re: C++ map
Thanks for the help cant wait for the moving thats what i really need so that i can make my text based rpg a little more fun and entertaining. 
- Thu Nov 05, 2009 12:08 am
- Forum: Advanced Help and Support
- Topic: C++ map
- Replies: 4
- Views: 1977
Re: C++ map
Yeah it is a text based console application you cant really see the map because it got screwed up somehow but ok ill try to do that. thx =]
- Wed Nov 04, 2009 11:10 pm
- Forum: Advanced Help and Support
- Topic: C++ map
- Replies: 4
- Views: 1977
C++ map
Hello i was wonder how to make a map for my rpg that im going to code in c++ as in a map i want an environment that you can move a character like a "o" but the map should look something like ********************************************** * !!!!!!! !!!!!!!! * * !! !! [------] * * ^^^ [ ] * ...
- Sat Oct 17, 2009 7:23 pm
- Forum: Advanced Help and Support
- Topic: C++ question plz help
- Replies: 4
- Views: 1826
Re: C++ question plz help
Thank you i didn't see that.
- Sat Oct 17, 2009 1:00 am
- Forum: Advanced Help and Support
- Topic: C++ question plz help
- Replies: 4
- Views: 1826
C++ question plz help
Hello i was wonder how you can change a string name cause when i try to do #include <iostream> #include <windows.h> #include <string> using namespace std; int main () { char *line = "short line for testing"; sting s1; s1 = "Name"; cout << "Hello what is your name?\n"; c...