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

.NET (Core and Framework)

 
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 
AnswerRe: what exactly does the operation >> do Pin
Corinna John20-Jul-05 23:51
Corinna John20-Jul-05 23:51 
Why can't you just try it?
I've used >> only in C# before, but assuming they do the same in C anc C#, this should be the answer:

11001001 >> 1 = 01100100
11001001 >> 2 = 00110010
11001001 >> 3 = 00011001

11001001 << 1 = 10010010
11001001 << 2 = 00100100
11001001 << 3 = 01001000

It is a shift operator, not a rotation operator. Smile | :)


_________________________________
Please inform me about my English mistakes, as I'm still trying to learn your language!

GeneralRe: what exactly does the operation &gt;&gt; do Pin
Stephan_Wright21-Jul-05 1:41
Stephan_Wright21-Jul-05 1:41 
GeneralRe: what exactly does the operation &gt;&gt; do Pin
DavidNohejl23-Jul-05 18:00
DavidNohejl23-Jul-05 18:00 
AnswerRe: what exactly does the operation &gt;&gt; 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 
GeneralRe: An Introduction to Windows Services Pin
Corinna John20-Jul-05 23:53
Corinna John20-Jul-05 23:53 

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.