the 
   C & C++ Resource Center
    by vivek mohan | Other Resource Centers : Perl | Assembly

C & C++ Resource Center / source codes /

Home

Source Codes

Documents

Links

C/C++ Help line

Freeware

 

 


[1] How Do I Make a Window  : A Question most programmers new to windows programming ask ? Well heres the complete code + explanation...

[5] copyboot.cpp : Writes s sector of bytes or 512 bytes into the 1st sector of any disk , floppy disk by default. Useful for writing boot sectors.

[4] stripexe.cpp : Strip the header off the exe files. An excellent utility for creating binary images out of exe files.

[3] CGX_File.h : A File IO library. The CGX_File objects can be used treated as arrays of characters rather than file objects. Characters of a file can be accessed using the [] operator. IO operators such as << and >> have also been implemented. Files can be simultaneously be read and written.

[2] unsigned long filesizeof( FILE* ) : A function which returns the size of the file whose file handle is passed.

[1] long nol ( FILE* ) : A function which calculates the number of lines in a file from the point where the pointer points to in the file.

[1] CGX Console Lib : A set of functions with which you can manipulate the console. Includes functions which can scroll up and down portions of screen by using the bios 10h interrupts. Also includes a box function which can draw a box.

[1] Hello World OS : A small example of an operating system which does nothing but print a message "Hello World !". Includes the boot sector code written in assembly language.

[1] OPOS - The OPEN SOURCE OS : This is more than just a hello world OS. It has got a small kernel with a small shell.

[1] Permut.cpp A program which can print the different permutations of an array of elements of any size.

[1] UASM : UASM or Universal Assembler is an assembler under construction and is being developed by me. Check out this first test version which can assemble a few instructions.

Hosted by www.Geocities.ws

1