Click here to Skip to main content
16,006,378 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem with getting string from bytes Pin
nc3b22-Jul-07 22:58
nc3b22-Jul-07 22:58 
AnswerRe: Problem with getting string from bytes Pin
Guffa23-Jul-07 0:40
Guffa23-Jul-07 0:40 
GeneralRe: Problem with getting string from bytes Pin
nc3b23-Jul-07 0:45
nc3b23-Jul-07 0:45 
QuestionSkinned Controls Pin
Mahmoud Zidan22-Jul-07 6:40
Mahmoud Zidan22-Jul-07 6:40 
QuestionListing User Accounts Pin
CeleryGod22-Jul-07 4:16
CeleryGod22-Jul-07 4:16 
AnswerRe: Listing User Accounts Pin
mav.northwind22-Jul-07 6:41
mav.northwind22-Jul-07 6:41 
Questionwhich constructor gets called first? Pin
jon-8022-Jul-07 2:40
professionaljon-8022-Jul-07 2:40 
AnswerRe: which constructor gets called first? Pin
Luc Pattyn22-Jul-07 2:52
sitebuilderLuc Pattyn22-Jul-07 2:52 
Hi Jon,

it is the one-parm constructor that gets invoked first, but it is the body of
the 2-parm one that executes before the (empty) body of the 1-parm constructor.
Same prder as the code that says: Car(model) needs "this(model,4)" before it does the "{ }".

BTW if you use <pre>some code</pre> you can show code snippets
that preserve their formatting (mainly indentation). That would be much more readable.
On the other hand, if your post contains special characters (especially <)
they get eaten by the HTML interpreter, then you better would check the "ignore HTML tags"
checkbox below the textbox (but then thr pre command will no longer work either).

Smile | :)


GeneralRe: which constructor gets called first? Pin
jon-8022-Jul-07 3:18
professionaljon-8022-Jul-07 3:18 
GeneralRe: which constructor gets called first? Pin
Luc Pattyn22-Jul-07 3:35
sitebuilderLuc Pattyn22-Jul-07 3:35 
GeneralRe: which constructor gets called first? Pin
Paul Conrad22-Jul-07 5:34
professionalPaul Conrad22-Jul-07 5:34 
GeneralRe: which constructor gets called first? Pin
Luc Pattyn22-Jul-07 5:46
sitebuilderLuc Pattyn22-Jul-07 5:46 
GeneralRe: which constructor gets called first? Pin
Paul Conrad22-Jul-07 5:49
professionalPaul Conrad22-Jul-07 5:49 
GeneralRe: which constructor gets called first? Pin
Guffa22-Jul-07 9:03
Guffa22-Jul-07 9:03 
GeneralRe: which constructor gets called first? Pin
Paul Conrad22-Jul-07 9:33
professionalPaul Conrad22-Jul-07 9:33 
GeneralRe: which constructor gets called first? Pin
Guffa22-Jul-07 10:11
Guffa22-Jul-07 10:11 
GeneralRe: which constructor gets called first? Pin
Luc Pattyn22-Jul-07 9:39
sitebuilderLuc Pattyn22-Jul-07 9:39 
GeneralRe: which constructor gets called first? Pin
Paul Conrad22-Jul-07 9:51
professionalPaul Conrad22-Jul-07 9:51 
GeneralRe: which constructor gets called first? Pin
Luc Pattyn22-Jul-07 9:57
sitebuilderLuc Pattyn22-Jul-07 9:57 
GeneralRe: which constructor gets called first? Pin
Luc Pattyn22-Jul-07 10:00
sitebuilderLuc Pattyn22-Jul-07 10:00 
GeneralRe: which constructor gets called first? Pin
Paul Conrad22-Jul-07 10:00
professionalPaul Conrad22-Jul-07 10:00 
GeneralRe: which constructor gets called first? Pin
Guffa22-Jul-07 10:15
Guffa22-Jul-07 10:15 
GeneralRe: which constructor gets called first? Pin
Paul Conrad22-Jul-07 10:19
professionalPaul Conrad22-Jul-07 10:19 
GeneralRe: which constructor gets called first? Pin
Luc Pattyn22-Jul-07 10:27
sitebuilderLuc Pattyn22-Jul-07 10:27 
GeneralRe: which constructor gets called first? Pin
Paul Conrad22-Jul-07 10:37
professionalPaul Conrad22-Jul-07 10:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.