It is currently Sat Aug 09, 2025 11:28 pm

All times are UTC - 5 hours



Forum rules


1.) No trolling. If you cant have fun without being a jerk to others, find some other forum to QQ
2.) No inappropriate/vulgar/sexually explicit posting. Staff reserves the right to deem anything they see fit as inappropriate.
3.) Have fun and don't post anything not geared at having fun!
4.) Please respect staff members and their decisions at all times. If you cannot accept a staff or moderator decision, please appeal to admin Seth.



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 19 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: Jakes new C++ problem
PostPosted: Wed Jan 11, 2012 8:16 pm 
Lieutenant Major
Lieutenant Major
 Profile

Joined: Mon Feb 14, 2011 3:24 pm
Posts: 2325
Location: no location for you
Gender: female
LainRAWR wrote:
sure pm me ur skype. Om fluent in it and other languages.

OmegaXII wrote:
i got a question what is C++? (yes i have no idea)


its a programing language:P

that doesnt help me much lol give me more of a description

_________________
Image
Image
PSN: aLpHaOmEgAXII


Top
 

 Post subject: Re: Jakes new C++ problem
PostPosted: Wed Jan 11, 2012 8:20 pm 
Sergeant
Sergeant
User avatar
 Profile

Joined: Tue Nov 30, 2010 10:37 pm
Posts: 113
OmegaXII wrote:
LainRAWR wrote:
sure pm me ur skype. Om fluent in it and other languages.

OmegaXII wrote:
i got a question what is C++? (yes i have no idea)


its a programing language:P

that doesnt help me much lol give me more of a description


what kind of description do you want...? Its faster than Java? ummm... you have to allocate your own memory? idn how to describe a programing language lol.

_________________
Highest Rank: Rank 1
Curent # of achivments: 34
Most relics held at one time: All 10.
Favorite allience to have won with: MGH
~Lain, fear the RAWR!


Top
 

 Post subject: Re: Jakes new C++ problem
PostPosted: Wed Jan 11, 2012 8:23 pm 
Lieutenant Major
Lieutenant Major
 Profile

Joined: Mon Feb 14, 2011 3:24 pm
Posts: 2325
Location: no location for you
Gender: female
lol your of no help. to google!

_________________
Image
Image
PSN: aLpHaOmEgAXII


Top
 

 Post subject: Re: Jakes new C++ problem
PostPosted: Wed Jan 11, 2012 8:27 pm 
Sergeant
Sergeant
User avatar
 Profile

Joined: Tue Nov 30, 2010 10:37 pm
Posts: 113
OmegaXII wrote:
lol your of no help. to google!


tell me what you find... lol

_________________
Highest Rank: Rank 1
Curent # of achivments: 34
Most relics held at one time: All 10.
Favorite allience to have won with: MGH
~Lain, fear the RAWR!


Top
 

 Post subject: Re: Jakes new C++ problem
PostPosted: Wed Jan 11, 2012 8:29 pm 
Lieutenant Major
Lieutenant Major
 Profile

Joined: Mon Feb 14, 2011 3:24 pm
Posts: 2325
Location: no location for you
Gender: female
it doesnt tell me much more then what you did lol google is no help either

_________________
Image
Image
PSN: aLpHaOmEgAXII


Top
 

 Post subject: Re: Jakes new C++ problem
PostPosted: Wed Jan 11, 2012 8:31 pm 
Major
Major
User avatar
 Profile

Joined: Sat Dec 19, 2009 7:48 pm
Posts: 2691
Gender: male
c++ is something like this:


Spoiler:
#include <iostream>
#include <cmath>

using namespace std;
int main ()
{
int endgame =+ 1;
cout << "Whats your name?" << endl;
char name;
cin >> name;
cout << "I will call you " << name << endl;
cout << name << ": what is this all about?" << endl;
cout << "This is about whatever you want it to be about, you are the creator" << endl << name << ": what???" << endl;
system ("pause");
cout << "New mission Enter 1 to continue" << endl;
int answer;
cin >> answer;

if (answer == 1)
{
cout << "What is the password?" << endl;
cout << "Hint : what do I call you?" << endl;
char answera ;
cin >> answera;
if (answera == name)
{
cout << "Good..." << endl;
}
else
{
cout << "You are not the creator, my mistake." << endl;
system ("pause");
return 0;
}
cout << "When you, the creator created this program, you wanted it to be like a RPG, so you are level one, I will now display your stats." << endl;
int level;
int hp;
int mp;
int dam;
level =+ 1;
hp =+ 100;
mp =+ 100;
dam =+ 5;
cout << "HP: " << hp << endl;
cout << "MP: " << mp << endl;
cout << "Level: " << level << endl;
cout << " You are a newb to this world." << endl;
system ("pause") ;
cout << name << ": Great, so how do I start?" << endl;
cout << "Start by making a monster, what will its name be?" << endl;
char monstername;
cin >> monstername;
cout << "We only use one letter names, so his/her name will be:" << monstername << endl;
cout << "What will " << monstername << "'s stats be?" << endl;
cout << "follow this order, HP " << endl << "MP" << endl << "Damage" << endl;
int mhp;
int mmp;
int mdmg;
cin >> mhp;
cin >> mmp;
cin >> mdmg;
cout << "Okay so the monsters stats are:" << endl << mhp << endl << mmp << endl << mdmg << endl;
cout << "Now fight him." << endl;
cout << name << ": ...*CENSORED*" << endl;

cout << "Attack? (1=yes 2=no)" << endl;
char attack;
cin >> attack;
if (attack == 1)
{
while (attack == 1 && endgame == 1)
{


cout << "You attack!" << endl;
hp -= mdmg;
mhp -= dam;
cout << "Hp:" << endl << hp << endl << mhp << endl;
cout << "Attack?" << endl;
cin >> attack;

if (hp == 0)
{
endgame =- 1;
}



}
cout << "You died" << endl;
}

}
system ("pause");
return 0;
}



A programming language, is basically writing something that would work in the backround of whatever process you have initiated, >.>

_________________
Image

Image


Top
 

 Post subject: Re: Jakes new C++ problem
PostPosted: Wed Jan 11, 2012 8:32 pm 
Lieutenant Major
Lieutenant Major
 Profile

Joined: Mon Feb 14, 2011 3:24 pm
Posts: 2325
Location: no location for you
Gender: female
well how the heck do you know what your doing? it just looks like a bunch of letters and stuff to me :?

_________________
Image
Image
PSN: aLpHaOmEgAXII


Top
 

 Post subject: Re: Jakes new C++ problem
PostPosted: Wed Jan 11, 2012 8:35 pm 
Major
Major
User avatar
 Profile

Joined: Sat Dec 19, 2009 7:48 pm
Posts: 2691
Gender: male
OmegaXII wrote:
well how the heck do you know what your doing? it just looks like a bunch of letters and stuff to me :?


memory xD

its like learning spanish...

_________________
Image

Image


Top
 

 Post subject: Re: Jakes new C++ problem
PostPosted: Wed Jan 11, 2012 10:18 pm 
Sergeant
Sergeant
User avatar
 Profile

Joined: Tue Nov 30, 2010 10:37 pm
Posts: 113
OmegaXII wrote:
well how the heck do you know what your doing? it just looks like a bunch of letters and stuff to me :?


lol... its funny how little people know about computers:P programing languages are the building blocks for like everything you do:)

_________________
Highest Rank: Rank 1
Curent # of achivments: 34
Most relics held at one time: All 10.
Favorite allience to have won with: MGH
~Lain, fear the RAWR!


Top
 

Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 19 posts ]  Go to page Previous  1, 2

All times are UTC - 5 hours



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group  
Copyright Tacticsoft Ltd. 2008   
Updated By phpBBservice.nl