Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 2005 > BOOK: Beginning Visual C# 2005
|
BOOK: Beginning Visual C# 2005
This is the forum to discuss the Wrox book Beginning Visual C# 2005 by Karli Watson, Christian Nagel, Jacob Hammer Pedersen, Jon D. Reid, Morgan Skinner, Eric White; ISBN: 9780764578472
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Visual C# 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 12th, 2007, 09:01 AM
Registered User
 
Join Date: Dec 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Ch13CardLib time of execution event handler

I am studying the code of the CardLib that raises the LastCardDrawn event (page 380 in the book) and I have the following question about the code:
Why can you assume that the line: "return cards[cardNum]" is executed BEFORE the method that subscribed to the LastCardDrawn event (in this case the Reshuffle() method). Is it possible that the Reshuffle method is called BEFORE the return statement (maybe only if there would be a lot more code to process in the GetCard method after raising the event "holding up" the return statement) and so the card returned by the GetCard method is the last card of the shuffled deck instead of the last card of the original deck?
Isn't it safer to first store the last card in a local variable, then raise the event (triggering the Reshuffle() method) and then return the local variable containing the last card?





Similar Threads
Thread Thread Starter Forum Replies Last Post
Mouse Event Handler daniel.mihalcea C# 2008 aka C# 3.0 1 September 8th, 2008 06:30 AM
Event handler samir_katore Pro VB 6 6 June 8th, 2006 01:22 PM
Event handler problem carro123 Javascript How-To 1 May 20th, 2005 03:30 PM
PreDefined Event Handler mark C# 1 June 7th, 2003 04:47 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.