Dima
or deer
Anonymous
Pls am new in this group hope am welcome
Preeta
\
Anonymous
You are welcome
Okay thanks
Ибраги́м
For those of you who pride on Competitive Programming, in real world it's mostly trash.
Ибраги́м
https://www.reddit.com/r/cpp/comments/fl5pr1/why_so_many_students_are_using_includebitsstdch/
Francisco
For those of you who pride on Competitive Programming, in real world it's mostly trash.
I do a bit of competitive programming when I'm bored, but it's true you learn far more by doing real projects, even though if they are toy projects
Ибраги́м
I do a bit of competitive programming when I'm bored, but it's true you learn far more by doing real projects, even though if they are toy projects
> but it's true you learn far more by doing real projects, even though if they are toy projects I mean it's planets apart. I learned more when I was given a custom protocol to parse and develop for than will ever learn in CC programming
Ибраги́м
I spend bored time in optimization or little gamin'.
Рома
Help, I'm writing a lab in C ++. I have many functions and I allocate memory for objects dynamically there, also I have a constructor for deleting dynamic memory, and now at the end of each function do I need to call delete + the name of the object or will it be called itself?
Francisco
I spend bored time in optimization or little gamin'.
Everybody spend their time in whatever they feel like. I switch between projects, gaming, rubik's cube and Hackerrank
Francisco
Otherwise, you are creating a memory leak
Anonymous
Free dynamic memory in constructor, seriously?
NXiss7
Help, I'm writing a lab in C ++. I have many functions and I allocate memory for objects dynamically there, also I have a constructor for deleting dynamic memory, and now at the end of each function do I need to call delete + the name of the object or will it be called itself?
You need to delete those allocated objects. We usually apply RAII to handle this. If you're allocating memory in a class (during construction or whatever) you usually delete it during destruction.
Deleted Account
Does anyone know the appropriate time for Microsoft VS technical support? 16.5 The update has a serious BUG that makes it unusable. I used two technical support from my MSDN subscription to submit the Critical issue, but it's been 2 days since I didn't fix it.
mbuf
/report
Dima
/report
/warn abuse
I_Interface
/warn abuse
lol, admins are so rude
I_Interface
No u
Nope, u
mbuf
Brah
Anonymous
Heya guys
01000001011011010100000101101110
/report
Dima
/warn link on join
Dima
Rose got quarantized again
Dima
/warn ot group
Dima
/purge
Anonymous
Guys after too much messing myself in books I was able to understand stack and queue using array but again my nightmare(linked list) hit me brutually I didn't get anything in it what can I do this is the only thing which is irritating me too much
Anonymous
Do it over and over it gets easier
Dima
Silly
klimi
Silly
very siily much wow
Anonymous
Do it over and over it gets easier
I have tried I again got stuck I mean what was happening there with top
Wisenky
How can I take these float and integer values struct element by element in C
Wisenky
would you give me trick ?
Dima
or strtok, the harder but better way
Dima
fscanf(…, “%s %i %f")
Wisenky
but there are lots of non integer lines
Dima
by trying strtok you need to parse all tokens
Wisenky
lines's element numbers not equal ?
Wisenky
the best way is using yacc
I have to do this in C :( Im student
Anonymous
Anonymous
Please suggest me how i can learn c and c++ as much as fast.. Please give me some links tho i can learn and practice it
Dima
you can’t learn it fast
Dima
no one can
Anonymous
Let's start first
Anonymous
Can i get some ideas on learning c++
Anonymous
For beginners
Dima
practice
correctmaninwrongplace
Can i get some ideas on learning c++
"the c++ programming language" is a good book to learn C++
Anonymous
Can i get that on internet
Murat
hi
Murat
modern c++ learning
Murat
Would you suggest a place to learn?
MaJed
/
Noor
char* str = "hello.darkness.my.old.friend"; char* substr = "my";[C] how to get the subtring if I know the start and end index?
Noor
there’s a method called strstr
no, I know the index, its not matching thing. to slow
Lauri
There's a difference between data pass through intermediary ND getting saved in database So why the data could be given by company to gov in case not passed in in intermediary Am talking about end2end encryption So why encrypt the saved data? If the company could give data from database
Lauri
?
Lauri
Could I pm u
Dima
just kiddin’ :)
Dima
nope
Lauri
Ok
Dima
I am going to sleep now so nope
Anonymous
What is the use of this pointer
Noor
What is the use of this pointer
as the name says, to point something
NXiss7
What is the use of this pointer
If you mean *this. "This" points to this instance of the class.
András
What is the use of this pointer
It's obvious When we have needle, we use pointers
a
I wanna have some youtube c++ course, have any recommendation?
András
https://www.youtube.com/user/lefticus1/videos