Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

real men

Name: Anonymous 2008-04-16 4:41

only little girly men use strings.
REAL men use character arrays

Name: Anonymous 2008-04-16 5:15

But if everyone used character strings, there'd be nobody around to make you dick feel bigger.

Name: Anonymous 2008-04-16 5:29

>>2
i would still have your girlfriend

Name: Anonymous 2008-04-16 5:54

>>3
i would still have the pump

Name: Anonymous 2008-04-16 6:29

OH YEAH RITE LIKE BUFFER OVERFLOWS EVERYWHERE ARE GREAT.

an intelligent string type is essential for modern programming

Name: Anonymous 2008-04-16 6:48

I use [Char].

Name: Anonymous 2008-04-16 7:07

I use $ variables.

Name: Anonymous 2008-04-16 7:43

i use bitwise operators on arrays of integers

Name: Anonymous 2008-04-16 8:07

>>1
gb2bed, linus

Name: Anonymous 2008-04-16 8:24

i use a char vector

Name: Anonymous 2008-04-16 10:28

In C, a string is a char array with the \0 on the end, right? So what's the difference?

Name: Anonymous 2008-04-16 10:31

>>11
There's no "string" data type which abstracts the low-level allocation details in C. That's what the OP is referring to. Technically, yes "C-strings" are merely arrays of contiguous bytes in memory, the end signified by the zero.

Name: Anonymous 2008-04-16 10:32

>>11
C has two concepts:
strings and string literals.
The latter is an array of char elements whose last element is always zero.
The former is an array of nonzero values terminated by a zero value.
A string literal, in fact, does not have to be a string.
Example would be "hello\0world"
that's mentioned in the standard, so check that out.

Name: Anonymous 2008-04-16 19:52

ROFL. Character arrays.

NULL Terminated Strings. LOL. God, stone age shit.

Only fagots insist on using C.

I'm looking at you, Loonus Torvalds.

Name: Anonymous 2008-04-16 20:08

>>14
Character arrays.
no, char arrays. Character is not a type in C.
NULL Terminated Strings.
No, NULL is a null pointer constant. NUL is ASCII. C strings are terminated by a zero.
fagots
Learn English.
I'm looking at you, Loonus Torvalds.
That explains your behavior. You are delusionary.

Name: Anonymous 2008-04-16 20:09

>>14
I raped your sister and killed your dog.

Enjoy your dynamic piece of shit language.

Name: Anonymous 2008-04-16 20:18

>>15
delusionary
back to /b/

Name: Anonymous 2008-04-16 21:08

>>15

||Character arrays.
|no, char arrays. Character is not a type in C.
"char" is short for "character". Idiot.

||NULL Terminated Strings.
|No, NULL is a null pointer constant. NUL is ASCII. C strings are terminated by a zero.
C:
#DEFINE NULL 0
NULL is Zero.
NULL == 0 == '\0'.
Idiot.

||fagots
|Learn English.

Firefox says "faggots" is misspelled and replaced it with "fagots" :-\

||I'm looking at you, Loonus Torvalds.
|That explains your behavior. You are delusionary.
No, your face is delusional.

Name: Anonymous 2008-04-16 21:17

>>18
FINALLY I RAGED AFTER QUITE SOME TIME
"char" is short for "character". Idiot.
TELL THAT TO THE COMPILER COMPLAINING ABOUT ``character'' NOT IN SCOPE OR SOMETHING LIKE THAT.
#DEFINE NULL 0
THERE IS NO PREPROCESSOR DIRECTIVE ``#DEFINE''.
THERE IS HOWEVER A ``#define''.
NULL is Zero.
IT'S VALUE IS EQUAL TO ZERO. THEY NEED TO BE EQUAL ONLY IN VALUE CONTEXT.
NULL == 0 == '\0'.
DITTO
Firefox says "faggots" is misspelled and replaced it with "fagots" :-\
THAT'S BECAUSE FAGGOT IS A SLANG WORD, AND FAGOT IS AN OFFICIAL WORD. ALAS FAGOT MEANS SOMETHING COMPLETELY DIFFEREND FROM WHAT YOU MIGHT THINK.
http://www.thefreedictionary.com/fagot
No, your face is delusional.
THAT DOESN'T MAKE SENSE. MORE LUCK NEXT TIME SPACE COWBOY.

Name: Anonymous 2008-04-16 21:39

>>19
oh hi i upgraded ur keyboard it nao supports lowar case

Name: Anonymous 2008-04-16 21:59

   NO           THANK YOU  
  n                  n
 ( l     ハ,,ハ     ハ,,ハ    l ) 
  \ \ ( ゚ω゚ )  ( ゚ω゚ )  / / 
   ヽ___ ̄ ̄  )  (   ̄ ̄___/  
     /    /   \   \

Name: Anonymous 2008-04-16 23:07

java.lang.String > std::string > char[] > char*

Name: Anonymous 2008-04-16 23:10

>>22

System.String > java.lang.String > std::string > char[] > char*

Name: Anonymous 2008-04-16 23:14

>>23
char* > char[] > std::string > str > System.String > java.lang.String

Name: Anonymous 2008-04-16 23:38

>>18
||MULTILINE
|DOUBLE QUOTING

lol

Name: Anonymous 2009-02-25 7:54


character'' NOT IN SCOPE   OR SOMETHING LIKE   Firefox is very   smart He is   21 in the   foetal position covered   in my blood   tears sweat urine   and feces I.

Name: Anonymous 2009-02-25 7:57

HOLY SHIT, i remember posting this thread.
fuck, that was a long time ago

Name: Anonymous 2010-12-09 5:05

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List