|
coreno
|
 |
« on: June 09, 2004, 05:31:10 PM » |
|
If you have a problem with the website, server, boards, and whish to make it known by all, here is the place to do it I guess. =\
|
|
|
|
|
Logged
|
|
|
|
|
quish
|
 |
« Reply #1 on: June 10, 2004, 09:25:29 AM » |
|
When replying with the little green "post icon" thing, it doesnt show up right. it hates me.
|
|
|
|
|
Logged
|
|
|
|
|
quish
|
 |
« Reply #2 on: June 10, 2004, 09:25:40 AM » |
|
see? didnt work there. at least for me it didnt.
|
|
|
|
« Last Edit: June 10, 2004, 09:25:55 AM by quish »
|
Logged
|
|
|
|
|
quish
|
 |
« Reply #3 on: June 10, 2004, 09:34:43 AM » |
|
oh and brusius or ruzywhatever isnt on the linklist yet.
|
|
|
|
|
Logged
|
|
|
|
|
quish
|
 |
« Reply #4 on: June 10, 2004, 09:35:40 AM » |
|
One more thing on that page.. you have coreno's job spelled wrong. its not "Brd" its "Fag"
|
|
|
|
|
Logged
|
|
|
|
|
quish
|
 |
« Reply #5 on: June 10, 2004, 10:19:51 AM » |
|
idea:
don't most web hosts nowadays come with free unlimited e-mail forwarding? Im making a synth guide and Im thinking that putting an e-mail @neobahumut.com on it would look pimp for the LS.
|
|
|
|
|
Logged
|
|
|
|
|
coreno
|
 |
« Reply #6 on: June 10, 2004, 02:22:12 PM » |
|
idea: don't most web hosts nowadays come with free unlimited e-mail forwarding? Im making a synth guide and Im thinking that putting an e-mail @neobahumut.com on it would look pimp for the LS. [snapback]203[/snapback] I'm the webhost and I havn't installed any email shit yet. P.S. Quish, go back to kindergarten and learn that BRD != FAG. P.P.S. Quish = spammer
|
|
|
|
|
Logged
|
|
|
|
|
quish
|
 |
« Reply #7 on: June 10, 2004, 03:08:24 PM » |
|
alrite coreno... lets say that brd != fag ....
double brd,coreno; coreno = fag; if(brd=coreno) brd=fag; else brd!=fag;
....what was that coreno? are u a bard?
|
|
|
|
|
Logged
|
|
|
|
|
quish
|
 |
« Reply #8 on: June 10, 2004, 03:09:11 PM » |
|
god im a loser...c++ has ruined me...stupid engineering requirements
|
|
|
|
|
Logged
|
|
|
|
|
coreno
|
 |
« Reply #9 on: June 10, 2004, 03:55:42 PM » |
|
alrite coreno... lets say that brd != fag .... double brd,coreno; coreno = fag; if(brd=coreno) brd=fag; else brd!=fag; ....what was that coreno? are u a bard? [snapback]212[/snapback] No wonder you're having a problem with Java, you can't even get C++ right.... *sigh* First off, the corrected code: double brd,coreno; coreno = fag; if(brd==coreno) { brd=fag; } else { brd!=fag; }
second off lets run through that program. coreno = fag if brd is coreno (aka if coreno is bard) but since you set coreno to fag, the statement is false and would go to the else which is bard != fag. But not like that matters because I'm nota fag.
|
|
|
|
« Last Edit: June 10, 2004, 03:56:39 PM by coreno »
|
Logged
|
|
|
|
|
omnibahumut
|
 |
« Reply #10 on: June 10, 2004, 04:19:27 PM » |
|
No wonder you're having a problem with Java, you can't even get C++ right.... *sigh* First off, the corrected code: [!--QuoteEBegin--]double brd,coreno;[!--QuoteEBegin--]coreno = fag;[!--QuoteEBegin--]if(brd==coreno)[!--QuoteEBegin--]{[!--QuoteEBegin--] brd=fag;[!--QuoteEBegin--]}[!--QuoteEBegin--]else[!--QuoteEBegin--]{[!--QuoteEBegin--] brd!=fag; [!--QuoteEBegin--]}[!--QuoteEBegin--] second off lets run through that program. coreno = fag if brd is coreno (aka if coreno is bard) but since you set coreno to fag, the statement is false and would go to the else which is bard != fag. But not like that matters because I'm nota fag. [snapback]215[/snapback] roflmfao 
|
|
|
|
|
Logged
|
|
|
|
|
quish
|
 |
« Reply #11 on: June 11, 2004, 09:08:44 AM » |
|
u fag
|
|
|
|
|
Logged
|
|
|
|
|
quish
|
 |
« Reply #12 on: June 11, 2004, 09:18:02 AM » |
|
i'll put it in a way u can better understand (lets hope i can remember how to do this....)... just copy and paste it into a compiler, for ease of understanding. #include <iostream>
using namespace std;
void main() {
double name, fag;
cout << "Input name: "; cin >> name;
if(name==Coreno) { fag = 1; } { else fag = 0; }
if(fag==TRUE) { cout << endl << name << "IS A FAG!"; } else { cout << endl << "CORENO IS A FAG!" << name << "is not. Unless its still Coreno."; }
}

|
|
|
|
|
Logged
|
|
|
|
|
coreno
|
 |
« Reply #13 on: June 11, 2004, 08:46:47 PM » |
|
Should I even bother couting the errors in that "program"? 
|
|
|
|
|
Logged
|
|
|
|
|
theRefused
|
 |
« Reply #14 on: June 12, 2004, 02:24:48 AM » |
|
Quish you got pwned so stfu. And you suck at C++ dude...just stop while you're behind.
|
|
|
|
|
Logged
|
|
|
|
|
|
Trippin
Newbie
Offline
Posts: 18
|
 |
« Reply #16 on: November 21, 2004, 02:55:27 PM » |
|
Just as a note in this oh so very dead thread.. Signatures are teh broken.
Check my signature in Peoples Talk forum (General) VS somewhere like here... I used br's for the signature to get it to fully expand correctly in General, but in anywhere but there it becomes horrendously spaced out..
New lines in signatures are not recognized in General but seem to be everywhere else =\
ED: Broken here as well ;_: make that check this signature vs it in Quest forum >.>
|
|
|
|
« Last Edit: November 21, 2004, 02:56:07 PM by Trippin »
|
Logged
|
Dray: WAR 55/THF 32/MNK 20/BRD 10/BST 9/WHM 9/NIN 29 Server: Seraph Allegiance: Windurst Rank: 6-1 Crafts: Woodworking: 59, Cooking: 51, Alchemy: 29 Want to BCNM/Garrison/Eco-Warrior.etc? Always up for it!
Returned to FFXI! "That trippin, hes so hot right now" - Lord Acton "Hot naked Galka! Come and get your hot naked Galka Get him well he's still hot!" - Tuvaud
|
|
|
|
coreno
|
 |
« Reply #17 on: November 21, 2004, 05:21:10 PM » |
|
Just as a note in this oh so very dead thread.. Signatures are teh broken. Check my signature in Peoples Talk forum (General) VS somewhere like here... I used br's for the signature to get it to fully expand correctly in General, but in anywhere but there it becomes horrendously spaced out.. New lines in signatures are not recognized in General but seem to be everywhere else =\ ED: Broken here as well ;_: make that check this signature vs it in Quest forum >.> [snapback]1939[/snapback] Yeah, I know, I think it's a bug with these boards. I have to get an upgrade, and upgrade it. On my to-do list.
|
|
|
|
|
Logged
|
|
|
|
|
Nikopiko
|
 |
« Reply #18 on: December 01, 2004, 06:20:41 PM » |
|
i thought Quishka was on your "To-do" list? cause
if(name==Coreno) { fag = 1; } { else fag = 0; } if(fag==TRUE) { cout << endl << name << "IS A FAG!"; } else { cout << endl << "CORENO IS A FAG!" << name << "is not. Unless its still Coreno."; }
}
|
|
|
|
« Last Edit: December 01, 2004, 06:21:52 PM by Nikopiko »
|
Logged
|
|
|
|
|
coreno
|
 |
« Reply #19 on: December 01, 2004, 11:10:26 PM » |
|
i thought Quishka was on your "To-do" list? cause if(name==Coreno) { fag = 1; } { else fag = 0; } if(fag==TRUE) { cout << endl << name << "IS A FAG!"; } else { cout << endl << "CORENO IS A FAG!" << name << "is not. Unless its still Coreno."; } } [snapback]1993[/snapback] Pffft, you fucked it up. Got an extra } at the end. Why you rippin offa quiska code anyway? you wish to be like him?
|
|
|
|
|
Logged
|
|
|
|
|