Results for "Category: Miscellaneous"
MasterLibrary3 is over 12,000 lines of code. Includes MasterString, MasterString2, AOLCPP, MasterX, MasterOGL, and much more!
Contains over 200 projects written by LostSideDead members, DirectX, Direct3D, OpenGL, ANSI C, and ANSI C++.
will replace a substrings within a string. made this for my friend. Watch out for the size of your character arrays so they have enough space for the replacements, so you dont get a buffer overflow.
contains well over 3,000 lines of string algorithms, structures and classes. Contains backwards compatiblity with MasterString1 (if You want), as well as having all the important algorithms optomized and recoded for MasterString2. Uses operator overloading, namespaces, inheritance, polymorphisim, etc comes with a sample driver program, which uses each of the new recoded algorithms. Well worth a look at.
Splits files and combines them back together again, written in C
Mas Release 1, MasterX SDK 2.2, MVX with MAS, and a Mas Demo
Will print out and load a html ascii table, written in C.
was a C++ homework assignment my class had to do. Simply inputs 3 integers, and says whether or not they would be a right triangle.
A example using the mutable keyword. Idea taken from the book "The C++ Programming Language" by Bjarne Stroustrup
contains masterstring2 with a new feature. A Tokenize class, which tokenizes a string, complety independent of string.h
takes a C++ source file, and will format it so it can be viewed in a web page. (ex: replaces \t, and \r\n with apporpiate html tags.
C, C++, Win32, Ansi, DirectX, OpenGL, Interpreator, String Manipulation Library, Templates, Graphics Library, Scripting Language and more
Simple programming triva, written in C.
simple file encrypter for linux compiled with gcc
example of the explicit keyword.
Explains function and class templates.
my very first attempt at writing a language translater. A very basic language that does input and output as well as operations on variables. Translates to C then shells to gcc to compile. For windows users comes with gcc, I am going to make another pass for variable checks for a line by line print out for debugging so sometimes you have to use gcc 's errors to fix your code.
This template allows you to create variables, that can stay static after the program goes out of scope. Ex, you create a variable that holds a value, and after your program ends, and is restarted, the variable will once agian still hold the same value!
Explains namespaces.
This program allows you to view some cool information about windows you put your mouse over. This program is also capable of generating C++ or VB source code to find that window you have your mouse over. A great way to learn finding windows with API!