Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
5answers
3k views

C++ include header path change windows to linux

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 ...
3
votes
4answers
85 views

Converting backslashes into forward slashes using javascript does not work properly?

I have a javascript variable comming from legacy system with backslashes into forward slashes: '/46\465531_Thumbnail.jpg' and I am trying to convert into this: '/46/465531_Thumbnail.jpg'. There ...
0
votes
0answers
54 views

When NDK build my app, it rewrites path for library in default.properties to forward slashes

when NDK build my app, it rewrites path for library in default.properties to forward slashes. android.library.reference.1=I:\OpenCV-2.3.1 but then Eclipse didnt find it, because i use Windows - ...
0
votes
2answers
171 views

php PCRE regex to get only the file name that terminates in .txt

so I am trying to form a PCRE regex in php, specifically for use with preg_replace, that will match any number of characters that make up a text(.txt) file name, from this I will derive the directory ...
-1
votes
4answers
2k views

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 ...