Giter Site home page Giter Site logo

ximenpo / simple-cpp Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 9.97 MB

a simple cpp library.

License: MIT License

Shell 0.05% C 39.50% C++ 46.38% Makefile 0.85% Perl 0.20% CMake 0.23% SAS 0.05% CLIPS 0.15% Ada 2.54% Assembly 3.94% Pascal 2.00% C# 1.54% Groff 0.22% HTML 1.24% Batchfile 0.03% DIGITAL Command Language 0.78% Module Management System 0.04% M4 0.02% Objective-C 0.24%

simple-cpp's Introduction

simple-cpp

a simple cpp library

一堆简单的C++代码 ;)

编译/测试环境

  • vs2003+sp1
  • vs2010+sp1
  • cygwin+gcc4.9
  • osx 10.8[x64] gcc4.2

简单是美

编程应该越来越简单,但cpp却越来越复杂。也许,我们可以用一种简单的方式来使用简单的cpp。

这不是

  • 一个大而全的库
  • 一个相互依赖的库
  • 一个超级规范严谨的库
  • 一个体现编程技巧和能力的库
  • 一个可以独立编译成各种线程模式的dll或lib并链接使用的库

这也许是

  • 一个可以用的库(不完美,但可用)
  • 可以直接拷贝来拷贝去,不用担心会依赖一堆其他文件的代码
  • 集合了许多常用的第三方库的封装
  • 一堆令人脑洞大开的小功能和思路

怎么使用?

  • 方式一:直接复制需要的相关头文件/源代码
  • 方式二:设置头文件包含路径(设置到inc下,使用simple/xxxx.h),并包含用到的.cpp/.c文件

使用协议

  • 本库会避开任何GPLx的第三方库。
  • 本库使用MIT协议。

simple-cpp's People

Contributors

ximenpo avatar

Stargazers

 avatar

Watchers

 avatar  avatar

simple-cpp's Issues

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.