Yunyin's blog
  • Home
  • Archive
  • Tags
  • Categories
  • 7-1 Windows键盘消息处理

    2023-03-13 /
    • { Windows游戏编程(逐梦旅程读书笔记) }

    Windows键盘消息处理

    在Windows下,所有按键都会被映射为一个虚拟键,有自己的虚拟键码。

    Read On »
  • 7-2 Windows鼠标消息处理

    2023-03-13 /
    • { Windows游戏编程(逐梦旅程读书笔记) }

    Windows鼠标消息处理

    在鼠标消息处理中,message传入鼠标消息类型,而wParam和lParam存储了具体的值。

    Read On »
  • 7-2-5 Windows鼠标相关函数

    2023-03-13 /
    • { Windows游戏编程(逐梦旅程读书笔记) }

    Windows鼠标相关函数

    1.设置鼠标光标位置(相对于屏幕)

    Read On »
  • 书单

    2023-03-13 /
    • { 书单 }

    书单

    计算机:

    序号 标题 作者 版本 进度 备注 日期
    Read On »
  • GDB调试命令

    2023-03-13 /
    • { C++ }
    • { GDB }

    GDB调试命令

    调试指令 shortcut 作 用 example
    Read On »
  • GDB调试多进程任务

    2023-03-13 /
    • { C++ }
    • { GDB }

    GDB调试多进程任务

    **链接:**https://www.bilibili.com/video/BV1ei4y1V758?p=4

  • GDB调试正在运行的程序(附加)

    2023-03-13 /
    • { C++ }
    • { GDB }

    GDB调试正在运行的程序(附加)

    1.查看进程pid

    Read On »
  • 调试core文件

    2023-03-13 /
    • { C++ }
    • { GDB }

    调试core文件

    当程序挂掉,会产生一个core dump的错误,并生成一个core文件

    Read On »
  • 内存对齐规则

    2023-03-13 /
    • { C++ }
    • { 补充特性 }

    内存对齐规则

    1.规则:

    Read On »
  • ShortCuts

    2023-02-23 /
    • { ShortCuts }

    ShortCuts

    1.vscode

    Read On »
« prev1…5758596061…91next »
© 2024 - Yunyin
Powered by Hexo , Theme - Icalm