Results for "Volume: C_Volume2"
This is a basic text based Rpg. In this Rpg you can gamble (game includes a guess the number game) and you can fight at a few different locations forest swamp etc (Just different difficulty of monsters really) Anyway this is my first project i have ever written in c++, and i had a few problems which are listed in a included readme, please help if you can thanks.(Game does run)
This program can generate words of all possible combinations of a string by jumbling up the characters. For expample, see the screen shot. Coded in Turbo C/C++.
Last code of mine was about quering tables and i used a little bit SQL In this small code i will try to explain SQLText string. How is it created and working? This series will continue under this name !Lets Create Database Applications-V?
It gives you the numerical value of kinetic energy. This thing is related to physics.
Cad in vb! Demonstrates Arrays and basic i/o features. If you like the code, VOTE FOR IT!
Learn about all file input/output operations (adding, deleting, editing,serching,rename file,copy file) and also array sorting in c++.
learn all about a single linked lists (adding and deleting nodes). Sorting works but it is not sorting the linked list itself but sorting array then transfering back into linked list.
Poll.exe is a WinCGI script that allows you to have a "voting station" on your web page. It is very simple and usees a module called CGI32.BAS ( from www.ora.com). THis code shows how easy it is to create CGI using VB.
This application translates masasm to Perl then shells the perl interperator. Its the same core as the MasAsm C Preproccescor , just changed to output Perl instead of C.
This code is designed to show you how to encrypt any file you want, and keep it secret from 99% of the world's population. It's not 100% fool proof, but it is a powerful encryption. I'm now working on a version that will be stronger. If you're a hacker, or a code craker, let me know how it stood up to your cracking methods, I'm always interested in hearing about it.
This code lets you read resources from a DLL external to an executable file For example, let's say you have 20 BMPs, and 10 WAV file in your project, and you don't want users to see them directly. You could put them in a resource file, but you EXE file will be huge. So, you can create a DLL with this resources, and then use this module to read them
It gives you the area of the rectangle
This is a tutorial on abstract data types that is designed for complete beginners. I think advance coders may even learn something from this article. If you find any thing that is incorrect, please notify me ASAP. thank you
This is almost like my Remote Proxy Daemon Programs except that this type of Proxy Daemon, apon connection to it, itll automaticly connect you to the specifyed Remote address and port Set By the Administrator running the program. Maybe Useful as a simple fast routing system for SMTP, POP, NNTP, IMAP, and HTTP protocols. Great Code for people not to familar with Winsock Programming. At the very least, itll teach ya howta do a simple connection to a remote machine or act as a server machine and listen for incoming calls.
Please try out my newset and latest game, Xtreme Fight 1.0, the sequel to Xtreme Fight 0.8. In this fun text-based RPG/Battle game, you try to defeat the evil Dark Lord and restore peace to the lands while fighting eniemies and bosses. Collect weapons, armor, potions, and other things as you journy on your adventure. Two modes of play and a small bonus mini-game is included. This is a cool game, so check it out! In my previous post, I forgot to include the source code (yes, dummy me!), so this one has it. Feedback would be appreciated, Thanks!
Its an aunthication Program which you can use it to load at the windows startup by using Autoexec.bat file.
Crack or hack any zip.exe's or .zip .doc ,exe any login screens using brute force. Just try it!!.
This is a complete drop in ActiveX control for the sole purpose of providing a simple way for you to scroll text "marquee" style. This control will allow you to scroll both vertical and horizontal, adjust the scroll rate, the number of times it repeats, load the text to scroll from a file, or build it dynamically. It will wordwrap your text if you want it to. You can align the scrolling text right, left, or center. It gives support for a "drop shadow" effect. You can specify the direction of the drop shadow either northwest, northeast, southeast, or southwest. You can choose your colors for the background, font and drop shadow. I've even included a property page with this control to make life even simpler for you. This control was developed in VB6, so you will need the VB6 runtimes in order to make it work properly. If you like this control, please rate it as I would really dig a copy of Ian's Help generator :-) This control is based on a previous example submited by "Steve" (I assume of VBTutor.com) located Here
The program will prompt the user for a line of text data and output a list of all the letters that occur in the text with the number of times each letter occurs in the line. A linked list is used for this purpose. A period denotes the end of the line.
Allow retrieve HTML page sources anywhere from web, directly or via proxy server, can access virtual domains. Pure winsock, no any other components used! Wanna know web transactions in deep?