14 questions
...for(int i = 0; i <= 3 ; i++){ system(cls); turn(&A,&B,&C); printf(<PlayerStat>\n); printf(A : %d\nB : %d\nC : %d\n,A,B,C); sleep(3);}I did it like this I can't erase the cmd wi...
This question appears to be outside the scope defined in Help Center for stack overflow.Closed 6 years ago.6 years agoIs there a language in which you cannot create an operating system?if anyWhat are ...
While reading this, I found the following statement:https://ja.wikipedia.org/wiki/Intel_8086In addition to the address register for the operation, it also has a 16-bit register for address conversion ...
I have a question about both PC (Windows, Mac, Linux) and smartphone (iOS, Android). Can I check the information I sent to the outside world or check the contents of what I'm going to send and block i...
import osdef run(command): file = open(tmp.py, 'w') file.write(command) file.close() res = os.popen(sudo python3 tmp.py -f).read() return resres = run (Hello)print(Result+res+)So, this is how we built...
I have a question because I don't understand the user thread well.'Thread management is done by the thread library in user space,so it is efficient''because onlyone thread can access the kernel at a t...
If you look at the process state diagram, there are states such as new, ready, running, waiting, etc.At this time, the process does not go to ready immediately when there is an input/output or event, ...
Is there a way to know the Android system version by code? For example, 1.0, 2.2.
Do I have to write it like this to find out if there is a file or not?Please let me know if there is a shorter way.It's too inefficient to check multiple files because there are more files. int exists...
Please tell me the code to find out the cache size (in line units) in the C/C++ program.My computer uses Linux and I would appreciate it if you could tell me the other platform code.It would be nice i...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.