Everything posted by Vulxai
-
Requesting a pixel sig
Probably around your size, and it doesn't have to be wearing lunar, I've kind of changed my mind on that one... Maybe black mystic?
-
Duradel or Chaeldar?
Switch between the two, do a few for Duradel and a few from Chaeldar, see which ones you like the best.
-
39-53 thieving
I just did sorceresses garden to 53.
-
Where to train other than slayer?
I want 80's across the board, and I don't want to train slayer, any other spots?
-
Youtube related thing
They give you an Embed code, that's what you use.
-
when u range with defence?
Well 50% still goes to range, the other 50% goes to hp and defence.
-
C++ code help
Oooh, << instead of ;...that worked! Thanks!
-
how should i get this 99 skill?
You mean a ring of forging?
-
help with pictures.
What do you mean? Which part are you stuck on? Once you have the image on the computer (if it's on the screen, print screen it, paste into paint, crop it and save), upload it into an image hosting site like photobucket and use the one that has the at the beginning.
-
C++ code help
Already tried that, gave me: error C2146: syntax error : missing ';' before identifier 'middleName' error C2296: '<<' : illegal, left operand has type 'char[20]' error C2296: '<<' : illegal, left operand has type 'char[20]' error C2297: '<<' : illegal, right operand has type 'const char [2]' error C2297: '<<' : illegal, right operand has type 'const char [2]' error C2110: '+' : cannot add two pointers error C2110: '+' : cannot add two pointers error C2110: '+' : cannot add two pointers error C2146: syntax error: missing ';' before identifier 'lastName' error C2146: syntax error: missing ';' before identifier 'middleName'
-
Best Money Maker For My LvL's?
Not really. I'd get my rc up to 44 and start rcing nats through the abyss.
-
C++ code help
I'm relearning C++. I'm trying just make a little program to start with. Here's what I have so far: #include using namespace std; int main() { int age; char firstName[20]; char middleName[20]; char lastName[20]; int number; number = 7; int number2; cout << "What is your age? "; cin >> age; cout << "What is your first name?"; cin >> firstName; cout << "What is your middle name?"; cin >> middleName; cout << "What is your last name?"; cin >> lastName cout >> "You are: " << age << " years old,"; cout >> " Your first name is: " << firstName << ","; cout >> " Your middle name is: " << middleName << ","; cout >> " Your last name is: " << lastName << ","; cout >> " Your first initial is: " << firstName[0] << ","; cout >> " Your middle initial is: " << middleName[0] << ","; cout >> " Your last initial is: " << lastName[0] << ","; cout >> " Guess a number between 1 and 10: "; cin >> number2; if (number2 == number) cout >> "You are right!"; if (number2 < number) cout >> "Nope, it's too low."; if (number2 > number) cout >> "Nope, it's too high."; return 0; } That will pop up and work and after you fill it in it'll say "Your are (whatever you typed in) years old, Your first name is (whatever you typed in), Your middle name is (whatever you typed in), Your last name is (whatever you typed in), Your first initial is (first letter of what you typed in), Your second initial is (first letter of whatever you typed in), Your last initial is (first letter of whatever you typed in), Guess a number between 1 and 10" then you type in a number and it'll show up as one of the three above. Now, my question. How can I make it so, for example if George Bush used it, it'll say "You are over 8 full hands years old, Your full name is George Dubbaya Bush, Your initials are GDB"and so on?I just had to make fun of him =) I just used him as an example if that's what you typed in. I tried this: #include using namespace std; int main() { int age; char firstName[20]; char middleName[20]; char lastName[20]; int number; number = 7; int number2; cout << "What is your age? "; cin >> age; cout << "What is your first name?"; cin >> firstName; cout << "What is your middle name?"; cin >> middleName; cout << "What is your last name?"; cin >> lastName cout >> "You are: " << age << " years old,"; cout >> " Your full name is: " << firstName; << " " middleName; << " " lastname; << ","; cout >> " Your initials are: " << firstName[0] << middleName[0] << lastName[0] << ","; cout >> " Guess a number between 1 and 10: "; cin >> number2; if (number2 == number) cout >> "You are right!"; if (number2 < number) cout >> "Nope, it's too low."; if (number2 > number) cout >> "Nope, it's too high."; return 0; } That comes back with these errors: error C2143: syntax error : missing ';' before '<<' (line 27) error C2143: syntax error : missing ';' before '<<' (line 27) error C2143: syntax error : missing ';' before '<<' (line 27) Line 27 is: cout >> " Your full name is: " << firstName; << " " middleName; << " " lastname; << ","; If I put the semi-colons in line 28 like I did line 27, it says the same thing, but it has line 28 also. So I take them out of line 28 and the errors for that line go away. So I take them out of line 27 and it gives me: error C2146: syntax error : missing ';' before identifier 'middleName' error C2296: '<<' : illegal, left operand has type 'char[20]' error C2296: '<<' : illegal, left operand has type 'char[20]' error C2297: '<<' : illegal, right operand has type 'const char [2]' error C2297: '<<' : illegal, right operand has type 'const char [2]' all for line 27. So can anyone help me out?
-
Where to post? (legal and future parent issues)
Unoalexi: Well it's not much different except I'll have something to do. I don't party, I don't go to football game, the free time I do have I just bum around because I don't really like the kids at my school, so IGoddessI: Don't worry, I was mad or offended in any way by your post, just got a little worked up for pretty much saying I'm not going to be a good father. Bloodredsword: Thanks!
-
Where to post? (legal and future parent issues)
I still have one question unanswers (the emancipation law of sd) and more opinions on if the baby needs her name, and any other opinions are appreciated.
-
Where to post? (legal and future parent issues)
I will NOT act like my child is a pet. There, you happy? I was referring to him/her as a baby because he/she IS going to be a baby, am I correct? And yes, I WILL be a parent, I WILL man up to the situation. So unless you have some answers for my questions, quit responding and go somewhere else.
-
How long for 99 craft and fletch?
How does 2 months + 2 weeks = 3-4 months? I highly doubt that crafting takes 2 months, that really seems a bit long for me. I'd be tempted to say something like 3 weeks or maybe one month. I just figured he was figuring in the time it takes to alch to get the 3-4 months.
-
help with my siggy
If you just have the prt scr version, post it into paint (or in my case, Paint.NET) and crop it because there's a limited size you can have. Then upload the cropped picture into the image hosting site.
-
Where to post? (legal and future parent issues)
You're underage. Your baby won't be well taken care of. I don't care what you think or what you say. You don't know me or her, you don't know my family. I KNOW the baby will be well taken care of. So before you start to say that I can't take care of my kid, get the facts.
-
Where to post? (legal and future parent issues)
I haven't, and I'm only going to do that if I need to, in other words, if I feel my baby isn't being well taken care of.
-
Where to post? (legal and future parent issues)
I know the baby will be taken cared of. I know that for a fact because I wouldn't let anything happen to the baby, and I would do whatever it took to make sure he/she was taken care of. And thanks, means a lot, man.
-
How long for 99 craft and fletch?
Yes, I'm going for the mage xp, that's part of the reason I'm going for 99 fletch and crafting. And I'm on a very low budget so I will need the extra cash. So about 3-4 months? Ok, thanks.
-
How long for 99 craft and fletch?
From 70 fletch and 77 crafting (will get to 77 before I start), how long would it take to get to 99? I'd be making yew longs (s) and high alching periodically (possibly every couple or few k yew longs), and I'd be buying green d'hides and crafting them into bodies and high alching those, high alching periodically as well. Any guesses?
-
Where to post? (legal and future parent issues)
I know, my family will be supportive.
-
Where to post? (legal and future parent issues)
I don't agree with that. I think that's killing a child, but if I had a daughter that got pregnant and was under the age of eighteen, I'd tell her it's her choice. She won't need to go through all of the pain before she even finishes high school. I'd give my daughter that option to, and I'd give her the option to, but she's along with me on the no abortion thing.
-
Do you believe in "aliens"
Yes, there are over what? 100 billion other galaxies in the universe? There's bound to be other life. Not necessarily "aliens", defined as little green guys with big eyes that fly around the universe in flying saucers, but other life forms. Something like us, I suppose.