Mihail
It's like a few servers without a purpose
Mihail
Like saying the master server is completely invalid
Mihail
Also shouldn't we move to OT?
BinaryByter
except with a master server you kinda have a guarantee that its online
BinaryByter
Also shouldn't we move to OT?
this is completely on topic
klimi
Oh men
Bruce Banner
I saw and I agree
Anonymous
i like you
Anonymous
And happy 2019
klimi
Welcome
Luis José
Welcome bud
acik
thank
acik
i would like to learn about programming
Anonymous
can someone help me? the only problem is the tot not giving the right answer
Anonymous
Ariana
pastebin pls
Ariana
indentation pls
Ariana
And your goal
Anonymous
global variable?? whats that?
Prometheus
global variable?? whats that?
Never mind. Read it wrong on my crappy screen and the fact that it looks like it’s a picture of a computer screen so things are blurry. Ignore my comment.
Aniket
Send me some basic tips for beginners
Anonymous
Send me some basic tips for beginners
Don't use raw pointers
Prometheus
Send me some basic tips for beginners
Learn to use google (or DuckDuckGo)
many
System engineers: we use raw pointers
Anonymous
it is better practice not to
Anonymous
but yes i also prefer raw pointers
Ariana
but yes i also prefer raw pointers
its fun because its risky😛 dont take me seriously haha
Anonymous
i prefer them cause less writting
Ariana
i read assembly so much that i see a variable and imaginary a pointer
many
Even long jump is safe if we are careful
Anonymous
yep
Ariana
But higher chance for weird attacks
Ariana
jrop is fun
Anonymous
hello guys i have a question,is a blank considered a character in a string?
Ariana
blank?
Anonymous
A blank?
Ariana
Like “ “
Ariana
It’s 0x20 yes
Talula
Duhh...
Anonymous
A space char
Anonymous
Yes it is
Talula
hello guys i have a question,is a blank considered a character in a string?
Being Indian why do you have name of "Steve Field"?
Talula
You said "sir" that is a sign of being Indian, only Indians have the habit of calling people "sir"...
Ariana
中国?
Anonymous
中国?
yes sir
Ariana
cool
Ariana
我不是‘sir'😛
Anonymous
我不是‘sir'😛
Too much symbols to write "Sr" 😥
Ariana
wut
Anonymous
oh i remember a book says c compiler will ignore space,but why in a string it will be considered as a character?
Talula
It could be a sarcastic way of calling people
I don't care because even queen of England can't call me sir...
Talula
oh i remember a book says c compiler will ignore space,but why in a string it will be considered as a character?
C compiler ignores spaces because it has to, it doesn't spaces where it shouldn't... and that is a compiler.
Talula
like if you type "if (a == 1) { //Do something} " It'll ignore the space between a and == But if you type "if (a = = 1) {//Do something}" it'll give you error.
Talula
If it needs only 1 space and if it finds more it'll ignore those... but if doesn't expect space and it gets it, it'll give error.