Giter Club home page Giter Club logo

example-c's Introduction

说明

调整一些格式、配置等。

  • 删除了 .exe

如果遇到一些运行错误,可以尝试在这里寻找 - 你可能会遇到的错误

个人使用

Tip

个人基础配置 zyjared/kit-C

如果遇到困难,可以先使用任意编辑器 + gcc 命令应该是够用的。

你可能会遇到的错误

有些代码可能会有一些改动,如果恰好你和我一样也是边学边看,可能就会遇到些“莫名其妙”的事,所以会尽量对一些改动可能会造成的结果做一个问题汇总。

.exe 窗口会闪退?

如果直接运行 .exe,可能在需要输入时,你刚输入,然后回车了,还没看到结果呢,结果就闪退了。这种情况是正常的,因为确实结果也运行完了,只是太快。如果需要阻止这种行为,可以添加额外的代码:

int main(void){
    // do something

    getchar(); // 清除输入缓冲区中的回车
    getchar(); // 等待输入

    return 0;
}

example-c's People

Contributors

zyjared avatar lellansin 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.