Skip to main content
Mat's user avatar
Mat's user avatar
Mat's user avatar
Mat
  • Member for 14 years, 5 months
  • Last seen this week
32 votes
Accepted

Converting array of bytes to the hex string representation

15 votes
Accepted

ROT47 Implementation

12 votes
Accepted

ASCII value converter

11 votes
Accepted

Tic Tac Toe - console application

11 votes

Length of a C string, capped to some maximum

8 votes
Accepted

Recursive Memoized Fibonacci in C++

8 votes
Accepted

Function to get specified key from /proc/cpuinfo

8 votes
Accepted

C++ Int Array/Vector Over 100 Million

8 votes

regex to extract version info

8 votes
Accepted

Shell command line program

7 votes
Accepted

Peterson's Algorithm (Mutual Exclusion)

7 votes
Accepted

Print output one word per line - K&R Exercise 1-12

7 votes
Accepted

Simple Snake Game

7 votes

Formatted print without the need to specify type matching specifiers using _Generic

6 votes
Accepted

Producer-Consumer in C++

5 votes
Accepted

An attempt on unit testing in C++

5 votes

Implementation of Brent's Algorithm to find roots of a polynomial

5 votes

Time calculator for a given speed and file size

5 votes

Dividing a range into N sub-ranges

5 votes
Accepted

Function to wrap words in a text editor without breaking them

5 votes
Accepted

Simple Blackjack/21 game in console

4 votes

Base64 encoding implementation

4 votes
Accepted

Machine independent C library for printing the binary representation of data types to stdout

4 votes
Accepted

MyTimer based on QTimer

4 votes

First OOP TicTacToe game

4 votes
Accepted

Simple implementation of a generic stack

4 votes

Array to function to int arithmetic

4 votes

Ticket sale income calculator

3 votes
Accepted

C dynamic array implementation using preprocessor

3 votes
Accepted

Object Oriented Finite State Machine