klimi
Just search for the devs
b4kn
why are u cant share link?
klimi
Its against rules
b4kn
this chat rules?
Anonymous
Help me
Anonymous
I have a interview in coming 10 days
Anonymous
And i need to prepare coding round
Anonymous
What should I do
klimi
Vladimir
How people usually get here? By links in other chats or link is posted somewhere?
Anonymous
Anonymous
Some tips please
Dima
Stop
b4kn
usefull chat
klimi
usefull chat
Thank you for the feedback
01000001011011010100000101101110
And i need to prepare coding round
I also need to prepare oops in c++
01000001011011010100000101101110
https://www.geeksforgeeks.org/object-oriented-programming-in-cpp/
01000001011011010100000101101110
Currently I'm referring this
klimi
Okay
Francisco
The basic question is that u just have to execute the if and else statement both at the same time
I think you don't even understand what you're asking. If and else are exclusive. By definition you can't execute both of them, just one at a time. Surely there's tricks to execute both, but it's useless and I'm not goingo to even bother
Anonymous
because basic_istream doesn't have a default constructor
didn't get you Are istream and basic_istream have some relation? I don't know. How does constructor help?
Anonymous
didn't get you Are istream and basic_istream have some relation? I don't know. How does constructor help?
istream is a basic_istream How do an istream object get where you gonna get data?
Anonymous
"where you gonna get data"? What?
Anonymous
I think these questions for are really unnecessary at the moment, learn the basics first
Anonymous
Well I know the basic buddy !!
Anonymous
There are some things that I don't understand and I ask them here.
Anonymous
And if you answer like that then there is no reason for the group to exist
Anonymous
Dude, you don't have enough background to understand the topic. You are asking this question for days, for god's sake! Don't you there is something wrong here?
Anonymous
Well the question is an interview question !!
Anonymous
it's an interview question.
Anonymous
Should I delete it?
Do you have any reason to delete it? Or just saying it for the sake of saying it?
Anonymous
Well the question is an interview question !!
Lol Learn the basics, then study to interviews It is not THAT simple to get ready for C++ interviews Mostly you have to have some Computer Science backgroung: operating systems, computer architecture, multi-threading
Dima
And if you answer like that then there is no reason for the group to exist
there’s no reason for such stupid questions to exist
Dima
it must be retarded company to ask stuff like this lol
Ludovic 'Archivist'
it must be retarded company to ask stuff like this lol
Well, never saw an intelligent interview question in C++, and when there was a nearly smart one their expected answer was outdated since 1992
Anonymous
If you want to land a job as quickly as possible — learn python or javascript
Anonymous
Or even PHP
Anonymous
I don't know what is more popular in your region
Anonymous
> tell us about conio.h
Isn't it a C question? :)
Dima
eh
Dima
> include conio.h in turbo c++
Anonymous
Is there something wrong here?
Anonymous
I think knowing the concept is more important than knowing the language. In the first place, I'm not preparing for a job
Dima
No, you are right. but these two languages
Ludovic 'Archivist'
Isn't it a C question? :)
1/3 of interview questions for C++ happen to be C
Anonymous
1/3 of interview questions for C++ happen to be C
I think interviews for a junior are not supposed to have conio.h-ish questions
Ludovic 'Archivist'
Anonymous
Ludovic 'Archivist'
Let me rephrase, no question about stuff outdated since more than 1.5 decade should be asked
Anonymous
Kinda include questions on C, that are deeper than "define an array"
Dima
Imagine if Maxi would kick in to this conversation with no real job experience
Dima
Lol!
Biruk
/great
guys please help me with this thing . what is my error i dont get it
Ludovic 'Archivist'
Kinda include questions on C, that are deeper than "define an array"
Don't frigging put questions that use C arrays in C++
Ludovic 'Archivist'
Disagree There are still legacy
And you can just learn that on the job. It is unrelated to the language
Ludovic 'Archivist'
And you can just learn that on the job. It is unrelated to the language
I don't expect someone starting working for me to know about all the parameters of posix_fadvise
Anonymous
but it doesn't have an implementation
klimi
Lol!
:< I feel sorry for him
Anonymous
but it doesn't have an implementation
if it doen't have a code, how does it suppose to run?
.
/get Cbook
.
/get findprojects
Anonymous
I got to know that if a key is not present in a map then the map automatically initialized the std::map of key with some default value. Is it possible to initialise non-existent members with some other value?
Anonymous
how to initialise with different value?
Mat
I didn't get you
Anonymous
I didn't get you
I mean suppose: std::map<int,int> mp; mp[102] will give me 0.