Anonymous
https://www.linkedin.com/posts/vansh-jatana_artificialintelligence-datascience-machinelearning-activity-6643217607912714240-QoUH
Deni
Ah ok
Luca
https://www.youtube.com/watch?v=_WH6cbwZ5m8
Dima
https://www.youtube.com/watch?v=_WH6cbwZ5m8
Lol! the thumbnail made me to laugh already
Anonymous
Hello, I need some aid.  I am developing a program and am needing to read any function from keyboard. Can anybody help me?? When i mean any function i mean for ex: x^2+3x I need to read any function like this one
Artöm
Read it then
Anonymous
Anonymous
Hello, I need some aid.  I am developing a program and am needing to read any function from keyboard. Can anybody help me?? When i mean any function i mean for ex: x^2+3x I need to read any function like this one
I developed a program that allows me to execute the Euler and runge kutta methods, with functions implemented in the code. The idea would be for the program to ask you to write the function and develop the procedure with that function written by keyboard.
Anonymous
You need to know formal languages basics to do this
Anonymous
0 0
klimi
Yes
Anonymous
Hi
klimi
Hi
Hi
Anonymous
Was up
klimi
Have you read the rules?
Anonymous
Of course please
klimi
Okay
Anonymous
Thank you
Kashyap
Where can I learn advanced javascript free?
Kashyap
Sorry, *advanced c++
Anonymous
Hello
Anonymous
Can someone help me with cross compiling python for ios?
Anonymous
You wanna ban?
Anonymous
Parshuram
Dexter
Hello guys , When should i use vectors and when arrays while CP I am a bit confused.
Dexter
Competitive Programming
Anonymous
You should use them when the task is solved by them
Arthur
I've been using vectors mostly and had no problems. Of course if you are building some data structures and you know what exact size is suitable, arrays are preferable
Dexter
Thanks for all these helpful replies....
Dexter
Should switch b/w them according to constraints....
F
@edugovprep
F
please subscribe
yalçın
Please help How can i do it?
yalçın
yalçın
I did this
Anonymous
Group link ?
Anonymous
Please send me group link
Arthur
Please help How can i do it?
Isn't your code working?
klimi
Group link ?
@programminginc
Arthur
I'd better use BFS here, but in the task you are told to use recursion
Arthur
Also, you should check every possible path that leads to desired position, and find the shortest. However I can see that your program stops when it finds first path
yalçın
In my code ı have one path but according to my homework ishould have a lot of path and i should find the shortest path
Joshua
Resistor value programming code
Hitler
Anyone here pro in java?
Dima
Well this is c++ group
Hitler
Ya .... Just asking😅
Hitler
Okok
Anonymous
Hey i gave ccc exam and result showing failed so can i know my marks
Anonymous
Yes
Send me please
Anonymous
gets is unsafe and is deprecated in newer C standards; use fgets instead of gets. scanf is safe ONLY when you specify size. example usage of getchar in that link is also unsafe!
NXiss7
nope
That error it gives means that 😄
Noor
How to do single line condition like javascript? (a === b) && callmyfunc()
NXiss7
https://www.youtube.com/watch?v=_WH6cbwZ5m8
Whadda?!???!!! 😂😂😂😂🤣
Dima
/warn link to other group
Dima
/setwarnlimit 2
Dima
that’s enough of reseting warnlimit
Dima
it was 2 for several years
Dima
let it be
Yogesh Nayak
Hi guys
Yogesh Nayak
How r u all
Prosvetlennii Dimas
Could someone explain me, shared libraries only for c++ or i can use them in c
Dima
you are prosvetlennii now
Prosvetlennii Dimas
It seems u 2
Anonymous
Could someone explain me, shared libraries only for c++ or i can use them in c
if you need library, stay away from shared/dynamic libraries. simply use static libraries. a static library is an archive of object files (.o files)
Prosvetlennii Dimas
i need somehow use libA in libB and libC (libA used in project too) that r used in project and i dont know how to do it so i thought shared libraries is what i need/
Tobias🐾🚲
https://youtu.be/cNN_tTXABUA?t=102
Tobias🐾🚲
And how the ram/cells are structured are up to the manufacturer. The important piece is how its accessed.
Tobias🐾🚲
The chip/controller on the ram can do whatever. If its 3d x-point memory then it does a heck-lot of magic to push electrons around/set states.