Skip to content

Is a comprehensive collection of utility functions and tools designed to simplify the development of complex software in C++.

License

Notifications You must be signed in to change notification settings

case-tech/CUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUtils

English | Русский


English

Overview

CUtils is a comprehensive collection of utility functions and tools designed to simplify the development of complex software in C++.

Documentation

Build Instructions

To build the CUtils library using CMake, follow these steps:

  1. Create an output directory:
    mkdir Out
  2. Navigate into the output directory:
    cd Out
  3. Run CMake in the source directory:
    cmake ..
  4. Build the library:
    cmake --build .

Русский

Описание

CUtils — это обширная коллекция утилит и функций, разработанная для упрощения разработки сложного программного обеспечения на C++.

Документация

Инструкция по сборке

Для сборки библиотеки CUtils с использованием CMake выполните следующие шаги:

  1. Создайте выходной каталог:
    mkdir Out
  2. Перейдите в выходной каталог:
    cd Out
  3. Запустите CMake в исходном каталоге:
    cmake ..
  4. Скомпилируйте библиотеку:
    cmake --build .

About

Is a comprehensive collection of utility functions and tools designed to simplify the development of complex software in C++.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •