Anonymous
Wew
Anonymous
1500
Anonymous
Niko
https://www.youtube.com/channel/UCRIWTSgd7hGtZhx4RYoASEg
correctmaninwrongplace
correctmaninwrongplace
3 lines
Anonymous
😆
correctmaninwrongplace
Rioni
Hello! I'm learning C# Is this the right group?
Rioni
I supposed that 😔 I'll look for other group but I'll stay here too
correctmaninwrongplace
correctmaninwrongplace
But dont worry, i think its the second question that most repeats here
correctmaninwrongplace
What's the first one?
Can you do my homework?
correctmaninwrongplace
This is directly or not asked
correctmaninwrongplace
And it have a lot of differents variations
correctmaninwrongplace
The answer should be always not, but sometime one volunteer does the homework
Rioni
I see
Anonymous
3 lines
I asked for it xD he said that lines should pass through center's of stars
Álvaro
Hello! I'm learning C# Is this the right group?
https://t.me/CSharpSpain Just know this spanish group
Anonymous
Any basics logical questions on C
Anonymous
and C++
Anonymous
Any basics logical questions on C
construct 108*108 mattix using c
Anonymous
ping me with answer
Anonymous
Anonymous
fat finger on phone but it should be clear enough that it solves it and passes through centers
Anonymous
Anonymous
Guys plzzz help me it shows SIGSEEV run time error while I submitting it in spoj online website
correctmaninwrongplace
Anonymous
😆
correctmaninwrongplace
I have been in that class
correctmaninwrongplace
Turing machines FTW
Rioni
https://t.me/CSharpSpain Just know this spanish group
Thanks a lot! How did you know I was a Spaniard?
Álvaro
Thanks a lot! How did you know I was a Spaniard?
I just don't really know, but that's the only group existing about C#
Anonymous
I have a doubt "how to print whith out using printf fuction?
correctmaninwrongplace
Thanks a lot! How did you know I was a Spaniard?
In this group there are several of us
Anonymous
Anonymous
hi all
Anonymous
any programer here i need to send from myetherwallet to multiples adress
Anonymous
i need a script
Niko
I have a doubt "how to print whith out using printf fuction?
Save it in an array and print out the array
Anonymous
Save it in an array and print out the array
How...even for print array we need printf
Niko
Point
Niko
This will work
Niko
If("hello") { }
Niko
That makes me wonder how they would have written the printed function in the first place
Niko
Can anyone give some insight?
Anonymous
Niko
😜
Javier
Hi. I'm trying to implement a method to a Pascal Triangle class. All the coeficients of the triangle are stored in an array (vector), and now I need a method "get_line" which returns the line where the array element "i" is.
Javier
Javier
It goes like that, but I cannot find a between the array position and the line number
Javier
a relation*
correctmaninwrongplace
¿The 1º line where 'i' appears?
Nomid Íkorni-Sciurus
Guys I need help with the mysql C API...
Nomid Íkorni-Sciurus
Nomid Íkorni-Sciurus
I have this code, where the query is valid (tested on the server)
Nomid Íkorni-Sciurus
the printf() works just for the first row, then the output is just void lines
Nomid Íkorni-Sciurus
I can't get why
Anonymous
put your i var into while loop
Nomid Íkorni-Sciurus
What are you talking about ?
Anonymous
What are you talking about ?
while(...) { char i = 0; for (; i < 20; i++) printf("...") putchar('\n'); }
Anonymous
Instead of char i = 0; while (...) {...}
Nomid Íkorni-Sciurus
AH, right
Nomid Íkorni-Sciurus
I don't reinitialize the index after the first for
Nomid Íkorni-Sciurus
Thank you, I didn't notice it.
Anonymous
Javier
¿The 1º line where 'i' appears?
No. I need a function which receives the position number of an array, and it returns in which line of the pascal triangle it's stored
Javier
I've done a method which sums n(n+1)*0.5 in order to get the number of elements the vector will have for "n" lines in the triangle
correctmaninwrongplace
You dont need it, if i have understood your problem