How to initialize a defined variable with a type of _IO_FILE?I need to add new codes to provided function. Is anyone has a suggestion?
How to initialize a defined variable with a type of _IO_FILE?Is there any solution that I can define different way f and then pass it to the func1 (by FILE&)?
How to initialize a defined variable with a type of _IO_FILE?I should not change the FILE& to FILE*.
How to initialize a defined variable with a type of _IO_FILE?[code] Class1 c; FILE * f; f=fopen("filename","r"); c.func1(l, f); [/code] no known conversion f...
How to initialize a defined variable with a type of _IO_FILE?I cannot change the func1, so I need the type of __IO_FILE aka FILE.
This user does not accept Private Messages