Click here to Skip to main content
15,914,016 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionAdd Excel worksheet to form ? Pin
f_n_d20-Jul-05 23:37
f_n_d20-Jul-05 23:37 
AnswerRe: Add Excel worksheet to form ? Pin
Dan Neely21-Jul-05 2:20
Dan Neely21-Jul-05 2:20 
GeneralRe: Add Excel worksheet to form ? Pin
f_n_d21-Jul-05 23:14
f_n_d21-Jul-05 23:14 
GeneralRe: Add Excel worksheet to form ? Pin
Dan Neely22-Jul-05 2:12
Dan Neely22-Jul-05 2:12 
GeneralRe: Add Excel worksheet to form ? Pin
Dan Neely22-Jul-05 3:03
Dan Neely22-Jul-05 3:03 
GeneralRe: Add Excel worksheet to form ? Pin
f_n_d22-Jul-05 3:37
f_n_d22-Jul-05 3:37 
Generaldll can't register Pin
bondguru20-Jul-05 23:33
bondguru20-Jul-05 23:33 
Questionwhat exactly does the operation >> do Pin
Stephan_Wright20-Jul-05 22:22
Stephan_Wright20-Jul-05 22:22 
Hy everyone!

I am not quite sure, what the >> opertion / operator does in C. I do know it is a shift operation, but how is the shifting done? Is it shifted like in a circle meaning the msb will be shifted to the msb-1 and the lsb will be shiftet to the msb (so meaning just shifting without loosing anything) or is the new emtpy place on the left filled with 0-s?

So eg. what does this operation do?
mybitarray >> 1
Lets say it looks like this
11001001 does it look like 11100100 or does it look like 01100100 (meaning after the operation) because I had a look in the MSDN but there it said "shiftoperation to the right". Well but no further info if there is a rotation or if the old places are shifted and filled with 0-s.

Thanks for any advice.
Stephan.
AnswerRe: what exactly does the operation >> do Pin
Corinna John20-Jul-05 23:51
Corinna John20-Jul-05 23:51 
GeneralRe: what exactly does the operation >> do Pin
Stephan_Wright21-Jul-05 1:41
Stephan_Wright21-Jul-05 1:41 
GeneralRe: what exactly does the operation >> do Pin
DavidNohejl23-Jul-05 18:00
DavidNohejl23-Jul-05 18:00 
AnswerRe: what exactly does the operation >> do Pin
Vega0221-Jul-05 19:26
Vega0221-Jul-05 19:26 
GeneralWindows Services Pin
20-Jul-05 18:26
suss20-Jul-05 18:26 
GeneralRe: Windows Services Pin
Christian Graus20-Jul-05 18:36
protectorChristian Graus20-Jul-05 18:36 
GeneralRe: Windows Services Pin
Laji5920-Jul-05 20:26
Laji5920-Jul-05 20:26 
GeneralRe: Windows Services Pin
Christian Graus21-Jul-05 13:23
protectorChristian Graus21-Jul-05 13:23 
GeneralRe: Windows Services Pin
Laji5924-Jul-05 18:59
Laji5924-Jul-05 18:59 
GeneralRe: Windows Services Pin
Christian Graus24-Jul-05 19:02
protectorChristian Graus24-Jul-05 19:02 
GeneralRe: Windows Services Pin
Laji5924-Jul-05 20:45
Laji5924-Jul-05 20:45 
General(Exclusively) Diagonally resizable forms. Pin
Anonymous20-Jul-05 11:23
Anonymous20-Jul-05 11:23 
GeneralRe: (Exclusively) Diagonally resizable forms. Pin
Rob Graham20-Jul-05 12:43
Rob Graham20-Jul-05 12:43 
Generalcan't stop window service Pin
merlynml19-Jul-05 23:03
merlynml19-Jul-05 23:03 
GeneralRe: can't stop window service Pin
Colin Angus Mackay20-Jul-05 12:56
Colin Angus Mackay20-Jul-05 12:56 
GeneralRe: can't stop window service Pin
merlynml20-Jul-05 14:19
merlynml20-Jul-05 14:19 
GeneralAn Introduction to Windows Services Pin
Laji5919-Jul-05 21:10
Laji5919-Jul-05 21:10 

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.