Hello, can you guys recommend a good book on operating systems concepts? I already have read about computer architecture and os concepts (engineering college level) but I need...
Hello, I have two lists lets say ListA with person name and LisB with person name with family name. I am having a string array that has a bunch of names now i am assigning th...
I have a question regarding methods returning refrence to the class itself let's say linker() returns refrence of 'Myclass' and another method tat just does print called outpu...
Kinda off topic i am having trouble with glut did everything to setup glut on codeblocks but cant compile it i get error "ld.exe cannot find -lfreeglut" anyone got any clue ab...
is there anyone who has learnt to make device drivers for Linux here?
Hello, I got an error in debug saying frames skipped i did some googling and found out its due to running too much tasks on main thread so if i were to offload it what would b...