![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Nov 2005
Location: Turkey
Posts: 93
Rep Power: 3
![]() |
what header should I use?
Hi! .. I know C/C++ but we have entered C++.Net for a week..
I always used #include<iostream> but in my C++.Net book it use iostream and stdafx headers... what are the differences between stdafx iostream? thanks... |
|
|
|
|
|
#2 |
|
Programming Guru
![]() Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5
![]() |
stdafx is often used for project specific include files that are used frequently, but are changed infrequently. So compile times get better.
With an easy search.
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for." -- Socrates |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|