[Coding] Coding tool - QT Creator Posted by Keep Growing on 晚上11:06 in C, Linux Coding / No comments Introduce by PCman Share This: Facebook Twitter Google+ Stumble Digg 以電子郵件傳送這篇文章BlogThis!分享至 X分享至 Facebook Related Posts:[C] Handle interrupt #include <stdio.h> /* printf */ #include <signal.h> #include <stdlib.h> /* exit(0) */ #include <time.h> /* ct… Read More[C] Simple Signals Function - SIGALRM #include <stdio.h> #include <signal.h> /* number of times the handle will run: */ volatile int breakflag = 3; void handle(int sig) { … Read More[C] CreateThreadL - fifopath#include <unistd.h> #include <string.h> #include <sys/stat.h> #include <stdio.h> #include <fcntl.h> #include <pthread… Read More[C] How to use the function of execvp #include<stdio.h> #include<sys/types.h> #define LS_PATH "/tmp" int main() { int counter = 0; char *argv[10]; … Read More[Socket][C] Simple tutorial on using sockets for interprocess communication Client : #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <sys/types.h> #include… Read More
0 意見:
張貼留言