Advertisement

Results for "Category: Miscellaneous"

2002C #16293
Master Assembly Script Alpha 2

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 :))..

2002C #16294
MasterLibrary3

MasterLibrary3 is over 12,000 lines of code. Includes MasterString, MasterString2, AOLCPP, MasterX, MasterOGL, and much more!

2002C #16296
LostSideDead Experience

Contains over 200 projects written by LostSideDead members, DirectX, Direct3D, OpenGL, ANSI C, and ANSI C++.

2002C #16301
Code Request - string replace

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.

2002C #16302
MasterString2

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.

2002C #16303
FileSpliter

Splits files and combines them back together again, written in C

2002C #16304
Master Assembly Script( MAS ) Beta

Mas Release 1, MasterX SDK 2.2, MVX with MAS, and a Mas Demo

2002C #16306
ascii table in C

Will print out and load a html ascii table, written in C.

2002C #16307
Code Example - C++ Homework Assignment (3 sides of a triangle)

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.

2002C #16308
Code Example - mutable keyword

A example using the mutable keyword. Idea taken from the book "The C++ Programming Language" by Bjarne Stroustrup

2002C #16309
masterstring2 with tokenize class

contains masterstring2 with a new feature. A Tokenize class, which tokenizes a string, complety independent of string.h

2002C #16310
Format C++ code into HTML

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.

2002C #16311
MasterLibrary4 - over 17,000 lines of code

C, C++, Win32, Ansi, DirectX, OpenGL, Interpreator, String Manipulation Library, Templates, Graphics Library, Scripting Language and more

2002C #16312
Programming Triva

Simple programming triva, written in C.

2002C #16313
file encrypter for gcc (linux)

simple file encrypter for linux compiled with gcc

2002C #16315
Code Example - explicit keyword

example of the explicit keyword.

2002C #16317
Template Tutorial

Explains function and class templates.

2002C #16318
masasm C preproccescor

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.

2002C #16319
eternal variable types template

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!

2002C #16320
Namespace tutorial .

Explains namespaces.

Languages
Top Categories
Global Discovery