Click here to Skip to main content
15,895,656 members
Home / Discussions / C#
   

C#

 
Questiontotal minutes difference Pin
Jassim Rahma15-Jun-08 8:24
Jassim Rahma15-Jun-08 8:24 
AnswerRe: total minutes difference Pin
User 665815-Jun-08 8:35
User 665815-Jun-08 8:35 
AnswerRe: total minutes difference [modified] Pin
Eslam Afifi15-Jun-08 8:37
Eslam Afifi15-Jun-08 8:37 
AnswerRe: total minutes difference Pin
Pete O'Hanlon15-Jun-08 8:39
mvePete O'Hanlon15-Jun-08 8:39 
Questionround the fils Pin
Jassim Rahma15-Jun-08 8:18
Jassim Rahma15-Jun-08 8:18 
AnswerRe: round the fils Pin
Eslam Afifi15-Jun-08 8:49
Eslam Afifi15-Jun-08 8:49 
Questionsize of an object of a class Pin
tina->newcoder15-Jun-08 7:54
tina->newcoder15-Jun-08 7:54 
AnswerRe: size of an object of a class Pin
Eslam Afifi15-Jun-08 9:22
Eslam Afifi15-Jun-08 9:22 
First, this code doesn't compile because you have a data member with the same name of the class "b"

Second, I think you want to know how many data members are there in the class B. There are 6 data members i, j, k, a, b and c. But you can only access a, b and c from the class B because i, j and k are private members of the class "a".

If you really want to know the size in bytes,
http://blogs.msdn.com/cbrumme/archive/2003/04/15/51326.aspx[^]
http://blogs.msdn.com/mab/archive/2006/04/24/582666.aspx[^]

Eslam Afifi

GeneralRe: size of an object of a class Pin
tina->newcoder16-Jun-08 1:19
tina->newcoder16-Jun-08 1:19 
GeneralRe: size of an object of a class Pin
Eslam Afifi16-Jun-08 5:17
Eslam Afifi16-Jun-08 5:17 
QuestionConvert double to int32 problem Pin
Newbie_Toy15-Jun-08 7:45
Newbie_Toy15-Jun-08 7:45 
AnswerRe: Convert double to int32 problem Pin
User 665815-Jun-08 7:52
User 665815-Jun-08 7:52 
AnswerRe: Convert double to int32 problem Pin
buchstaben16-Jun-08 5:27
buchstaben16-Jun-08 5:27 
Question'Most used' queue Pin
Chris Maunder15-Jun-08 5:12
cofounderChris Maunder15-Jun-08 5:12 
AnswerRe: 'Most used' queue [modified] Pin
User 665815-Jun-08 5:43
User 665815-Jun-08 5:43 
GeneralRe: 'Most used' queue Pin
Eslam Afifi15-Jun-08 6:07
Eslam Afifi15-Jun-08 6:07 
GeneralRe: 'Most used' queue Pin
Robert.C.Cartaino15-Jun-08 7:13
Robert.C.Cartaino15-Jun-08 7:13 
QuestionRe: 'Most used' queue Pin
Eslam Afifi15-Jun-08 7:32
Eslam Afifi15-Jun-08 7:32 
GeneralRe: 'Most used' queue Pin
Chris Maunder15-Jun-08 14:46
cofounderChris Maunder15-Jun-08 14:46 
GeneralRe: 'Most used' queue Pin
Eslam Afifi15-Jun-08 20:38
Eslam Afifi15-Jun-08 20:38 
AnswerRe: 'Most used' queue Pin
Pete O'Hanlon16-Jun-08 8:37
mvePete O'Hanlon16-Jun-08 8:37 
GeneralRe: 'Most used' queue Pin
Chris Maunder16-Jun-08 8:39
cofounderChris Maunder16-Jun-08 8:39 
GeneralRe: 'Most used' queue Pin
Pete O'Hanlon16-Jun-08 8:46
mvePete O'Hanlon16-Jun-08 8:46 
GeneralRe: 'Most used' queue Pin
Pete O'Hanlon16-Jun-08 9:12
mvePete O'Hanlon16-Jun-08 9:12 
GeneralRe: 'Most used' queue Pin
Chris Maunder16-Jun-08 9:18
cofounderChris Maunder16-Jun-08 9:18 

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.