Anonymous
My PayPal had been stopped using。。。so sad
Anonymous
hi how are you
Anonymous
do c++ need maths or save codes?
Dima
Yeah
Anonymous
I read it
Anonymous
I am at a biggener level in c programming
Anonymous
how to continue with advance level
Razesh
Anonymous
Suggest best learning platform
Razesh
U need to learn data structures and algorithms along with solving problems related to each data structure and algorithm
Razesh
You can use geeksforgeeks to learn And codechef, topcoders etc competitive sites to practice
Anonymous
Currently I am using hackerearth it is ok?
Razesh
Yeah
Razesh
Sites doesnot matter How much problems u r solving matters😆
Anonymous
How much time you code per day
Razesh
How much time you code per day
I m a learner like u😂😂
Razesh
So i basically code 1 to 2 hour per day due to exama in college
Razesh
Exams*
Anonymous
It's sounds like me
Anonymous
😂
Razesh
It's sounds like me
Ofcrs😂😂😂😂
Anonymous
Thanks
Anonymous
For your appreciation
Razesh
Dont thank This grp is for helping I was also helped😂
Anonymous
Ok 👍
Liam
1. basic syntax (1 - 2 weeks) 2. basic data structure & algorithms (3 - 4 months) 3. small projects for self-training (1 month / project, 3 - 4 projects are enough) 4. leetcode for job finding (2 - 3 months) or turn to next programming language
Liam
lol
Liam
when tired for self-training, try to read some codes on GitHub. Examples: * Webbench: a press test tool on Linux, able to mock 30k QPS with only 600 lines of code. * tinyhttpd: a tiny http server with only 500 lines and a simple client, reading this helps you to understand the structure of http servers. * libev: an 8k-line open source event dirved library, based on infrastructures offered by OS (epoll and kqueue)
Kenneth
struct A{}; Class D: virtual public A { ::A _test; };
Kenneth
What does _test mean?
Artöm
It allows to use protected _test field from A
Anonymous
It allows to use protected _test field from A
As if it were a member variable of D class
Anonymous
It allows to use protected _test field from A
What, does it? It seems as a field of type A
Anonymous
It allows to use protected _test field from A
For that kind of stuff there's using, no?
Artöm
What, does it? It seems as a field of type A
I misread the code, you're right
manas
Hey everybody! I'm currently learning cpp and plan to learn it to an intermediate level (generics and stl). Does anyone know how much time it will take to learn to develop desktop applications using qt and cpp?
Artöm
What does _test mean?
Field name then
Artöm
Dunno what for tho, A is also inherited
Kenneth
@kennethotj
Thank you !
manas
There's no generics in C++. It is templates.
Yes i know. That's what i meant 😅
Anonymous
manas
Well, it's hard to say how much times it's going to take. It depends on code quality you want to achieve and other similar things
IMO, code quality in cpp is more important than it is important in other languages, since it's really easy to write bad code, so I'd definitely like to know the best practices for developing software in cpp
Anonymous
Hi guys
Anonymous
Hii
Anonymous
Can any one tell me how to mulitiple and devide 2 figures on dev c++
Anonymous
.
Anonymous
.
Ystorm
Can you give me some examples? I'm not quite sure what you mean
Laflame
Done
Anonymous
Done
Good boy
manas
https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list
Thanks for the list. Actually, this is the list I had used to start learning modern cpp using A Tour of C++. But I just wanted to know how much time it will take to learn qt. I guess a better question would be, is it worth learning qt? If it won't take long to get the hang of it, then I'll definitely do it. Thanks!
Anonymous
Rdp needed
Anonymous
Hi im new to the gruop
Anonymous
Anonymous
So you can ask books on Qt there But there are not much
Aira
Is there any apps from where i can learn c language easily!
Aira
Ok
Aira
Which books?
Anonymous
Which books?
C++ Primer Plus by Prata
Aira
Thanks
Anonymous
Anonymous
U have pdf?
No one has here You must buy it
Anonymous
Ok thanks
Anonymous
I have a very important doubt regarding string functions to all programmers and admins
Anonymous
What?
Can anyone explain it why strcmp function return 0 While all Other functions return true values