Skip to content

nasccped/oop.string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP.String

Cool String type concepts and tips for low level entertainers 🥸

Welcome

All the content here is C lang string features that I've discovered while coding and/or googling for project related things. I apologize for any misinformation through this repo! If you prefer, consider sending an Issue/Pull Request too. It will help a lot!

Requirements

Since all this stuff is developed with C technology, you'll need:

  • A C compiler (gcc).
  • GNU Make (since there's a lot of Makefiles)
  • bash (there's bash based scripts that works around the Makefile stuff)
  • sudo privileges, since some scripts use chmod (I guess)

Warning

All this project is being developed in Fedora Linux 42 (Adams) x86_64. Using another OS/kernel can result in a different behavior (Yes. I'm talking about Windows ._.).

About

A repository dedicated to String type study by using low level (C lang) concepts 💡

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors