Dima
thanks
Anonymous
thanks
Welcome
Anonymous
Okay
Sasuke
i can suggest you a book that gives an overview of Computer Science
I am not new computer science but ok suggest me may I get some new topics
Dima
bruh
Dima
rose wtf
Asad
I am not new computer science but ok suggest me may I get some new topics
"Computer Science: an Overview" by Glenn Brookshear We had this in the first semester. It covers topics from computing history, Machine Language to the DBMS, Data Structures, Algorithms and so on. Very interesting book...
Anonymous
thank Rose,I was muted from that group of python DL I think C++ is also fine
Dima
Why?
Anonymous
Comparing with other groups
Anonymous
sorry
Dima
yeah this is suspicious
Anonymous
Voilating rules
Anonymous
Sasuke
/report
You can go easy on people
Anonymous
Sorry admins,I have rectified
klimi
/report
The fuck are you reporting, get a fucking job or waste time somewhere else
Anonymous
Block me
Yakov
bruh
klimi
Anonymous
😂😂😂😂
Anonymous
So what can we do here
Ajay
oh hell, everything i asked is now purged.
Marián
how can i use parent properties/methods from child of child of that parent?
Marián
oh wait
Francisco
They don't learn
Yakov
Cringe af
Anonymous
oh hell, everything i asked is now purged.
You asked: cppreference does not include having a implicit default ctr as trivially copyable but then trivial classes shouldn't have a default ctr Why is that so? Me: I don't understand
Yazan
Hello can someone help please
Yazan
An incrementer Is a circuit that increments some input value by 1 assume you have a set of half-assed blocks and 2-input OR gates draw the circuit of a 3-bit incrementer circuit
Ajay
Ajay
Can anyone explain the dynamic library part?
Anonymous
Thanks
Dima
lol
Anonymous
There are three errors, but I did not understand anything
Leyla
Can anyone please explain how to use (distance) in c++
Leyla
I need to use it in class MYPOINT
I_Interface
There are three errors, but I did not understand anything
/warn install telegram desktop and make a normal screenshot or use pastebin.com
Anonymous
https://abinashtalks.blogspot.com/2020/04/top-5-operating-systems-for-ethical.html?m=1
Anonymous
Hey guys is there any one send a merge sort code and counting sort code as an example thanks 🙏🏻
Anonymous
There are three errors, but I did not understand anything
gets is deprecated. use fgets: fgets(str, sizeof(str), stdin);
Anonymous
Can any one guide me how to start competitive programming considering that i know c and c++ plz plz
Anonymous
Yep i have started in hacker rank
Anonymous
Both 30 days as well as language problems
klimi
Alright
Anonymous
But bro what sholud i do when i don't know the solution
Asdew
You should think about it even more.
Anonymous
Oo
Asdew
That's what competitive programming is.
Anonymous
Hey all can you tell where can i get topic wise problems of c++
Ashish Bhushan
👆
Harsh
Anonymous
Sanfoundry.com
Thanks bro
Anonymous
Artöm
Which table?
Iroh
int scores[] = {1,2,3,4,5}; auto var = size(scores); cout << typeid(var).name() << "\n"; // output = m Hi. In above code why i get the output 'm'?
Anonymous
guys
Anonymous
guys is this code right? [ to check if a number is prime or not ] and the output shows no test cases passed
Anonymous
the output must show some test cases passed if the code is right
Anonymous
Devyash
Check for the base cases like 1 and 2
Deni
btw why does this even work?
Because it check the 1 and its always 0
Marat
btw why does this even work?
you have num % 0 - this is undefined behaviour
Anonymous
oh
Anonymous
‘FS’=28 In the table
in most compilers: 'FS' == ('F' << CHAR_BITS) | 'S'