Results for "Volume: 2002VB"
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.
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.
Its Pong!!!!! An example of making a full app with mvxEngine.
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.
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.
This tutorial is made to help people learning C/C++ language which is commonly believed as a hard language.
This article tells you how to generate real random numbers using rand(), srand(), and time()
A simple stack template.
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.
a simple little list template, done for practice. Comes with example driver.
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.
a simple vector template.
A cool tetris clone just like the original. Programming by Anton Gustavsson, graphics by Me.
The differences between C++ and Java
A tutorial that explains and gives examples for static_cast, reinterpret_cast, const_cast, and dynamic_cast.
Basic black jack program. Ive studied C++ for about 10 hours and this is my first project. Its simple, I hope you enjoy it
This gives the basic code for making a windows screen saver. Very easy to understand and use!!
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.
Play wave files with one command
Creates multiline MsgBoxes