Other articles


  1. 紀念 C 語言之父 Dennis Ritchie

    Published: 三 12 十月 2022
    By ols3

    In C.

    10 月 12 日

    紀念 C 語言之父 Dennis Ritchie (1941/9/9-2011/10/12)

    一個低調又有個性的傳奇人物!!!

    通過博士學位審查, 因不願支付不公平的論 …

    read more
  2. 測試 code block

    Published: 六 14 五月 2022
    By ols3

    In C.

    測試 C 語言的 code block:

    /*
        C socket server example
    */
    
    #include<stdio.h>
    #include<string.h>    //strlen
    #include<sys/socket.h>
    #include<arpa/inet.h> //inet_addr
    #include<unistd.h>    //write
    
    int main(int argc , char *argv[])
    {
        int socket_desc , client_sock , c , read_size;
        struct sockaddr_in …
    read more

links

social