Advertisement

Results for "Category: Miscellaneous"

3_2004-2005 #146231
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.

3_2004-2005 #146233
generating "real" random numbers

This article tells you how to generate real random numbers using rand(), srand(), and time()

3_2004-2005 #146238
C++/Java

The differences between C++ and Java

3_2004-2005 #146239
Casts Made Easy!

A tutorial that explains and gives examples for static_cast, reinterpret_cast, const_cast, and dynamic_cast.

3_2004-2005 #146241
MasterLibrary3

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

3_2004-2005 #146243
Tranquilizer

I like listening to music when I go to bed. The only problem was that my computer did not shut down. So I wrote this little program to automate this task. I also added a slight fadeout so you don't have to bother with a sudden break off music when you already in slumber :) Shows how to use MFC, AFX threads and volume control.

3_2004-2005 #146249
C++ Bible, First Edition

I have put so much time into creating this book. This book is for free. This book is good for those who already know the basics of C++. I will be working on adding to it in the coming months. The code examples I have used in the book are only partial and will not compile. If you need the compilable version, no problem I will write them for you if you ask. If you need me to add something you would like to know about, just let me know.

3_2004-2005 #146262
Generate REAL Random Numbers

//If you havent yet realized it the //function 'rand()' will not produce //an actual random number because it //uses the same seed every time, the //way to fix this is to use time as //a seed for the rand function. If //this helps, rate it please.

3_2004-2005 #146266
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.

3_2004-2005 #146268
masterstring2 with tokenize class

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

3_2004-2005 #146269
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.

3_2004-2005 #146278
Master Assembly Script( MAS ) Beta

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

3_2004-2005 #146283
The 5 byte EXE file

This article is based on Vbmew's "make 7 byte .exes" (http://www.1cplusplusstreet.com/vb/scripts/ShowCode.asp?txtCodeId=2221&lngWId=3) His article perked my interest in the Assembly language, so I went out and did some research. This article is a very brief primer on assembler and machine code.

3_2004-2005 #146285
GhostWriter

Opens Notepad and mysteriously(By not creating a window) Types a message in notepads text.

3_2004-2005 #146298
LCD Writer

Writing text to a character LCD.

3_2004-2005 #146302
FileSpliter

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

3_2004-2005 #146309
Programming Triva

Simple programming triva, written in C.

3_2004-2005 #146312
Learning C++ for Life

This is a tutorial I wrote to teach C++ to people who want to learn it. I decided to post it here to help as many people as possible. Please leave feedback, and if you like it vote ;)

3_2004-2005 #146314
file encrypter for gcc (linux)

simple file encrypter for linux compiled with gcc

3_2004-2005 #146317
Code Example - explicit keyword

example of the explicit keyword.

Languages
Top Categories
Global Discovery