Results for "Author: jared bruni"
A basic concept expressed in the form of C++.
I thought about trashing the old masasm and masinterp source, and starting over, and have decided to not do that until version 2. This is the second alpha of my scripting engine, and is still very far from completion. This alpha includes backslash escape character sequence, the ability to produce your own objects other then just jared.mve, code labels, and a jmp instruction for loop logic. Right now I am working on the virtual stack, and flag registers, for the cmp instruction so until thats complete we can only do forever loops. However alpha 3 will contain all the completed loop logic. This project still has a long way to go until it is completed I say atleast another month and a few thousand more lines. Any suggestions on language features you think I should add or things I should change are greatly appeciated.(I know Im working on the tokenized string rotuine :))..
MasterLibrary3 is over 12,000 lines of code. Includes MasterString, MasterString2, AOLCPP, MasterX, MasterOGL, and much more!
a simple vector template.
Contains over 200 projects written by LostSideDead members, DirectX, Direct3D, OpenGL, ANSI C, and ANSI C++.
Contains algorithms which work with the standard string. This was a code request. Contains functions like, left, right, mid, findstr , lcase, ucase etc.
MasterConsole 3, make console programs for this program in C and C++.
A simple stack template.
a simple little list template, done for practice. Comes with example driver.
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
MasterX SDK, is a series of classes, which encapsulate DirectX. 2.0 contains file lumpin algorths, as well as NuclearMedia. Comes with a example game skeleton. Now contains masterX 2.1 with MasterGraphicEx class by Danny Anderson
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