1 Star 0 Fork 2

minibrother / CarryLib

forked from Asciphx / CarryLib 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
readme.md 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
asciphx 提交于 2021-06-11 15:23 . Update readme.md

CarryLib

Other people's wheels are not good, and in order to correct the programmer in '82, they rebuilt the wheels.

Introduction

Before I saw an 82 year old programmer say that the C language was defeated, so I didn't feel satisfied. Correct, C should not be replaced. C never give up, C never say failure, C never say give up

Contents

/c
├── bigNum                 # large number calculation method (memory security)
├── bigNum                 # large number example
│   └── add                # To add large numbers
│   └── sub                # Subtraction of large numbers
│   └── mul                # The mul multiplication of large numbers
│   └── div                # The division of large numbers (to be updated)
├── printf                 # print function
└── string                 # character operation example
    └── findStrNum         # find the number of characters in a string
/cc
├── operator               # operator is overloaded
└── template               # template
/cpp
├── snake                  # Snake
│   └── lib                # easyx Library
├── conio                  # key capture
└── strtol                 # example of non rewritten (method to be rewritten)
C++
1
https://gitee.com/minibrother/carry-lib.git
git@gitee.com:minibrother/carry-lib.git
minibrother
carry-lib
CarryLib
main

搜索帮助