Anonymous
So I got super confused :D
Anonymous
🙈 You guys are so cool. Always here and always helping out.
BinaryByter
hehe yea i've got too much time ;)
BinaryByter
klimi
Thank you クリミ and Maximilian.
Oh no problem.... @linuxer4fun look he/she(it) wrote my katakana name
Keijo
yea
had some kinda problem when installing "check"
Keijo
mby i try again
BinaryByter
BinaryByter
or some other arch?
Keijo
did you install the i386 version?
i must say i have no idea 😄
Keijo
i will look at it now.. thanks for your help
Keijo
hmm i think i have right check library
Keijo
found the error.. i didnt have pkg-config installed lol
Oğuz
hey
Oğuz
i am trying to write a new system call function for my kernel, for this i have upgraded my kernel. while trying to implement kernel message in kernel space i am trying to include header files that comes from new kernel but gcc can not find those header files
Oğuz
if i give the exact path as /usr/sr.........../linux/memory.h it throws error fro the memory.h function as it says there is no such file for the headers in the memory.h how can i achieve this problem?
S.
Yeah tried that same problem occurs
The big I option is almost the only good way to specify the include path. You might do it wrong.
Oğuz
The big I option is almost the only good way to specify the include path. You might do it wrong.
It works for the memory.h, but same problem occurs for the headers in memory.h. Sorry for incomplete answer.
Oğuz
I should have describe it better
Oğuz
Yeah I know but how long there are so many headers in my code. Is there a dynamic way to handle these headers?
S.
Yeah I know but how long there are so many headers in my code. Is there a dynamic way to handle these headers?
Yes. Just google it. Many projects use "*-config" command/script to automatically generate a linking/including paths options
Oğuz
Ok I will look into it. Thanks for the help
S.
... or use make, cmake. No problem.
Anonymous
Anonymous
->
Anonymous
Or maybe &?
Anonymous
Idk what do you think?
BinaryByter
its ->
BinaryByter
It is, however, a very bad practice in c++ to use pointers
Anonymous
Wasn't ¦?
BinaryByter
you should use references instead
BinaryByter
Wasn't ¦?
|| is logical or, | is the bitwise or
S.
Wasn't ¦?
What's that?
Anonymous
JK guys
Anonymous
What's that?
I don't even know, it's on my phone's keyboard
BinaryByter
lol
S.
Anonymous
^
Yup
BinaryByter
do i get a sticker?
Anonymous
Yes, lmao that's a good one
BinaryByter
a smiley shaped sticker with hearts on it
BinaryByter
in the field "Has answered a question correctly at 3:30 am"
BinaryByter
Omfg ill be the new boyscout team leader
Anonymous
3:30 am?
BinaryByter
local time in germany
Anonymous
Oh, I see I have 8:35pm lmao
BinaryByter
you live in chile or somewhere near?
S.
😍 smiley√ hearts√
BinaryByter
YAAAYY
BinaryByter
close enough
BinaryByter
start paying for the wall
Anonymous
BinaryByter
but?
S.
I would like to
Like ... the great wall in china brings tons of money from travelers every year
S.
?
Anonymous
But I don't want to pay for anything that's not related to me, I've never asked people to go to USA and commit crimes there, I'm struggling here in this country trying to get my own stuff
Anonymous
Thanks
BinaryByter
omfg that reminded me how i helped my chess coach from venezuela lead a new life
BinaryByter
Okay dudes, im bored and i cant sleep because i drank too much coffee
BinaryByter
does anybody have an idea for a programming related game we xould play?
S.
does anybody have an idea for a programming related game we xould play?
It reminds me one ... but i forgot the name. You act as you're hacking a server and need to solve some interesting puzzles
Anonymous
https://www.makeuseof.com/tag/best-programming-games/ I'm not sure if this is allowed here Sorry in advance
BinaryByter
i bought screeps
BinaryByter
it has the worst api ive seen so far
BinaryByter
and i have used php
Anonymous
Hey ...
S.
hi
Zorrito
I want to use the GMP library (C++), but 'mpf_set()' doesn't seem to work (mpf_set_d() works, though). I'm getting "error: no matching function for call to '__gmpf_set'". Does anyone know what the problem might be?