BinaryByter
Mhh
olli
Talking about line numbers in this picture is confusing... The character returned by the first call to getch is stored in s[0] and c
BinaryByter
Dima
@linuxer4fun
BinaryByter
ye?
Ибраги́м
please read about the scientific method
We knew the shape of the earth when the majority still thinks it's either flat or "don't have idea"
klimi
ye?
STOP IGNORING ME :<
Dima
@lazyklimi
BinaryByter
We knew the shape of the earth when the majority still thinks it's either flat or "don't have idea"
are you talking about that greek philosopher who even measured the circumference of the earth?
BinaryByter
i'm sure that he was muslim
BinaryByter
kek
🐰🐾 سمیه
Talking about line numbers in this picture is confusing... The character returned by the first call to getch is stored in s[0] and c
I meant at the above arrow,getch is called and deliver its value to C. but at the below arrow it again is called and seems it delivers the former char to C. I think it's supposed to deliver the second char at this stage.
Ибраги́м
BinaryByter
As if there's no cloud regarding his measurments hehe
we know pretty reliably what the greeks wrote
BinaryByter
we still have original manuscripts
BinaryByter
and what we found archeologically is congruent with what we read
Ибраги́м
we still have original manuscripts
Let us read them heh, manuscripts with no chains
🐰🐾 سمیه
but I think the second should be stored, because the first assignment begins from the second call of getch
olli
debugger shows that the first char is stored in s[0]
Correct, done on the first arrow where the first call to getch is made
Ибраги́м
but I am allowed to date as many as I want
And have std:: && children.out_of_wedlock, as many as u want.
🐰🐾 سمیه
Correct, done on the first arrow where the first call to getch is made
for instance our input is 21. at the first arrow 2 is assigned to c, and at the second arrow 1 should be the second value of second call of getch ,and therefore the first char stored in s.
Ибраги́м
First while c = getch(); while (c == ' ' or c == '\t') // u didn't use s[0], don't know why it should be there in the first place { } Second while loop if (c == '.') { c = getch(); while (isdigit(c)) { s[++i] = c; c = getch(); } } CURB your bad practise, then debug
olli
for instance our input is 21. at the first arrow 2 is assigned to c, and at the second arrow 1 should be the second value of second call of getch ,and therefore the first char stored in s.
At the second arrow 1 will be read and stored in c as well as s at the position ++i which in this case is 1. So s is ['2', '1',...]
🐰🐾 سمیه
At the second arrow 1 will be read and stored in c as well as s at the position ++i which in this case is 1. So s is ['2', '1',...]
i increments by 1 before c is assigned to it. so before the first value arrives, 2 is already in i =0 and before 1 arrives, i increment by 1 and 1 will be soted on it, correct?
olli
i increments by 1 before c is assigned to it. so before the first value arrives, 2 is already in i =0 and before 1 arrives, i increment by 1 and 1 will be soted on it, correct?
Apart from the assignment on your first arrow (to s[0]), the index to store elements at is increased for each subsequent call to getch
🐰🐾 سمیه
we did use it
🐰🐾 سمیه
🐰🐾 سمیه
aha. problem solved. thanks
🐰🐾 سمیه
🌷🌹🌷
Ибраги́м
aha. problem solved. thanks
I advise u take regular BP checkups
🐰🐾 سمیه
Anonymous
hi, does anyone here knows how to add files in github?
Anonymous
i added my html and css file on github, html is working but not css(design is not applied on my html).
Anonymous
my css is located on a subfolder..how can i link it to my html?
Anonymous
thank you.
Anonymous
oh my, i m sorry for this
Anonymous
*that
Anonymous
Hi
Anonymous
How put these equations in C++ code?
Raul
How put these equations in C++ code?
Look up #include <cmath>
mystery
Can anyone tell me how to make a mini dictionary in c++? I have got a project on this in my university
Anonymous
Hii
나집
yap i hvave read all the rules in this channel
Mal
Ok
Mal
Anyone here have c++ ebooks or something
Mal
I just started to learn c++
Mal
😊😊😊
Carmine
cppreference.com is all you need
Mal
Yes
I need that
Anonymous
Me too
klimi
You can buy them on amazon
Mal
klimi
klimi
Me too
They are on amazon
The_MAK
Hi, I m getting confuse in this program m = -10, n=12; n = -m + m++ *m; m = ++n + n--; What will be the value of m and n?
S.
don’t bother with such stupid quizzes
The_MAK
don’t bother with such stupid quizzes
I full of advice if u know the o/p with reason then share me otherwise just read and leave
S.
OK then you may try it in some different compilers and will get some different results and then you can disassemble them to see the different choices by different compilers with different compiling options I guess
Anonymous
Hi... Is there a better way to reverse engineer C++ .so libs in Android Apps I lost source code of my project... Thanks in Advance...
Vishal
Hii
Vishal
Any one is online
S.