Git Product home page Git Product logo

cmdcalc2's Introduction

Metrics

About me

  • CS@ZJU
  • Coding for fun, and for free.
  • Doing things in a geek way. Everything we have is composable and can be customized!
  • 🌱 C++ for Graphics, Python for LLM, Rust for Fun.
  • ⭐ Dreaming to be an individual Game Developer

cmdcalc2's People

Contributors

locietta avatar

Watchers

 avatar

cmdcalc2's Issues

编译(挖坟)遇到的两个小问题

make编译时遇到两个小问题:

src/calcio.c: In function 'vExpr_gets':
src/calcio.c:45:15: error: 'c' may be used uninitialized [-Werror=maybe-uninitialized]
45 | return (c == EOF && cs == s) ? NULL : s;

  • 给c初始化后解决

gcc -Wall -Werror -O2 -I"./include" -I"./include/ADT" -g3 -c -o src/error.o src/error.c
8 | #include "./include/error.h"
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.

  • 或许可以改为#include"../include/error.h"?

  • 总之[ ゚∀゚]bbb

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.