Anonymous
Wew
Anonymous
1500
Anonymous
Niko
Niko
https://www.youtube.com/channel/UCRIWTSgd7hGtZhx4RYoASEg
correctmaninwrongplace
correctmaninwrongplace
3 lines
Anonymous
correctmaninwrongplace
Rioni
Hello! I'm learning C#
Is this the right group?
Anonymous
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
Rioni
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
Anonymous
Anonymous
Any basics logical questions on C
Anonymous
and 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
Rioni
Anonymous
I have a doubt "how to print whith out using printf fuction?
correctmaninwrongplace
Anonymous
Anonymous
hi all
Anonymous
any programer here i need to send from myetherwallet to multiples adress
Anonymous
i need a script
Niko
Anonymous
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?
Niko
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
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
Anonymous
put your i var into while loop
Nomid Íkorni-Sciurus
Nomid Íkorni-Sciurus
What are you talking about ?
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
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
correctmaninwrongplace
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