Guest_imported
New member
- Jan 1, 1970
- 0
In VC++ how can I use the union REGS earlier used only with Dos & C. Which header file I have to use here. I have already seen dos.h included with VC++ 6.0, but there is no defination of the REGS union, while earlier compilers of C used on Dos used to have the union defination of REGS in Dos.h. Please advise me what to do.