TGA_CXX

TGA_CXX

Winter Lv4

TGA关于c++

  • C++操作文件 这里记录一些相关要用的知识点 便于统一看

    • **流访问,有open std::ios::binary ,.good(),.get(),.read()的一些参数 **
    • 重载函数规范有点忘记。
    • copy (stored data) to a different location, especially so as to protect against loss. dump in computer mean
    • ESCAPE SYMBOL 溢出符号
    • Run-length encode a lossless encode method  just to replace the runS(many values occurs consecutivelt) w12b2cd13e32 .eg
    • const只是语法检查 所以地址转换是一个编程漏洞
  • Post title:TGA_CXX
  • Post author:Winter
  • Create time:2023-09-22 15:21:07
  • Post link:https://spikeihg.github.io/2023/09/22/TGA-CXX/
  • Copyright Notice:All articles in this blog are licensed under BY-NC-SA unless stating additionally.
if (hexo-config('comment.enable') == true && hexo-config('comment.use') != "") { if (hexo-config('comment.use') == "waline") { @require "./waline.styl" } else if (hexo-config('comment.use') == "gitalk") { @require "./gitalk.styl" } else if (hexo-config('comment.use') == "twikoo") { @require "./twikoo.styl" } } .comments-container { display inline-block margin-top $spacing-unit width 100% #comment-anchor { width 100% height 10px } .comment-area-title { width 100% margin 10px 0 font-size 1.38rem color var(--default-text-color) font-family "Noto Sans", "Noto Sans SC",sans-serif font-weight bold i { color var(--default-text-color) } +redefine-tablet() { margin 5px 0 font-size 1.2rem } } }