forwardslashes

C++ include header path change windows to linux

Hi, I am porting a application written in c++ from windows to Linux. I have a problem with the header files path. Windows uses "\" and while Linux uses "/" . I am finding it cumbersome to change this in each and every source and header file. Is there some work around? ...

PHP Echo A "/" Forwardslash?

I'm very surprised I couldn't find this question here, which makes me very sure it is here and I just didn't see it. Regardless, I'll ask again. How do I echo a forwardslash "/"? echo <?php echo $_SERVER['HTTP_HOST'] ?> . '/directory/'; Thanks -J ...