Lucifer
/
Meg_griffin
What's a system call
Mihail
What's a system call
Well you can separate execution into two parts. user and kernel. So when your program is executing for a lot of things you need to call the kernel. Some examples are reading/writing to a file, printing something to the screen, allocating some memory, listing the files in a directory and so on (basically everything that the kernel manages for security reasons and can't be done without calling the kernel)
Mihail
So before you call the kernel you set up the parameters for the call. So in assembly for x86_64 to print something you'd set rax, rdi, rsi and rdx to the appropriate values and then do syscall to ask the kernel to execute whatever you wanted to do
Anonymous
What are control points in opengl? I am a bit confused, are they vertices or what exactly Like for a triangle is it okay to say the control points are three and line control points 2 or is entirely something different. Please let me know if you have a answer
Anonymous
Anonymous
/notes
Anonymous
-findprojects
Anonymous
#findprojects
Anonymous
waah nice 😐
Anonymous
#callingfunction
Anonymous
❤️
Anonymous
What are control points in opengl? I am a bit confused, are they vertices or what exactly Like for a triangle is it okay to say the control points are three and line control points 2 or is entirely something different. Please let me know if you have a answer
Anonymous
#howtoprogram
Anonymous
Hello Guys! !!Paste your At&t (iPhone, Samsung ...) Verizon // Sprint // Chase (cc top up) Barclay's (account) Capital one (cc) Wells Fargo (cc) Boa (cc) Let's take the loot and 🍴 eat....
Anonymous
Hi everyone
Anonymous
I am shahbanoo leda
Anonymous
I have been staring new programming C
Anonymous
So I hope u help me
Pavel
What are control points in opengl? I am a bit confused, are they vertices or what exactly Like for a triangle is it okay to say the control points are three and line control points 2 or is entirely something different. Please let me know if you have a answer
I'm not an expert, but usually you work with vertex buffer and index buffer. First is array of size n*3, where n is count of your verticles, and every three elements represent a vector coordinates [x1, y1, z1, x2, y2, z2, ...]. Second one is size m*3, where m is count of your triangles, every three elements represent indexes of vertexes from the first array [0, 1, 2, 2, 1, 3, ...] There are also strips and fans that being encoded differently, but they are rarely used.
Sameer
please share the complier of C & C++
Pavel
please share the complier of C & C++
https://sourceware.org/cygwin/ http://www.mingw.org/ http://releases.llvm.org/download.html https://visualstudio.microsoft.com/vs/
E-DroolerPHP
Dima
Anonymous
Web7 TimeLord ¤
KALI
Need help with writing a C program that prints from a text file that contain a particular word
Grabber.$
Anyone with a program c++ that doesn't prompt use to enter inputs🙏🙏
Anonymous
#freeprogrammingbooks
Victor D.
/get ide
progmatic99
#ossu
progmatic99
#findprojects
progmatic99
#goodcodingmentality
progmatic99
#findprojects
Victor D.
🤣
Victor D.
/get reference-the-standard
shubham telavane
Yo
I_Interface
Hi
shubham telavane
Can anyone help me for c ++ language ?
Anonymous
And me
Anonymous
Help me for learning c++
Dima
Naive
Victor D.
shubham telavane
Channel gand marvyla ahe ka mag bc
Anonymous
Yes
Dima
Good job.
klimi
@kaletaa I'm sorry!
klimi
hmm? why?
Don't ask for details thx
kλletaa
ok
Anonymous
can i ask question other than c or c++
Anonymous
like qstn related to mysql ?
kλletaa
that's offtopic
kλletaa
#ot
Anonymous
or like java
Anonymous
Hi I have a qn about array program
Anonymous
That after the array numbers as ascending then I want to say whether the given search number is middle or lower than array or greater how to make this
klimi
learn english first
You should be admin
kλletaa
epic.
Anonymous
learn english first
U can't get what i try to say that 🤪
Anonymous
I'm saying simply for u
Mat
I'm saying simply for u
You're not talking English there
Anonymous
34 44 55 63 71 This is sorted ascending array I have for ex Now I'm searching 55 then it should say it is present in mid Or I'm search as 44 it should say as lower
Mat
What's your question?
Anonymous
kλletaa
34 44 55 63 71 This is sorted ascending array I have for ex Now I'm searching 55 then it should say it is present in mid Or I'm search as 44 it should say as lower
Iterate through the array, save the index of 55 and iterate again, if 44 is lower return lower if not return greater
kλletaa
this is your homework huh
Mat
I got it. What's your question?