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 (603)
This is Trigonometry Table made AlhamdulillahAbdul Haseeb Mir CWindows6.4 (450)
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.3 (206)
An example of simple priority queue using linked lists.Ali Nawkhas Murad C++ANSI5.5 (186)
A simple example of hashtableAli Nawkhas Murad C++ANSI5.7 (199)
friend function exampleAli Nawkhas Murad C++ANSI6.6 (484)
Templated queue classAli Nawkhas Murad C++ANSI6.0 (194)
An example of Exception HandlingAli Nawkhas Murad C++ANSI5.3 (139)
Conversions between number systemsAli Nawkhas Murad C++ANSI5.9 (211)
The standard ASCII table generator.Ali Nawkhas Murad C++ANSI6.4 (507)
Initial values for static multidimensional arrayAli Nawkhas Murad C or C++ANSI5.2 (144)
Templated stack class Ali Nawkhas Murad C++ANSI9.6 (4852)
Examples of dynamic multidimensional arraysAli Nawkhas Murad C++ANSI6.0 (190)
Pascal's TriangleAli Nawkhas Murad C++ANSI6.4 (599)
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.7 (254)
An example of simple stack using linked lists.Ali Nawkhas Murad C++ANSI6.4 (532)
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 (516)
An example of using the same variable name in different scopesAli Nawkhas Murad C++ANSI5.4 (139)
binary addition using stack in STLanmol C++ANSI5.8 (169)
Merge sort of an integer listBibhubrata Narendra C or C++ANSI4.6 (79)
Create a new file under linuxChol Nhial 7.4 (587)
Integer Partitions from 1 to NChristopher Brown 7.4 (553)
Next 30