Code Monkey home page Code Monkey logo

mycompiler's Introduction

MyCompiler

开发语言:C++

开发环境:Codeblocks 13.12

对一些未规定问题的处理(更新中)

  1. 数组越界的处理方式: 暂时不做任何处理,若因此产生了运行时错误,则出错信息由其他语法方面的报错方式报出

  2. 数据类型转换:int 可以转 float,反之不行

  3. 读语句只读普通变量,不读数组

  4. 运算类型转换表

栈顶数\次栈顶数  int  float char
int int float int
float float float float
cahr int float int

5.因为在项目中使用了正则表达式,所以应该在编译选项中使用 -std=c++0x or -std=gnu++0x

设置方法:Settings->Compilers->Global Compiler Settings 中选择 GNU GCC Compiler, 然后在 Categories 中勾选 Have g++ follow the C++11 ISO language standard...

mycompiler's People

Contributors

qiao1406 avatar

Watchers

James Cloos avatar  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.