You're here: Snippet Directory » C/C++ (495)
Language:

Snippet Directory - C/C++ 

Snippets

Mastermind

A highly portable version of Mastermind. Don't laugh at this code, it is among my first attempts at writing C code.

Language: English | Programming Language: C | Author: laur72_98 [not registered]

match*?

match * and ? in five lines.

Language: English | Programming Language: C | Author: panchi [not registered]

Matrix Multiplier

C Code capable of multiplying out two matrices of any size. Relatively fast, but I wouldn't use it for say 3D Game engines.

Language: English | Programming Language: C | Author: foxxtrot713 [not registered]

Matrix utilities

It is a complete program written in C ( newt & ncurses libs were used to provide UI ). It contains functions to find the determinant of a square matrix of any size, to find the inverse of a matrix, to multiply any two matrices and to ...

Language: English | Programming Language: C | Author: nayaniabhishek [not registered]

Matrix utilities

It is a complete program written in C ( newt & ncurses libs were used to provide UI ). It contains functions to find the determinant of a square matrix of any size, to find the inverse of a matrix, to multiply any two matrices and to ...

Language: English | Programming Language: C | Author: nayaniabhishek [not registered]

Matrix/2D Array class

This is a class describing a 2D grid structure. It's similar to snippet #100583 but additionally offers different access methods, application of functors to sub-areas and creating of sub-matrizes using an efficient data sharing algorithm. ...

Language: English | Programming Language: C++ | Author: vidas [not registered]

Maximal Common Divider

With this class you can find the maximal common divider of several numbers. Simply create the object and call the 'calculate' method. You've to give it two parameters: the array of number from which you want to calculate the mcd and the ...

Language: English | Programming Language: C++ | Author: oscarp [not registered]

Memory Pool container class

This class handles a pool of memory for objects to be quickly allocated from. All objects can be freed by destroying the pool.

Language: English | Programming Language: C++ | Author: malcolmnixon [not registered]

Memory pool object

These functions handle a pool of memory for objects to be quickly allocated from. All objects can be freed by destroying the pool.

Language: English | Programming Language: C | Author: malcolmnixon [not registered]

MemSetN

A set of functions similar to memset that work on 16 bit and 32 bit size data as well as 8 bit. Contains optional X86 assembler implementation. Completely FREE!

Language: English | Programming Language: C | Author: malcolmnixon [not registered]
RSS