Dec 242017
Utility to shift text files n spaces within specified left and right bounds. C source code included. Excellent example of using pointers to traverse and manipulate string arrays. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
README.TXT | 738 | 437 | deflated |
SHIFTTXT.EXE | 15719 | 8538 | deflated |
SHIFTTXT.PC | 3606 | 1252 | deflated |
Download File SHIFTTXT.ZIP Here
Contents of the README.TXT file
I hope the column shift utility is helpfull in and of its own right.
Despite the availablity of other column shift routines, usually
included as part of a text editing package, the code is still a
good example of using pointers to manipulate strings and passing
parameters between functions.
Copyright 1991 by Keith D. Willett. All Rights Reserved.
Written for uploading to Programmers Corner by
Keith D. Willett
7916 Diehlwood Road
Baltimore, Maryland 21222-3316
This program may be distributed freely. The copyright holder offers
no warranty with this code whatsoever, including its fitness for any
purpose. Neither shall he be liable for damages of any kind that
may arise from its use.
Despite the availablity of other column shift routines, usually
included as part of a text editing package, the code is still a
good example of using pointers to manipulate strings and passing
parameters between functions.
Copyright 1991 by Keith D. Willett. All Rights Reserved.
Written for uploading to Programmers Corner by
Keith D. Willett
7916 Diehlwood Road
Baltimore, Maryland 21222-3316
This program may be distributed freely. The copyright holder offers
no warranty with this code whatsoever, including its fitness for any
purpose. Neither shall he be liable for damages of any kind that
may arise from its use.
December 24, 2017
Add comments