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 ...
1
vote
1answer
324 views

Pass Vim buffer variable as an argument for external command

The problem is that I need to pass include paths to the C++ compiler. I can define them for each buffer, like: :let b:COMPILER_OPTIONS='-ggdb -I"E:\boost_1_42_0\boost\"' But how do I expand ...
0
votes
1answer
1k views

Visual Studio 2008 oddity with C++ and header files

I have a large C++ project within a Visual Studio 2008 solution file, and everything is compiling and building correctly. So far so good. However, it is unable to find any header files when I attempt ...