 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
subrat Guest
|
Posted: Wed Aug 23, 2006 9:10 am Post subject: Start point of execution of a program |
|
|
Hello,
I know that the main( ) function is the starting point of execution in a C++
program.
What if an object is in the global space before main()?
Where is the constructor of the class object called? Before main() or after
main()?
Subrat@Bangalore |
|
| Back to top |
|
 |
Ian Collins Guest
|
Posted: Wed Aug 23, 2006 9:10 am Post subject: Re: Start point of execution of a program |
|
|
subrat wrote:
| Quote: | Hello,
I know that the main( ) function is the starting point of execution in a C++
program.
What if an object is in the global space before main()?
Where is the constructor of the class object called? Before main() or after
main()?
Before, it were called after main, it wouldn't be much use as the |
application would have terminated!
--
Ian Collins. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|