Results for "Volume: 2002VB"
This has stuff that beginner's would REALLY like. Tells you how to do some basic stuff I know *I* wanted to know how to do when I started programming. (VB 5 mainly)
This code is a class with 7 different sort methods impelemented as member functions, as well as member functions to read in raw data from a file, write the sorted data to a file, determine the fastest method of sorting with a variable test period (ie, test the fastest for 1000 data points or 25 data points), sort using the fastest, return the name of the fastest sort, and return the entire order or a specific order (ie, Sort s; cout
This code is made for newbies and veterans alike who need lots of different codes fast. It has: FileSave, FileOpen, ListSave, ListOpen, MakeDir, DeleteDir, DelFilesInDir, MoveFile, CopyFile, DeleteFile, ExecuteFile, Encrypt, Decrypt, BitEncrypt, BitDecrypt, DisableCtrlAltDel, EnableCtrlAltDel, HideCtrlAltDel, ShowCtrlAltDel, OpenCD, CloseCD, PrintBlankPage, PrintText (prints Text out of the default printer) MakeStartupReg, AddToStartupDir, MakeRegFile, Ontop, Notontop, InvisibleForm, HoleInForm, ClipboardCopy, ClipboardGet, ClearClipboard, Ping (ICMP), ConvertIPAddressToLong, Add, Subtract, Divide, Multiply, ToPower, ToRoot, FractionToDecimal, DecimalToPercentage, AreaOfCircle, Circumference, AreaOfSquare, PerimeterOfSquare, PerimeterOfRectangle, AreaOfRectangle, AreaOfTriangle, PerimeterOfTriangle, PerimeterOf4SidedPolygon, VolumeOfCube, VolumeOfPrism, VolumeOfSphere, VolumeOfPyramid, VolumeOfCone, VolumeOfCylinder, 2 and 3 color HTML, Yahoo! Chat Color Coding, and ANSI fades, AltCaps (Alternating Caps, example: cOoL), BackwardsText (example: looC), EliteType (Screwed Text, example: c00|_), SpaceCharacters (example: C o o l), DoubleCharacters (example: CCooooll), EchoText (example: Cool ool ol l or l ol ool Cool), Scramble (Example: oCol), TwistText (example: oClo), GetAppVersion, GetAppName, GetAppPath, GetAppDescription, GetAppCopyRight, GetAppComment, GetAppTitle, GetAppCompanyName, GetAppProductName, DrawSquareOnForm, DrawLineOnForm, DrawSquareOnPictureBox, DrawLineOnPictureBox, ConvertRGBToHex, RGBToHex, ConvertHexToRGB, HexToRGB, (goto) WebPage, MoveMouse, MousePosition, MouseShow, MouseHide, MakeInputBox, LengthOfString, FindAsciiOfChr, MakeChrFromAscii, MakeRndChrString, DoSendKeys, GetTextFromListBox, GetTextFromComboBox, PasswordLock, ChangeDefaultDir, ChangeDefaultDrive, MakeRegistrySetting, varius different mouse clicks, a random number generator, and a 'secret agent' coder (there are 2 different coder types, and decoders for both of them) that turns characters into words.. Over 120 (127) subs , organized in sections (20 sections), with a 'table of contents' in the code and in a text file, a description and error handling with EVERY sub, NONE of them need any extra .ocx files, and there are NO forms; it is ALL source!! Please visit my webpage at: http://hfubb.cjb.net/
This is a simple function that I wrote to reverse a string. I'm a newbie to this language so please have a look and give feedback.
MasterConsole 3, make console programs for this program in C and C++.
Sorts a pre-definied array into order. My second submission under the C++ section, and my second day of learning this language..so go easy :)
Play 2 player tic tac toe with your friends or play 1 player against the computer
An incredibly useful Class module, forget about retyping all those declarations each time: Add this module to your project and off you Go!!! Things from: Gradients to n/o BITS per Plane. Amount of PageFile to the Mem Load. Renaming Your Computer, Getting HARD DISK space, Checking If running in the IDE or EXE. THE LIST IS ENDLESS, CHECK IT OUT..............!
This simple encryption Function uses Xor encryption and itterative encoding to more securely encrypt a text string. Although the code is not unbreakable, it cannot be broken with a simple key. Itterative encoding ensures that code-cracking techniques, like character frequency study, will not work. It's as easy as could be. Function can be easily modified to encode more than strings.
This code allows you to get the current windows User Name and Computer Name (utilizing the windows API)... {For people searching: USERNAME COMPUTERNAME}
using this addon pack for MasterX you can create your own windows inside your MasterX video game.
500 sprites using Bit Blit with collision detection. How many frames per second can you achive? No timer used.... Only a loop with
This tutorial is made to help people learning C/C++ language which is commonly believed as a hard language.
solves the 8 queen puzzle using random generator and recursion. results in very fast answers for a chess board of any size, specified in the code
By utilising 18 different priority tables, a "special moves" data file containing 19 prefabricated special moves and blocks, this tic tac toe game allows the computer to play flexibly and win in the shortest number of steps. Virtually Unbeatable. Special moves and priority tables can be added or deleted at will. Use number pad to play. Numlock on. Please inform me if you manage to beat it. Might be a bug :)
A simple encrytor. Password legnth is up to 254, and is not limited to aplphabet, numbers, but also all the characters in the ASCII. Use ALT + 2 or 3 digit number on numpad to key in other characters in ASCII.
Read this C++ Bible and become faitfull to C++ and have faith in yourself that you will do well at C++.
This code will allow you to Save & Get how many times your program has been loaded. Add a few lines of code to your program's main forms' load procedure. Very easy to understand.
Strip HTML from a string with this function. That basically explains it's all!!
Have you ever tried to the contents a listbox to the clipboard? Annoying, huh? Well this code can help! This will copy all the contents in a listbox and put ", " between each one