当前位置:网站首页>A misunderstanding about the console window
A misunderstanding about the console window
2022-07-05 05:27:00 【Korloa】
Is the console window the main process of the program ?
Not at all , This is a delay for most people . When we finish writing a C++/C And run it , We call the task manager (Ctrl+Shift+Esc), The findings are as shown in the figure :

We think the one marked is the main program , But it is not , Let's scroll down :

The family name has been written , Just shoot you confused , This is the main process . Sometimes there is more than one such console main process .
What else can we see , I wonder if you have read this blog . One of the parameters is WH_KEYBOARD
Keyboard monitoring technology
https://blog.csdn.net/way_back/article/details/122747689?spm=1001.2014.3001.5502
Its function is to record the keyboard input of the current program main process , But if you are running a console ( Not a window ), You type something into the black box , But there was no response . Obviously the , The black box is just an interaction , Not the main window process .
End~~
This concludes the discussion , As for the thoughtless places, please respond below the comments
边栏推荐
- Use of snippets in vscode (code template)
- PMP考生,请查收7月PMP考试注意事项
- Bubble sort summary
- Romance of programmers on Valentine's Day
- [to be continued] I believe that everyone has the right to choose their own way of life - written in front of the art column
- A three-dimensional button
- ssh免密登录设置及使用脚本进行ssh登录并执行指令
- Acwing 4300. Two operations
- 剑指 Offer 04. 二维数组中的查找
- Demonstration of using Solon auth authentication framework (simpler authentication framework)
猜你喜欢
随机推荐
[es practice] use the native realm security mode on es
Service fusing hystrix
用STM32点个灯
[turn to] MySQL operation practice (I): Keywords & functions
Fragment addition failed error lookup
Embedded database development programming (V) -- DQL
使用Electron开发桌面应用
To be continued] [UE4 notes] L4 object editing
Bucket sort
lxml. etree. XMLSyntaxError: Opening and ending tag mismatch: meta line 6 and head, line 8, column 8
Download xftp7 and xshell7 (official website)
服务熔断 Hystrix
SSH password free login settings and use scripts to SSH login and execute instructions
搭建完数据库和网站后.打开app测试时候显示服务器正在维护.
sync.Mutex源码解读
TF-A中的工具介绍
Learning notes of "hands on learning in depth"
Simple modal box
Haut OJ 1357: lunch question (I) -- high precision multiplication
[转]MySQL操作实战(一):关键字 & 函数







![[转]MySQL操作实战(一):关键字 & 函数](/img/b1/8b843014f365b786e310718f669043.png)

