Hi,
I have written one program in C++ for file indexing and searching keyword which is working fine on unix. But on windows it may work differently reason being the /r/n at the end of line. While on unix it has /n only. How one program can be made intelligent enough to work same on different platforms.
Manish
I have written one program in C++ for file indexing and searching keyword which is working fine on unix. But on windows it may work differently reason being the /r/n at the end of line. While on unix it has /n only. How one program can be made intelligent enough to work same on different platforms.
Manish
Comment