accord
Whole Tomato Software
    
United Kingdom
3287 Posts |
Posted - Oct 21 2016 : 7:17:12 PM
|
The <> style is normally used to include standard library header files and this is how we distinguish between <> and "". I know there are different methods to determine which characters to use, but we only support the above method. You can also set to always use "" or <>.
For example, if you use Add Include on std::vector, it will include
#include <vector>
|
 |
|