On Sun, 13 Nov 2005 04:13:29 -0500, "deluxo" <>
wrote in comp.lang.c:
> i'm begineer in writing TSR so anyone can help me with code, list of
> related sites and anymore
There is no such thing as a 'TSR' defined by the C language.
The only think I can think of using that acronym was a "Terminate and
Stay Resident" program under obsolete operating system MS-DOS. You
cannot write such a program in standard C, you must use at least some
non-portable platform-specific extensions.
In any case, this is off-topic here, where we only discuss the
standard language and not extensions for particular operating systems.
You should try news:comp.os.msdos.programmer if you want help on
MS-DOS specific things like this.
--
Jack Klein
Home:
http://JK-Technology.Com
FAQs for
comp.lang.c
http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++
http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html