hi everyone !
I searched a lot in net but I couldnt fine any solution for my issue .
i want to read some data from a file
ifstream in ("input.txt");
ifstream in ("input.txt");
To copy to clipboard, switch view to plain text mode
when encoding of input.txt is ANSI i don't have any problem , but when i change the encoding to Unicode or UTF-8 the complier give me a warning :
Invalid parameter passed to C runtime function.
Invalid parameter passed to C runtime function.
To copy to clipboard, switch view to plain text mode
and the program doesn't run and say :

I have windows 7 home premium .
I dont have this problem in Ubunutu9.10
I need your help !!
thank every one.
Bookmarks