C/C++
Here you can find some programs compiled or just the source, or header files for C/C++.
|
|
|
Counts how many times a word appear on a text file, has ignored words. It's implemented using Binary Trees.
Downloads: 478
Comments(0): Write/View | Vote |
|
|
|
You can add two numbers, but you don't have limit of digits since it's stored on a char* with memorie allocation, using a stack implemented with linked lists.
Downloads: 484
Comments(0): Write/View | Vote |
|
|
|
Stack demonstration using an evaluator to polish inverted notation.
Downloads: 475
Comments(0): Write/View | Vote |
|
|
|
Linked lists implementation for educational purposes.
Downloads: 478
Comments(0): Write/View | Vote |
|
|
|
More than 30 functions and macros from lib c rewrited for demonstrarion porpuses
Downloads: 477
Comments(0): Write/View | Vote |
|
|
|
Xchat diff file to implement background color on userlist for ircops.
Downloads: 478
Comments(0): Write/View | Vote |
|
|
|
Binary Search algorithm example.
Downloads: 476
Comments(0): Write/View | Vote |
|
|
|
Insertion Sort algorithm example.
Downloads: 475
Comments(0): Write/View | Vote |
|
|
|
A tic tac toe game for one or two players.
Downloads: 477
Comments(1): Write/View | Vote |
|
|
|
A demonstration of bubble sort algorithm.
Downloads: 476
Comments(0): Write/View | Vote |
|
|
|
Dekadent irc bot, an irc bot coded in C... see dekadent page for more... follow the link.
Downloads: 502
Comments(2): Write/View | Vote |
[
Galo by Tareco | Votes: 1
]
|
|
A nice game coded in C, this is the *galo* game. The author could check the bounds of rows and columns if are valid or not. Game for two players.
Downloads: 476
Comments(0): Write/View | Vote |
|
|
|
C++ program. The objective is to transform a 3rd degree polynomial equation into a 2nd degree polynomial equation.
Downloads: 475
Comments(0): Write/View | Vote |
[ 1 2 ] |