Skip to content

yyhran/tinyrcrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

一个简单的 C++ 运行时库 rcrt

《程序员的自我修养》书中最后章节的内容,修改了部分代码使其能在 x86_64 linux 以及新版 gcc 下运行,Windows 版本未测试

  • 支持简单的系统调用,如:openreadwriteclose
  • 简单的字符串操作,如:strcmpstrcpystrlen
  • 支持 new/delete 操作
  • 支持全局对象的构造与析构
  • string 和 iostream 的简单实现

使用方法

  1. 执行 bash make.sh 一键运行

About

a simple tinycrt++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published