C and C++ Source Code Snippets

Welcome to Cprogramming.com's programming code snippet repository. Peruse the archives or add your own snippets for others to use! (Check the following link a better definition of a snippet)

Sort by clicking on any of the headers.

SnippetAuthorLanguagePlatformRating (votes)
ASCII table generatorAbdul Haseeb Mir C++ANSI6.7 (595)
This is Trigonometry Table made AlhamdulillahAbdul Haseeb Mir CWindows6.4 (448)
One line swap of integersabhilash C or C++ANSI5.6 (249)
This C code uses the merge sort algorithm to sortAbhishek H.Dwivedi C or C++ANSI5.5 (710)
This C code assigns codes to a maximum of 10 charsAbhishek H.Dwivedi C or C++Windows4.6 (74)
This C code recursively sorts an array of upto 20Abhishek H.Dwivedi C or C++ANSI5.4 (273)
Calculates the closest point to a segmentAdrián Deccico C or C++ANSI5.2 (202)
An example of simple priority queue using linked lists.Ali Nawkhas Murad C++ANSI5.4 (182)
A simple example of hashtableAli Nawkhas Murad C++ANSI5.7 (195)
friend function exampleAli Nawkhas Murad C++ANSI6.6 (479)
Templated queue classAli Nawkhas Murad C++ANSI6.0 (194)
An example of Exception HandlingAli Nawkhas Murad C++ANSI5.2 (134)
Conversions between number systemsAli Nawkhas Murad C++ANSI5.8 (204)
The standard ASCII table generator.Ali Nawkhas Murad C++ANSI6.4 (503)
Initial values for static multidimensional arrayAli Nawkhas Murad C or C++ANSI5.2 (143)
Templated stack class Ali Nawkhas Murad C++ANSI9.6 (4844)
Examples of dynamic multidimensional arraysAli Nawkhas Murad C++ANSI6.0 (188)
Pascal's TriangleAli Nawkhas Murad C++ANSI6.3 (592)
Find size and storage capacity of primitive data typesAli Nawkhas Murad C++ANSI5.4 (152)
Three Dimension Coordinate Systems ConverterAli Nawkhas Murad C++ANSI5.5 (159)
Example of polymorphismAli Nawkhas Murad C++ANSI5.7 (260)
A simple double linked list using OOP techniquesAli Nawkhas Murad C++ANSI5.6 (248)
An example of simple stack using linked lists.Ali Nawkhas Murad C++ANSI6.4 (526)
Simple example for using thousand separator (,)Ali Nawkhas Murad C++ANSI5.2 (134)
View the format of IEEE 754 floating point numbersAli Nawkhas Murad C++ANSI6.5 (510)
An example of using the same variable name in different scopesAli Nawkhas Murad C++ANSI5.3 (134)
binary addition using stack in STLanmol C++ANSI5.7 (164)
Merge sort of an integer listBibhubrata Narendra C or C++ANSI4.6 (79)
Create a new file under linuxChol Nhial 7.4 (581)
Integer Partitions from 1 to NChristopher Brown 7.3 (547)
Next 30