Results for "Volume: 2002ASP"
Clear examples of: insertion, selection, shellsort, quicksort, mergesort, badsort Please let me know if anything wrong with it and please rate it.
Allows programmers to have a link (For Example)http://www.orionstudios.com Webbrowser1 open in new webbrowser,with out opening external window! You could use this to have an advertisement on your software, or anything you could think of!
Hi, this is my first submission 'cause my prgs are always personalyzed for my needs, so if you haven't my way of programming they couldn't suit for you. But this time i decide to do a class to make it easy working in VC++ and i think(i hope) you all can take advantage from it. When i have to try something i spend a lot of time managing forms and controls, so (i don't like MFC, the same prg i made with and withouth MFC had 1 MB of difference) i made this set of classes that do all the job for me. There is a class for 'every' control i need and a Dialog Class that manage for me a Dialog with Menu, Popup Menus, system tray management, flat controls, Open and save file, browse for folder, very easy and fast code to work with buttons, text boxes.... Try this and if you want use only for your tries or for what you want. I'd like to receive feedback from you all, and expecially from Jared Bruni, the first i 'saw' when i 'found' PSC(we had same hair).......Thank you for all your code for DX. These classes are a beta beta version, and it's not commented, but you can email me at max@kosmos.it and ask. .
MasterX SDK, is a series of classes, which encapsulate DirectX. 2.0 contains file lumpin algorths, as well as NuclearMedia. Comes with a example game skeleton. Now contains masterX 2.1 with MasterGraphicEx class by Danny Anderson
This is a program which shows how Double Linked Lists work. Creating, adding, deleting, sorting and traversing the double linked lists are actions which can be performed.
**New Version**I used the windows api MFC to utilize buttons, edit boxes, a menu and string functions to create a calculator.
After looking at functions like printf() and scanf() and their ability to accept any number of arguments I got curious to see how its done. This article explains how to create a function that will allow any number of parameters to be passed to it, and ho to accept those extra parameters.
Finds the factorial of large numbers.
Will print out and load a html ascii table, written in C.
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.
NEW NOTE: FROM VB6 SP4 MICROSOFT HAVE ADDED A NEW PROPERTY TO THE DATAREPORT (orientation) WHICH HAS THE SAME EFFECT. SO MY CODE MAY NOT BE REQUIRED. Using VB6 DataReport writer I hit a problem where it didn't allow landscape reports unless the default printer was already set to landscape. I didn't want my users to change there printers so I wrote this function to change the printer orientation to Landscape or Portrait. Calling it before I opened my report.
Dear Brothers and Sisters, Have you ever dreamed of giving on line help about your menus in status bar as user moves mouse over menus. This feature is available by default in applications developed in VC++ with MFC. Here is a simple solution to all your menu help problems. This amazing Active Menu Help Control for VB 6.00 do all this with ease. This control needs VB 6.00 runtime files.This control does not need any third party subclassing ocx control. Friends who are interested in source code please do not waste their time because it is compiled ActiveX control with demo app. Source code of demo app explains how to use control. It is just one line code. Private Sub MenuHelp1_MenuSelected(menuString As String) sbStatusBar.Panels(1).Text = menuString End Sub
A example using the mutable keyword. Idea taken from the book "The C++ Programming Language" by Bjarne Stroustrup
Simple understandable fuction to show the 640x480x16 color piture.it is helpfull function to make the graphics program.
POP3 protocol client latest release. Usage and full source code.
contains masterstring2 with a new feature. A Tokenize class, which tokenizes a string, complety independent of string.h
A list a usefull api calls that i thought people might be able to use.
The first function returns usefull information about text box objects. these include : [Line count] = 0 [Cursor Position] = 1 [Current Line Number] = 2 [Current Line Start] = 3 [Current Line End] = 4 [Current Line Length] = 5 [Current Line Cursor Position] = 6 [Line Start] = 7 [Line End] = 8 [Line Length] = 9 The next function returns the text of a given line of a text box object.
This code allows you to copy any file, including your application to another destination at runtime. Note: This code has only been tested on Windows 98 using Visual Basic 6.0
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.