A simple linked stack data structure implementation in C++ with a demo command-line interface.
C++ Created by Sarrah onA simple port scanner written in C++ which checks for certain ports such as HTTP and FTP.
C++ Created by Xanatos onWindows C++ Program for Create, Add, Modify, Delete, Display, Search in Binary File. A short code and simple code for Newbies ...
C++ Created by kinnngg onQuick and messy XOR encryptor. Reads in a string of any length and outputs a binary string of it xored with the key hardcoded i...
C++ Created by ahow_984 onXOR decryptor. Quick and dirty. Input binary string, outputs cleartext. See my encryptor too.
C++ Created by ahow_984 onFinds out what day it was on a particular date. Slightly modified algorithim found online. My python equivalent was ported from...
C++ Created by ahow_984 onCode to parse an arbitrary amount of C or C++ files, find any functions used and map their paths all the way back to where they...
C++ Created by COM onWas only a exercise!!! This program calculates income and expenditure in German! First you must create two files with the 1 ...
C++ Created by xcrackx onEncrypts/decrypts data in a text file using something similar to a Vigenere Cipher.
C++ Created by ynori7 on