Giter VIP home page Giter VIP logo

imgui's Introduction

IMGUI

说明

SDL2

版本:SDL version 2.0.9 (stable)

新知识学习

Windows batch批处理脚本

  • 1.在Windows中使用 where cl 来判断 cl 是否存在(是否可用)。

  • 2.where cl > nul 2>&1表示:把STDOUT(1)和STDERR(2)重定向到 nul中,即忽略这两个输出。

    • command > filename 2>&1 :把标准输出和标准错误一起重定向到一个文件。

    • command >nul 2>nul:隐藏程序输出结果。

  • 3.|| :连接两个命令,当 || 前的命令失败时,才执行||后的命令。

  • 4.callstart命令:

    • call命令:在同一个cmd.exe中运行。

    • start命令:该命令会另外启动一个cmd.exe来运行程序,或者脚本。

C语言中的#号

  • # 号:把宏参数变为一个字符串
  • ## 号:把两个宏参数连接起来

imgui's People

Contributors

zeroxer avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.