Original Usenet thread from alt.ascii-art, started 28 Jan 2001.
_ _ _ _ _ _ | | | |___ ___ _ __ ___| |_ / \ _ __ ___| |__ (_)_ _____ | | | / __|/ _ \ '_ \ / _ \ __| / _ \ | '__/ __| '_ \| \ \ / / _ \ | |_| \__ \ __/ | | | __/ |_ / ___ \| | | (__| | | | |\ V / __/ \___/|___/\___|_| |_|\___|\__| /_/ \_\_| \___|_| |_|_| \_/ \___|
ASCII Art Fart for Sat, Jan 27, '01
alt.ascii-art
· 5 messages · 28 Jan 2001 - 28 Jan 2001
"Tran Q. Nguyen" wrote: > > THEN I TOLD THAT __ > WETSUITED BITCH TO STICK HER _.-~ ) > GODDAMN FISH UP HER ASS _..--~~~~,' ,-/ _ > SIDEWAYS .-'. . . .' ,-',' ,' ) > ,'. . . _ ,--~,-'__..-' ,' > THEN I WENT HOME ,'. . . (@)' ---~~~~ ,' > AND JERKED IT /. . . . '~~ ,-' > BIGTIME /. . . . . ,-' > ; . . . . - . ,' > : . . . . _ / > . . . . . `-.: > . . . ./ - . ) > . . . | _____..---.._/ ____ Seal _ > ~---~~~~----~~~~ ~~ ... #include "me.h" void GoAginstPopularOpnion() { CME* I; I = new CME; I->Say("OH,come on people...this is funny\r\n" "Imagine a dolphin sitting at a bar\r\n" "talkin to his buds,saying this"); I->Laugh(LAUGHTER_LOUD); delete I; } void main(void) { GoAginstPopularOpnion(); return 0; } ... -- |"""""<`.THE PRINCE ,'>"""""""""""""""""""""""""""""""""""| | `.`/""""""\,',' my sig is too big, | |SEE HIS ( / \ \' SEE HIS but its really cool. | | FACE \/<> <>\/ SMILE | | / W \ Visit my ascii art site: | | ,'\_|||||_/`. http://www.gtcom.net/~krogg/ascii/ | | ,',' ||| `.`. kro...@gtcom.net | |____<,' TIME TO DIE `.>____Remove no.to.spam to reply____|
> #include "me.h" > > void GoAginstPopularOpnion() > { > CME* I; > I = new CME; > I->Say("OH,come on people...this is funny\r\n" > "Imagine a dolphin sitting at a bar\r\n" > "talkin to his buds,saying this"); > I->Laugh(LAUGHTER_LOUD); > delete I; > } > > void main(void) > { > GoAginstPopularOpnion(); > return 0; > } > why is main returning zero? isn't it void? did you even try to compile this before you posted?
pro...@hotmail.com (learn to program) writes: > > #include "me.h" > > > > void GoAginstPopularOpnion() > > { > > CME* I; > > I = new CME; > > I->Say("OH,come on people...this is funny\r\n" > > "Imagine a dolphin sitting at a bar\r\n" > > "talkin to his buds,saying this"); > > I->Laugh(LAUGHTER_LOUD); > > delete I; > > } > > > > void main(void) > > { > > GoAginstPopularOpnion(); > > return 0; > > } > > > > why is main returning zero? isn't it void? did you even try to compile > this before you posted? And wouldn't that be GoAgainstPopularOpinion? And \r\n does not mean what you think. \r = \015, but \n depends on the compiler and the architecture. On Macintosh, \n = \015. On MS-DOS, \n = \015\012. On unix, \n = \012. (o_ //\ V_/
"Pascal J. Bourguignon" wrote: > > pro...@hotmail.com (learn to program) writes: > > > > #include "me.h" > > > > > > void GoAginstPopularOpnion() > > > { > > > CME* I; > > > I = new CME; > > > I->Say("OH,come on people...this is funny\r\n" > > > "Imagine a dolphin sitting at a bar\r\n" > > > "talkin to his buds,saying this"); > > > I->Laugh(LAUGHTER_LOUD); > > > delete I; > > > } > > > > > > void main(void) > > > { > > > GoAginstPopularOpnion(); > > > return 0; > > > } > > > > > > > why is main returning zero? isn't it void? did you even try to compile > > this before you posted? so you would ask why..... > And wouldn't that be GoAgainstPopularOpinion? that depens on how ya spell different words. > And \r\n does not mean what you think. \r = \015, but \n depends on > the compiler and the architecture. On Macintosh, \n = \015. On MS-DOS, > \n = \015\012. On unix, \n = \012. hmmm....so..... bunch of nerds........ :^P anyway...the dolphin joke was still perty dang funny. Obascii: generic thing with different spots. /\ __ ___/ \/ \ _ / \# / * \/ \ / * \/# \ | \& # \ * # / *| \ * / # /% | \ /\____/| # | \_/ % / *| / \ $ / % \/ \_/\____/ -- |"""""<`.THE PRINCE ,'>"""""""""""""""""""""""""""""""""""| | `.`/""""""\,',' my sig is too big, | |SEE HIS ( / \ \' SEE HIS but its really cool. | | FACE \/<> <>\/ SMILE | | / W \ Visit my ascii art site: | | ,'\_|||||_/`. http://www.gtcom.net/~krogg/ascii/ | | ,',' ||| `.`. kro...@gtcom.net | |____<,' TIME TO DIE `.>____Remove no.to.spam to reply____|
Pascal J. Bourguignon <pj...@imaginet.fr> wrote in message news:87y...@triton.local.net... > pro...@hotmail.com (learn to program) writes: > > > > #include "me.h" > > > > > > void GoAginstPopularOpnion() > > > { > > > CME* I; > > > I = new CME; > > > I->Say("OH,come on people...this is funny\r\n" > > > "Imagine a dolphin sitting at a bar\r\n" > > > "talkin to his buds,saying this"); > > > I->Laugh(LAUGHTER_LOUD); > > > delete I; > > > } > > > > > > void main(void) > > > { > > > GoAginstPopularOpnion(); > > > return 0; > > > } > > > > > > > why is main returning zero? isn't it void? did you even try to compile > > this before you posted? > > And wouldn't that be GoAgainstPopularOpinion? > > And \r\n does not mean what you think. \r = \015, but \n depends on > the compiler and the architecture. On Macintosh, \n = \015. On MS-DOS, > \n = \015\012. On unix, \n = \012. isnt C silly ;)) Procedure Myself.GoAgainstPopularOpinion; const newline = #10#13; begin showmessage('OH,come on people...this is funny'+newline+ 'Imagine a dolphin sitting at a bar'+newline+ 'talkin to his buds,saying this'); self.laugh(Laughter_Loud); end; // of go against popular opinion
Related ASCII art in the Gallery
Explore these categories from our collection of 11,000+ artworks:
Make your own ASCII art
Turn images, text or 3D into ASCII, or draw your own – right in your browser.
About this thread.
These messages were posted publicly to the newsgroup
alt.ascii-art
in 2001 and are mirrored here unchanged as part of the Historic Archives – only email addresses are masked.
The artwork and text belong to their original authors: if you copy a piece, keep the artist's initials or signature intact and credit them where you can.
Are you one of the authors? Contact us to get your posts attributed, connected to your artist profile, or removed.
Report this message
Help us keep the archive clean and accurate. Reports are reviewed by a person – nothing is changed automatically.