Home > Software engineering >  Vs2015 header files
Vs2015 header files

Time:10-07

Problem is that I have in the main program a header file, A.h I need to use the string class - this class, so I just added in A.h include But there is a problem,
When I add include< directly in the main program; String> There is no problem, is this how to return a responsibility?

CodePudding user response:

At the beginning of a A.h file with # pragma once
  • Related