文件名 文件描述 浏览
◆ CGBitArray.htm

CGBitArray : A Packed Array of Flags

标志位的压缩矩阵

浏览
◆ ImprovedSeed.htm Improved Seed/srand 浏览
◆ System Tray Class (Very Easy To Use).htm

This class I developed makes it very easy to put/delete/modify icons in the system tray. You can also get mouse notifications from the system tray. Once again, NO MFC!

一个处理图标的类

浏览
◆ Bank Class.htm

Writes Customers account info to a file, performs debit and credit transactions, searches and displays customer details while reading from a file

一个处理银行事务的类

浏览
◆ Class Example.htm

A basic example of setting up a class and using it. ANSI Compliant

创建和使用类的基本实例

浏览
◆ complex.cpp.htm

adds two complex numbers. here a class called complex has been made

两个复数相加的.cpp文件

浏览
◆ Custom String Class.htm

Custom string class that makes it possible not having to use pointer to character arrays

一个不用指针来处理字符的类

浏览
◆ Dice class.htm

It's class for generating random numbers in a simple and straightforward way. It initializes the random number generator (only once) and can be used anywhere a const int can be used

一个用来产生随机数的类

浏览
◆ Employee Class.htm

to demonstrate how to use public member functions to enter and display employee info

演示如何用公有成员函数来进入和显示雇员信息

浏览
◆ faster Number of whole number digits.htm

This short function is a function that returns the number of whole number digits in any number without changind the data type of the inputed number. (it gives you the number of signifigant digits before the decimal)

返回所有数字位的序号的短程序

浏览
◆ flagset.htm

This code creates an array of bits, each index of the array is an unsigned char, this to be able to use the 8th bit. use enumerated flags as bits

创建位的阵列

浏览
◆ INI class.htm

This class can read and write INI files. I guess it could have been programmed more efficient, but it works fine for me. OH BTW I have the feeling there should be already an API for this or something however, I couldn't find it, and it has been educating

可以读和写INI文件

浏览