Under the VC6.0 environment, when debugging and running the written learn.c source program, the following additional files are generated on the hard disk:
learn.ncb
learn.DSW
learn.OPT
learn.PLG
learn.o
learn.DSP
I'm just learning C language and practicing small programs. How to prohibit the generation of the above additional files?
learn.ncb
learn.DSW
learn.OPT
learn.PLG
learn.o
learn.DSP
I'm just learning C language and practicing small programs. How to prohibit the generation of the above additional files?
