博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[Application]Ctrl+C终止程序代码
阅读量:5149 次
发布时间:2019-06-13

本文共 380 字,大约阅读时间需要 1 分钟。

代码如下:

#include 
#include
#include
#include
#include
using namespace std; void sig_handler( int sig){ if(sig == SIGINT) { cout<<"ctrl+c has been keydownd"<

编译:

arm-linux-gnueabihf-g++ -o signal signal.cpp

 

转载于:https://www.cnblogs.com/aaronLinux/p/6800189.html

你可能感兴趣的文章
CentOS7.2安装配置nginx+uwsgi+python+flask运行环境
查看>>
Spring对注解(Annotation)处理【转】
查看>>
深入理解reentrantlock
查看>>
双路快速排序
查看>>
关于bfs时间轴
查看>>
JS对象继承篇
查看>>
有关java的uri的一些理解
查看>>
正确使用Enum的FlagsAttribute
查看>>
Linux urandom&random
查看>>
wso2 使用配置
查看>>
关于微软必应词典客户端的案例分析
查看>>
【转载】GDI 映像方式 之 SetViewportExtEx 与 SetWindowExtEx 解析
查看>>
递增输出带表头结点的单链表元素
查看>>
读取文件的乱码问题
查看>>
windows 常用操作
查看>>
算法(第四版)C# 习题题解——1.4
查看>>
软件测试第一次作业
查看>>
angular中处理多个异步请求的方法汇总
查看>>
一个关于vue+mysql+express的全栈项目(五)------ 实时聊天部分socket.io
查看>>
jQgrid合并行
查看>>