|
|
|
|
|
|
|
Posted: Fri Oct 02, 2009 5:11 pm
class Intro { public: Intro(); };
Intro::Intro(){ /*Hello World! You've found a piece of data holding information on Damien "Firewall"Wright, member of Team Rocket. A lot of bugs in this database still need to be squashed so hold tight as this bit of code gets ironed out. */ }
1>Compiling... 1>intro.cpp 1>Linking... 1>Embedding manifest... 1>TRHQ- 0 error(s), 0 warning(s) ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 02, 2009 5:13 pm
class Rules{ public: Rules(); void toc(); };
Rules::Rules(){ string R[4]; R[0] = "With exception of staff; please do not post in here without permission." R[1] = "Please do not take the actions or words of my character(s) to heart" R[2] = "If you'd like an rp with one of my characters, feel free to fling a pm!" R[3] = "I know a lot of this code would never compile in actuality... so.. just a little disclaimer on my part; in other words please don't chew me out for poor coding here (I'm really not a good coder anyway XD). I just thought a coding-based layout may be kinda cool. " }
void Rules::toc(){ string ToC[15]; ToC[0] = "Intro" ToC[1] = "Rules" ToC[2] = "Trainer" ToC[3] = "K'arhashan" ToC[4] = "Pokemon 2 " ToC[5] = " Pokemon 3" ToC[6] = " Pokemon 4" ToC[7] = "Pokemon 5 " ToC[8] = "Pokemon 6" ToC[9] = " Reserved" ToC[10] = "Reserved " ToC[11] = "Reserved " ToC[12] = "Reserved" ToC[13] = "Reserved" ToC[14] = "Credits" }
1>Compiling... 1>rules.cpp 1>Linking... 1>Embedding manifest... 1>TRHQ- 0 error(s), 0 warning(s) ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 02, 2009 5:15 pm
class Trainer{ public: Trainer(); int moreInfo(); };
Trainer::Trainer(){
Name//Damien Wright Alias//Firewall Gender//Male Age//25 Rank//Trainee Height//5'11" Weight//130lbs Hair//Black and spiked Eyes//Dark green Appearance/*In terms of build, Firewall is a little more on the slim side of the scale. */ }
int Trainer::moreInfo(){ Personality/* Over all, Damien has a great dislike for idiocy. And in general, he believes the greater majority of humanity to be well.. idiots. His reasoning for joining Team Rocket has to do with the fact that he believes too many idiots have things that they don't deserve and he'd gladly take those things away from them if possible. It can be pretty hard to befriend him, as he can come off quite strongly to others. As for how he feels about Pokemon, he's rather indifferent. He doesn't exactly nurture them, but at the same time he is far from being abusive towards them. */
History/*
*/
Strengths//Programming, relatively loyal to those he manages to befriend, Weaknesses//General distrust of others, overly critical sometimes, really not all that compassionate,
return 0; }
1>Compiling... 1>trainer.cpp 1>Linking... 1>Embedding manifest... 1>TRHQ- 0 error(s), 0 warning(s) ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 02, 2009 5:16 pm
class RpLog{ public: RpLog(); int relations(); };
RpLog::RpLog(){ void NoRpsHere; };
int RpLog::relations(){ void Nobody;
return 0; }
1>Compiling... 1>RpLog.cpp 1>Linking... 1>Embedding manifest... 1>TRHQ- 0 error(s), 0 warning(s) ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 02, 2009 5:20 pm
http://i692.photobucket.com/albums/vv286/T-R-H-Q/Pokemon/bladekuroda1.jpg
--will fix this up at a later time---
1>Compiling... 1>Karhashan.cpp 1>c1xx : fatal error C1083: Cannot open source file: '.pokemon1.cpp': No such file or directory
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 02, 2009 5:24 pm
1>Compiling... 1>pokemon2.cpp 1>c1xx : fatal error C1083: Cannot open source file: '.pokemon2.cpp': No such file or directory
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 02, 2009 5:26 pm
1>Compiling... 1>pokemon3.cpp 1>c1xx : fatal error C1083: Cannot open source file: '.pokemon3.cpp': No such file or directory
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 02, 2009 5:30 pm
1>Compiling... 1>pokemon4.cpp 1>c1xx : fatal error C1083: Cannot open source file: '.pokemon4.cpp': No such file or directory
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 02, 2009 5:31 pm
1>Compiling... 1>pokemon5.cpp 1>c1xx : fatal error C1083: Cannot open source file: '.pokemon5.cpp': No such file or directory
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 02, 2009 5:34 pm
1>Compiling... 1>pokemon6.cpp 1>c1xx : fatal error C1083: Cannot open source file: '.pokemon6.cpp': No such file or directory
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 02, 2009 5:36 pm
1>Compiling... 1>reserved.cpp 1>c1xx : fatal error C1083: Cannot open source file: '.reserved.cpp': No such file or directory
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 02, 2009 5:38 pm
1>Compiling... 1>reserved.cpp 1>c1xx : fatal error C1083: Cannot open source file: '.reserved.cpp': No such file or directory
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 02, 2009 6:25 pm
1>Compiling... 1>reserved.cpp 1>c1xx : fatal error C1083: Cannot open source file: '.reserved.cpp': No such file or directory
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 02, 2009 6:27 pm
1>Compiling... 1>reserved.cpp 1>c1xx : fatal error C1083: Cannot open source file: '.reserved.cpp': No such file or directory
|
 |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Oct 02, 2009 6:44 pm
class Credits{ public: Credits(); };
Credits::Credits(){ /*TRHQ: Dante Sayre, Black Pidgeot, and Illuminous Imp Damien and his pokemon: Blade Kuroda Journal layout: the makers of the C++ language, Microsoft Visual studio, and Blade Kuroda Pokemon as a whole: Game Freak and Nintendo */ };
1>Compiling... 1>credits.cpp 1>Linking... 1>Embedding manifest... 1>TRHQ- 0 error(s), 0 warning(s) ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
|
 |
 |
|
|
|
|
|
|
|
|
 |
|
|