Giter Club home page Giter Club logo

c-string's People

Contributors

c0dic avatar

Watchers

 avatar

c-string's Issues

АСКИ-таблица с кириллицей || ASCII-table extended with Russian (cyrillic) symbols

Хотелось бы адаптировать библиотеку для работы со строками, написанные на русском языке. Но стандартная АСКИ не включает в себя русский алфавит, что усложняет задачу

I would like to adapt the library to work with strings written in Russian. But the standard ASCII does not include the Russian alphabet, which complicates the task

size_t и unsigned long int || size_t vs unsigned long int

Одна из особенностей библиотеки в том, что она никак не привязана к системе или стандартной библиотеке. То есть, она должна быть полностью самостоятельной, созданной из базовых вещей, доступных без включения других библиотек.

size_t доступен только по включению одной из стандартных библиотек, но его можно заменить unsigned long int.
Считается, что стандартная библиотека с size_t упрощает всё и делает код/программу более безопасной. Нужно подумать над тем, чтоб все равно заменить size_t на unsigned long int

One of the features of the library is that it is not tied to the system or the standard library in any way. That is, it should be completely independent, created from basic things that are available without including other libraries.

size_t is only available by importing one of the standard libraries, but it can be replaced by unsigned long int.
It is believed that the standard library with size_t simplifies everything and makes the code/program more secure, but we need to think about replacing size_t with unsigned long int anyway

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.