Pavel
hi, I’ve a question: with only a “break” can I close two (or more) “while”? I hope you’ve understood
You can put the outer loop into a function and return from it. Or use goto (but better don't)
Pavel
I'm reading a book and found an interesting search implementation example http://www.dataorienteddesign.com/dodbook/node7.html#src:binarytimelookup in Data-oriented Lookup part there are three code examples: - first one is binary search in sorted array of structs - second one is the same except for the keys moved to a separate array (so while searching it's more chance of cache hit) - the third one I can't understand seems like they do binary search to find a block that should fit cacheline and then do a linear search
Pavel
Is it like that? Why not to go further then and divide the array to multiple levels of such blocks?
Anonymous
klimi
C++ is not dead nigga
that's racism, please chose other words
Anonymous
that's racism, please chose other words
I'm sorry😂😂.. I'm black and I usually talk with blacks.. I should have checked the name..
Deepak
But it's true though u can't find more jobs in c,c++
klimi
its not true
klimi
there are tons of c++ jobs
Dima
just because cxx jobs aren’t cheap 😜
Deepak
Really😳😳😳😳😳😳😳😳😳🙈🙈🙈🙈
Pavel
there are tons of c++ jobs
+ Never felt that I can't find a job or all that I found is not interesting or something like this
Deepak
I interviewed for c,c++ six months before since then no interview for this language
klimi
well
klimi
if i search i see many posibilities
klimi
i would say there are less jobs for dart
Deepak
Yeah ml is popular now with python
Deepak
Yessss
klimi
Yeah ml is popular now with python
i would say its the same as java c++ or javascript
Pavel
Deepak
Haaaaa haaaaaa😂😂😂😂
Meg_griffin
Does anyone have a link to any java group
Dima
Pavel
Am I correct that POD types doesn't initialize additionally somehow comparing to usual variables? I mean if I create a non-static local variable that is POD type, it's not guarantied that the fields are 0 by default?
Francisco
Am I correct that POD types doesn't initialize additionally somehow comparing to usual variables? I mean if I create a non-static local variable that is POD type, it's not guarantied that the fields are 0 by default?
You're correct. POD types "don't" have default constructor, in the way that the value they store when they are created with no value, is garbage
Francisco
Maybe, your compiler/machine sets that memory to zero, but it's not standard
Anonymous
/get
klimi
get rekt
Singh
Heyy
Oleg
Hi, what do you think about Rust?
Anonymous
yep
Oleg
ok
Anonymous
this one is on-topic only
Anonymous
Need to print Using nested for loop 54321 5432 543 54 5 Just need concept for the spacing that is in front of 5
Pavel
Need to print Using nested for loop 54321 5432 543 54 5 Just need concept for the spacing that is in front of 5
you can check whether the value on the left from diagonal, and either print a value or a space (or two)
Anonymous
Me nub Didn't understood what u guys telling😅😅😅
Anonymous
need by using only for loop
void
Use for loop, it's just example of setw
RJ
Anyone tech me c++ Need Indian
Dima
No
RJ
It's okey
kaushik
Can anyone provide me list of functions available on turbo not in codeblocks
kaushik
Ok
Pavel
How deal with this issue
better to use some not outdated compiler, if you can
Dima
How deal with this issue
/warn read the rules
Pavel
btw, why so many people using this turbo c++? I've never even heard of it before I got to this chat
Anonymous
Hi
Dima
Indians.
Anonymous
Indians.
Pakistani
Dima
Pakistani
I am taking about the another message :D welcome
Anonymous
Right
professor
Is c++ dead ...not finding many jobs
it is not dead. you will need c++ for reverse engineering jobs , application desktop (native) , IoT, embeded , etc
Anonymous
What is the meaning of layout qualifier missed in opengl? I am trying to compile a code with a patch in it It does not work and the error I keep getting is layout qualifier missed
Anonymous
Please help😰🤯
Anonymous
Hello
Anonymous
No
😂😂
Anonymous
Who has experience in opengl
Anonymous
Dima
It’s not opengl related problem
Dima
What to explain? it's not opengl related
Anonymous
Ok then what is it please
Anonymous
What to explain? it's not opengl related
Please do you have experience in opengl
Lauri
Why should I use pointers in c
Lauri
Someone told me to access element easier
Dima
Because it points to an object