01000001011011010100000101101110
Who reads this much.?
数学の恋人
stop tainting the name of India and other countries
Dima
/warn India has low job skills in IT
数学の恋人
Who reads this much.?
dunno but that guy writes that much for sure
Dima
Ok I warned him at first but later when I saw something about “India will overtake” I banned him lol.
01000001011011010100000101101110
Dima
Why is India bad?
bad software quality
01000001011011010100000101101110
Why is India bad?
It's not the case. But the ratio isnt good. People like him ruins everything
01000001011011010100000101101110
bad software quality
Dont generalize.
ሮቤል
Hi
ሮቤል
I love ur group and I want to comput with all o u
01000001011011010100000101101110
Dima
Indian detected
overtake by 2020
01000001011011010100000101101110
😂😂damn
ሮቤል
数学の恋人
Are you from India?
Dima
Dont generalize.
I am not trying to, but the most of software I saw has worst quality, especially in enterprise, but there are for sure great software
数学の恋人
I am not trying to, but the most of software I saw has worst quality, especially in enterprise, but there are for sure great software
I don't know why I find many idiot people over internet, but in real life I meet genius Indians
Anonymous
*anyone who knows HTML language here*???
Anonymous
#please should signify
ሮቤል
Hay guys I want to learn about c++ and HTML
Anonymous
this is c++ group
Okay no problem
Anonymous
Me
Do you know HTML??
01000001011011010100000101101110
Do read the rules.
Anonymous
ሮቤል
Not well
ሮቤል
Yes is c/c++group ok
ሮቤል
No html
ሮቤል
Any c/c++
Anonymous
Do read the rules.
So how can we meet up with the c++??? We're new here
Anonymous
Thanks🤗
Sandy #КИБЕРИНЖЕКТОРЫ
123454321 1234 4321 123 321 12 21 1 1 How to print this on screen using for loop ??
yoav
what are the difference between char* text; char *text; ?
Dima
none
Dima
it’s the same lol!
Dima
personally I write all signs just like in the first example
Mar!o
char* var, char * var, char *var are all the same but you should prefer char* because it shows more that it is a pointer to a char type!
Dima
what are you, silly?
Dima
it’s just a sign, these are the same types
Mar!o
Because char* doesn't exist
She's right it exists
Mar!o
Maybe you have never seen char* before? Are you learning c++? Maybe the tutorials use a other conversion
Dima
lol
Anonymous
Maybe you have never seen char* before? Are you learning c++? Maybe the tutorials use a other conversion
Yes am learning, that's why I need to challenge to clear out my slight mistakes
Anonymous
#If u guys can help me
Mar!o
char * variable;
Yeah I hate it it looks like a multiplication. dword & a; also looks like a bitwise and
Anonymous
Sure :)
I guess I need to start over
Anonymous
#meta
Is DM allowed???
Anonymous
Here?
Mar!o
How many commands are there for the bot xD
Mat
Is DM allowed???
Read the rulessssssssssss
Mar!o
I disagree because var is the pointer to type. e.g. whats the typeof y here? char* x, y;
Its just a char! I think that the * after the type makes it clear that it is a pointer to char - but it is my personal opinion
olli
Its just a char! I think that the * after the type makes it clear that it is a pointer to char - but it is my personal opinion
Just wanted to point out, it might be confusing since the pointer belongs rather to the variable than to the type, e.g. char *x, y; would make it ore clear that x is a pointer and y is not
Sher
Im only good in C, C++, C#, and x64 Asm this web stuff confuses me badly :/
Can you suggest some tutorial or books for x64 Asm?
Sher
Please
Mar!o
Can you suggest some tutorial or books for x64 Asm?
I´m sorry I dont have any books about x64 assembly. Ive learned it throught Youtube, Pratice and Articles. There arent too many books about x64 asm out there but I can really recommend this Youtube series for starting: https://www.youtube.com/watch?v=rxsBghsrvpI&list=PLKK11Ligqitg9MOX3-0tFT1Rmh3uJp7kA
Mar!o
Thank you so much
Haha your welcome! I think hes explaining it well and clear - nice for beginners!