S
S
sitev_ru2016-08-28 12:15:14
C++ / C#
sitev_ru, 2016-08-28 12:15:14

How to connect two different files with the same name?

I connect two different files, but they have the same names. 1st - my local, which I came up with myself, 2nd - global, apparently from the Windows SDK ... I
connect them like this, it looks a little comical:

#include "anyfile.h"
#include <anyfile.h>

If an approach that will solve this problem?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
nirvimel, 2016-08-28
@sitev_ru

If you don't want it to look comical, don't name project files after standard header files.
But, apart from the comic, technically there should not be any problems with such a naming.

R
RedHairOnMyHead, 2016-08-28
@ThePyzhov

Change local file name.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question