Results for "Volume: C_Volume2"
Brief introduction to printf and using C/C++'s basic variables
DirWalk demonstrates how to read a directory structure. Its output looks like TREE MS-DOS command (CONSOLE). I used FindFirstFile and FindNextFile Win32 API functions to program it. It does everything in one function, a recursive function. DirWalk only shows directories, not files. You can modify it to show the files too.
Demonstrates binary search with either recursion or a loop.
Creates a PHP/MySQL Script for a Simple Login System.
This is a GREAT / COOL program that would let begginers write your C, C++ programs in windows rather that DOS.
I found this E-Book, so I thought I would upload it so it could help you guys. (I don't really program in C++)!!
A service is a WinNT/Win2000 process that keeps itself running even you are not logged on. Create a service isn't so complicated. In fact if you use the Win32-API Service Functions (not ATL), your job will be easier. This source code, called XService DEMO, explains the easiest way to program a service. Please, read ReadMe.txt to get more information and read comments inside source code. Note: It was programmed using MS-Visual C 6. However, you can use another compiler that supports Win32.
Simple Calculator Program
This app allows you to send popup messages to any computer on your network as long as you know there IP or computer name.
This code shows how to use Visual Basic to calculate great circle distance (distance between 2 points using decimal latitudes and longitudes).
Display Current Weather Conditions for any Valid US Zipcode using the Microsoft.XMLDOM XML Parsing Object. Commented Source Code.
This example will convert any TImageList to 32-Bit, and this will fix various XP formatted icon problems. I found the conversion procedure online somewhere, and I am NOT its original author. But I have put it together into this example.
Easy-to-understand-function that returns the day todays name in string and takes no parameters. It returns the name in Englsih even if the operating system is another laguage. Good for text editing programs. Please rate...
Implents a class for registry manipulation like create key, test for key, create value, ... Please rate. Thanx.
Implements a mail-class (pure .NET framework solution). Supports cc, bcc, multiple attachments,... Please rate. Thanx.
Uses recursion to scan a directory and all subdirectories to get the total size of all files residing within.
This script is for: - Browsing files on your server - Upload files to your server - Play media files on the server - create, move, delete multiple files and directory's - opening/downloading files - check the disk size - check the free disk space This is the newest version of the 'Advanced file manager' it is still a beta, and if you wan't the last stable version search for 'file manager' and click at 'Advanced File Manager 1.1'. You can find more info and feedback at www.afm.nl.tt , and If you wan't to mail me my mail is: feedback@afm.p3t3r.uni.cc !!!At the site you can get the latest bug fixes and betas!!! If you like the code please vote. KEYWORDS:Website admin administrator file dir browser free manager THE SITE OF A.F.M. ------> www.afm.nl.tt
This is a 4 function calculator with 8 - level memory, it performs calculations
Hi, I'm new to Delphi and this is my first submission AND my first program for Delphi. If you run this program, the clock begins ticking and it'll show you how many seconds, minutes and hours have past. I use this in my startup so I can see how long I've been on the comp. Please vote and leave comments(And please don't flame...).
It draws lines on the screen. Looks like a screensaver. Shows some basic C++ coding techniques.