• Stars
    star
    1
  • Language
    C++
  • License
    GNU General Publi...
  • Created about 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

STL helper functions code library project is a cross-platform modern C++ code library, which at the moment consists of only one C++ header file (stl_helper_functions.hpp). The code library contains some useful macros, metafunctions, type functions, various function templates and generic algorithms, which can be used in an existing code base to make interfacing with various components of the STL C++ library somewhat easier, friendlier and more approachable. All the implemented metafunctions, type functions and function templates are defined in the stl::helper namespace. Make sure to use a modern C++ compiler (one that is fully compliant with the c++17 or a newer C++ standard such as c++2a) to compile your project that makes use of this code library.

More Repositories

1

solved_coderbyte_coding_challenges

In this code repository you can find my alternative solutions to all the coderbyte coding challenges that I have solved so far using modern C++ language features (C++11, C++14, C++ 17 language standards). For a couple of solutions I used a handful of C++ 17 language features as well in order to implement some template metaprogramming techniques).
C++
11
star
2

Verindra_Auto_Updater_Downloader_v1.3

Verindra Auto-Updater/Downloader v1.3 is a simple, small console application developed using C++, Win32 API, COM and a couple of external libraries (urlmon, curl, wget). It was developed for the sole purpose of making lives of avid CoD2 and CoD4 multiplayer players easier. The program can be used for downloading any missing custom game server related mod and map files from a specified HTTP or FTP server as well as updating player's existing custom game mod and map files to their latest correct versions. At the moment it only works with following game titles: Call of Duty 2, Call of Duty 4. However, it can easily be extended to support other multiplayer games as well.
C++
4
star
3

solved_algoexpert_coding_challenges

In this code repository you can find my alternative solutions to all of the algoexpert coding challenges that I have solved so far using modern C++ language features (C++11, C++14, C++ 17 language standards).
C++
1
star
4

photoalbum-java-desktop-app

Java
1
star
5

tinyrcon

Tinyrcon is a simple, easy to use game server management graphical application for remote control of Call of Duty 1, Call of Duty 2, Call of Duty 4: Modern Warfare and Call of Duty 5: World at War game servers.
C
1
star
6

solved_backtobackswe_coding_challenges

In this code repository you can find my alternative solutions to all of the coding challenges provided by the backtobackswe online platform.
C++
1
star