Click here to Skip to main content
15,920,468 members
Home / Discussions / C#
   

C#

 
GeneralRe: Exporting functions Pin
leppie19-Jun-02 2:04
leppie19-Jun-02 2:04 
GeneralRe: Exporting functions Pin
leppie19-Jun-02 11:20
leppie19-Jun-02 11:20 
GeneralRe: Exporting functions Pin
Nish Nishant19-Jun-02 11:34
sitebuilderNish Nishant19-Jun-02 11:34 
GeneralRe: Exporting functions Pin
leppie19-Jun-02 20:31
leppie19-Jun-02 20:31 
GeneralRe: Exporting functions Pin
Michael P Butler19-Jun-02 1:42
Michael P Butler19-Jun-02 1:42 
QuestionF:\Dev\ASP.NET\dw\CRC32.cs(87): Operator '<<' cannot be applied to operands of type 'int' and 'uint' ?? Pin
Todd Smith18-Jun-02 16:49
Todd Smith18-Jun-02 16:49 
AnswerRe: F:\Dev\ASP.NET\dw\CRC32.cs(87): Operator '<<' cannot be applied to operands of type 'int' and 'uint' ?? Pin
Rüpel18-Jun-02 20:54
Rüpel18-Jun-02 20:54 
AnswerRe: F:\Dev\ASP.NET\dw\CRC32.cs(87): Operator '<<' cannot be applied to operands of type 'int' and 'uint' ?? Pin
Feng Qin19-Jun-02 0:56
Feng Qin19-Jun-02 0:56 
You can write like this:

rv |= (uint)(1 << (int)(c - i));
Roll eyes | :rolleyes:

I'm amumu, and you?
GeneralRe: F:\Dev\ASP.NET\dw\CRC32.cs(87): Operator '<<' cannot be applied to operands of type 'int' and 'uint' ?? Pin
Todd Smith19-Jun-02 6:38
Todd Smith19-Jun-02 6:38 
GeneralMCSD 70-316 Pin
kasturirawat18-Jun-02 11:26
kasturirawat18-Jun-02 11:26 
GeneralRe: MCSD 70-316 Pin
Feng Qin19-Jun-02 1:06
Feng Qin19-Jun-02 1:06 
GeneralRe: MCSD 70-316 Pin
Not Active19-Jun-02 8:35
mentorNot Active19-Jun-02 8:35 
GeneralCenter text in a RichTextBox Pin
kyledunn18-Jun-02 10:30
kyledunn18-Jun-02 10:30 
GeneralRe: Center text in a RichTextBox Pin
John Mautari19-Jun-02 21:13
John Mautari19-Jun-02 21:13 
GeneralRe: Center text in a RichTextBox Pin
John Mautari19-Jun-02 21:17
John Mautari19-Jun-02 21:17 
GeneralRe: Center text in a RichTextBox Pin
kyledunn20-Jun-02 1:00
kyledunn20-Jun-02 1:00 
Generalderived webservice causes exception Pin
Steve Severance18-Jun-02 6:35
Steve Severance18-Jun-02 6:35 
QuestionHow to use BinaryWriter to write memory? Pin
Zombies with Coffee, LLC18-Jun-02 5:45
professionalZombies with Coffee, LLC18-Jun-02 5:45 
AnswerRe: How to use BinaryWriter to write memory? Pin
18-Jun-02 6:11
suss18-Jun-02 6:11 
GeneralRe: How to use BinaryWriter to write memory? Pin
Zombies with Coffee, LLC18-Jun-02 6:23
professionalZombies with Coffee, LLC18-Jun-02 6:23 
GeneralRe: How to use BinaryWriter to write memory? Pin
18-Jun-02 7:25
suss18-Jun-02 7:25 
GeneralRe: How to use BinaryWriter to write memory? Pin
Zombies with Coffee, LLC18-Jun-02 9:14
professionalZombies with Coffee, LLC18-Jun-02 9:14 
GeneralRe: How to use BinaryWriter to write memory? Pin
18-Jun-02 9:54
suss18-Jun-02 9:54 
GeneralRe: How to use BinaryWriter to write memory? Pin
Zombies with Coffee, LLC18-Jun-02 10:30
professionalZombies with Coffee, LLC18-Jun-02 10:30 
GeneralRe: How to use BinaryWriter to write memory? Pin
Eric Gunnerson (msft)19-Jun-02 5:54
Eric Gunnerson (msft)19-Jun-02 5:54 

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.