S.
😅
S.
That code is wrong
🐰🐾 سمیه
numcmp is comparing strings numerically it seems.
I think we can't do that. atof just works for strings of numbers
Anonymous
Yes
Have you tried with ASCII character
S.
Anonymous
I mean you ran the program with characters instead of numbers
S.
that’s a typo i guess
🐰🐾 سمیه
🐰🐾 سمیه
Why don't you try it for yourself
Anonymous
I don't know but if we take a - 'A' where a can be a any value, it'll be like a - 65 as A is 65 in ASCII
Anonymous
They don’t work
Exactly what I'm thinking
Anonymous
#define numeric 1 is a constant
S.
#define numeric 1 is a constant
that’s not the problem
Anonymous
that’s not the problem
I mean it's hard coded to sort numericals
S.
ok, anyway, she should consider how to run the code and check the result correctly
🐰🐾 سمیه
🐰🐾 سمیه
🐰🐾 سمیه
I think it doesn't work properly for words
🐰🐾 سمیه
sorry you guys were right🙏🌷
BinaryByter
... xD
dito!
Stanislav
ban please
S.
... xD
🤔 any problem?
Anonymous
🤔 any problem?
Not with your answer... but Max and me got a huge humor out if it xD
S.
😂
Mehmet Akif Aksoy
Hey guys
BinaryByter
But let me use my _Znwm first, to allocate some space for laughing 😂
BinaryByter
Nobody got the joke? 😢
Ludovic 'Archivist'
We get it, it is just not funny
BinaryByter
Oh i didnt compute a response for that 🤔
BinaryByter
Lets improvise
BinaryByter
Okay, lets talk about tea
I_Interface
Okay, lets talk about tea
nah, only coffee, mate
BinaryByter
I can totally understand that
BinaryByter
for me its coke
BinaryByter
Oh well, kinda off topic
Anonymous
Turn all primitive types into object
Anonymous
b17wise hides xD
BinaryByter
😂😂😂
BinaryByter
you have disgusting sexual phantasies
BinaryByter
No
BinaryByter
please
BinaryByter
I'm already working in dart
BinaryByter
no need to rub this in
Anonymous
Hahahaha
BinaryByter
😂😂
Michael
Hey, people. I can't find algorithm's mistake on my code. Please help! Input + output: Choose kind of input: 1) User input (press:+) 2) Random array filling (press:-) - Input quantity of array's elements: (But keep in mind that Max quantity is 100) 35 Input Error! program's code: https://pastebin.com/3w2ngcCx (I'm using gcc compilier from ubuntu's terminal)
BinaryByter
You should use clang /runs
Michael
/runs
Joker
Hi Every body.
Michael
You should use clang /runs
btw what does it mean?
Michael
/runs
Anonymous
clang /runs
Anonymous
Hello Here.. anyone know what is the best version of java to build pie ROM ??? And if java version affect 4g ??
Beast
/runs
Anonymous
Anonymous
What the heck?
I guess this group was for help on build ROM coz c/c++ ☺️
Хамза
/runs
Хамза
/runs
Anonymous
https://pastebin.com/xPQBjFw0
Anonymous
guys, the code is in the pastebin
Nikolas
for (i = 0; i == sum; i++)
Anonymous
im having error of counting the produced numbers
Nikolas
didn't read all of that
Nikolas
but this line seems suspicious
Nikolas
"i==sum" doesn't seem right
Anonymous
Anonymous
i need to get the last line right
Anonymous
Nikolas
i tried = but didnt worked
study again how a for loop works
Nikolas
you need a condition that has to be true for the loop to continue. It stops looping when that condition is not tru anymore
Anonymous
study again how a for loop works
I did that earlier, thats why i got the "10 15 20 25" correct
Nikolas
also, what's the reasoning in that last for loop?
Anonymous
it should count how many numbers were produced