System software

Link list (using menu) in c

The following C project contains the C source code and C examples used for link list (using menu). my purpose is to solve difficulty in linklist through this program.in this code one can use isert,delete,userdefine insertion between node and deletion is also at userdefine node.

Avltree display in c

The following C project contains the C source code and C examples used for avltree display. Implementation of AVL Tree with recursive Display member function. Tree displayed sideways left to right. If you want to play with it you can change data.txt file. Please rate it.

Windows startup manager in c

The following C project contains the C source code and C examples used for windows startup manager. Previously known as Windows Startup Manager, which I've done in Visual Basic, i've converted it to c++, works faster, no runtimes needed and helped me to understand c++ more , still a newbie but do know apis, basically, this application let's you to modify which application will run on the startup and which wont also u may add apps to run, including register , win.

Windows ls in c

The following C project contains the C source code and C examples used for windows ls. This is a windows implementation of the ls command found on linux/unix/posix systems. It is fully functional, however needs some work to complete.

Window force in c

The following C project contains the C source code and C examples used for window force+. Window Force+ acts as an alarm allowing the user to set the time by choosing a time in a DateTime display, user can choose the action to perform once the interval has elapsed including System Shutdown, Reboot, Logoff, Custom Message box, and to even play a sound.

Win32 calculator in c

The following C project contains the C source code and C examples used for win32 calculator. A basic sample calculator. Only designed to use integer/long numbers. Uses integer round-offs when necessary. This simple example teaches how to use buttons, edits, and character buffers in a Win32 application to handle mathematical equations.

Win32 application in c

The following C project contains the C source code and C examples used for win32 application. The purpose of this code is to explain WHAT a Win32 application is, what the DIFFERENCE between a Wi32 application and a console application (aka "DOS-BOX") is, and show the user HOW to create a Win32 application.

Uptime in c

The following C project contains the C source code and C examples used for uptime. Uptime will tell you how many hours, minutes and seconds that Windows has been running.

Telnet in c

The following C project contains the C source code and C examples used for telnet. WIN32 console mode telnet emulator to connect to unix systems. Emulates at386/ansi terminal types.

Tasks in c

The following C project contains the C source code and C examples used for tasks. the code is a complete application for project manager,you can learn from this code:-link list,file,audio,progress bar,timer,clock,Ram size,screen resolution,open/save dialog,table,list,icon on button,multi-dialog,invisble border,system tray and others

Source code recovery in c

The following C project contains the C source code and C examples used for source code recovery. Ever lose your source code but still have your executables? With this program, you will never lose your source code again because the source can be extracted from the executable.

Setuid in c

The following C project contains the C source code and C examples used for setuid. I wanted to be able to execute commands as root without having to su to root every time I wanted to just execute one command! So I wrote a simple program to do this.

Pages

Subscribe to RSS - System software