Hello Everyone,
I am new to Qt programing. I have seen following two different syntax to include files.
#include <Class>
and
#include "HeaderFile.h"
I could not get the fundamental difference between this two syntax. I understand that the first one include the class and second one includes the header file. But I am unable to understand which syntax to use in different circumstances.Which syntax consumes more memory ?
Many thanks in advance.

Reply With Quote

