Posts: 74
Threads: 11
Joined: Sep 2011
Reputation:
0
#pragma tabsize is used to avoid loose identation warning
i thins also pragma dynamic is used for the same
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
#pragma tabsize is for people who are lazy and can't be bothered to indent. #pragma dynamic is used to increase the size of the stack/heap (place where variables get stored), usually done because of poor resource management.
Posts: 200
Threads: 19
Joined: Apr 2011
Reputation:
0
Thank you all.I have given to all reputation. Thank you !