Advertisement

Results for "Volume: 2002VB"

2002VB #17864
Client Server Chat

This is a pretty good exemple of what you can do whit Client/Server Applications In this exemple i use a chat Application but it could be a game or database App. You ca even make an icq with this just add some Send File routine and database... you ca even make a Fake static server with this Email me For more Detail on that. [email protected] Thanks for using this code Carlos.

2002VB #24905
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.

2002VB #24554
mvxPong

Its Pong!!!!! An example of making a full app with mvxEngine.

2002VB #25157
millionaire.zip

This is my version of the game Who Wants To Be A Millionaire based on the TV series gameshow. It shows an example where "goto" actually makes programming similar to this more simple if you already have a lot of defined functions. Also, by using goto in this code, it avoids problems in compilation with the delay function. Great example for beginners of using nested if statements and declaring and defining functions and using arrays to make programming more simple.

2002VB #24906
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.

2002VB #24473
C/C++ 101: Introduction to C/C++ (Part III)

This tutorial is made to help people learning C/C++ language which is commonly believed as a hard language.

2002VB #24721
generating "real" random numbers

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

2002VB #24903
Code Example - Stack Template

A simple stack template.

2002VB #17652
Basic RPG engine made entirly using bitblt

This is a RPG game made entirly using bitblt. It is very simplistic, and it's main purpose is for those who are intermediat programmers, who want to learn how to program basic games. Also comes with a map editor, for editing existing maps, or for creating new ones.

2002VB #24904
Code Example - List Template

a simple little list template, done for practice. Comes with example driver.

2002VB #17930
A.S.P. Database Access (ADO) with Paging

Accesses any ODBC database using ADO. Records are displayed in a table withe rows that alternate colors. Paging control code allows the user to select which page in the recordset to go to. Current code has been tested with Microsoft Access and SQL 7.0.

2002VB #24899
Code Example - Vector Template

a simple vector template.

2002VB #17564
blocks - a cool tetris clone

A cool tetris clone just like the original. Programming by Anton Gustavsson, graphics by Me.

2002VB #25106
C++/Java

The differences between C++ and Java

2002VB #25109
Casts Made Easy!

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

2002VB #25172
^! BlackJack !^

Basic black jack program. Ive studied C++ for about 10 hours and this is my first project. Its simple, I hope you enjoy it

2002VB #17709
Make your own screen saver

This gives the basic code for making a windows screen saver. Very easy to understand and use!!

2002VB #17653
A great pong game, fully working this time, Zip!

This is a fully working pong game, almost identical to the origional one. It has a fairly good (but very basic) computer player, and the ball deflects at different angles depending on how far away from the center of the paddle it is. Ok, I just re-wrote this in VB3 so that every body can have access to it, and I'm putting it up in a zip file again. The VB6 version is included in the zip.

2002VB #17446
Basic Sound Engine

Play wave files with one command

2002VB #17911
Create Multiline Message Boxes!

Creates multiline MsgBoxes

Languages
Top Categories
Global Discovery