Click here to Skip to main content
15,910,981 members
Home / Discussions / C#
   

C#

 
Questionhelp require? Pin
imran_rafique16-Dec-02 6:49
imran_rafique16-Dec-02 6:49 
AnswerRe: help require? Pin
Andres Manggini16-Dec-02 12:13
Andres Manggini16-Dec-02 12:13 
GeneralRe: help require? Pin
imran_rafique16-Dec-02 12:36
imran_rafique16-Dec-02 12:36 
GeneralWindows Form Control hosted in IE Pin
LJMorsillo16-Dec-02 4:34
LJMorsillo16-Dec-02 4:34 
Questionxor strings?? Pin
Karavaev Denis15-Dec-02 23:52
Karavaev Denis15-Dec-02 23:52 
AnswerRe: xor strings?? Pin
Kannan Kalyanaraman16-Dec-02 0:13
Kannan Kalyanaraman16-Dec-02 0:13 
GeneralRe: xor strings?? Pin
Karavaev Denis16-Dec-02 0:46
Karavaev Denis16-Dec-02 0:46 
GeneralRe: xor strings?? Pin
Christian Graus16-Dec-02 0:54
protectorChristian Graus16-Dec-02 0:54 
You need to ^ each byte, not the whole lot. You need to step through the strings, and can only perform the operation on the set of bytes that exists in both arrays, so unless the two strings are always the same length ( which they are not in your example ), I doubt you're going to get what you wanted.


Christian

No offense, but I don't really want to encourage the creation of another VB developer.
- Larry Antram 22 Oct 2002

C# will attract all comers, where VB is for IT Journalists and managers - Michael
P Butler 05-12-2002


Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not
as easily, but it's certainly doable.
- Jamie Nordmeyer - 15-Nov-2002
GeneralRe: xor strings?? Pin
Karavaev Denis16-Dec-02 1:06
Karavaev Denis16-Dec-02 1:06 
GeneralRe: xor strings?? Pin
Christian Graus16-Dec-02 1:09
protectorChristian Graus16-Dec-02 1:09 
GeneralRe: xor strings?? Pin
Kannan Kalyanaraman16-Dec-02 1:04
Kannan Kalyanaraman16-Dec-02 1:04 
AnswerRe: xor strings?? Pin
Daniel Turini16-Dec-02 0:22
Daniel Turini16-Dec-02 0:22 
GeneralDynamically Generating Data for a Waveform Graph Control Pin
Matthew Alan Gray15-Dec-02 16:27
sussMatthew Alan Gray15-Dec-02 16:27 
Questionsame COM object? Pin
peterchen15-Dec-02 10:00
peterchen15-Dec-02 10:00 
AnswerRe: same COM object? Pin
Rama Krishna Vavilala15-Dec-02 16:52
Rama Krishna Vavilala15-Dec-02 16:52 
QuestionArrayList == vector and list ? Pin
peterchen15-Dec-02 9:59
peterchen15-Dec-02 9:59 
AnswerRe: ArrayList == vector and list ? Pin
Nick Parker15-Dec-02 16:55
protectorNick Parker15-Dec-02 16:55 
AnswerRe: ArrayList == vector and list ? Pin
Barry Lapthorn15-Dec-02 20:15
protectorBarry Lapthorn15-Dec-02 20:15 
GeneralLooking for a free FTP class library for .NET Pin
gicio15-Dec-02 5:49
gicio15-Dec-02 5:49 
GeneralRe: Looking for a free FTP class library for .NET Pin
leppie15-Dec-02 6:14
leppie15-Dec-02 6:14 
GeneralDebugger anomaly Pin
Paul Silvernail15-Dec-02 5:25
Paul Silvernail15-Dec-02 5:25 
GeneralRe: Debugger anomaly Pin
leppie15-Dec-02 5:34
leppie15-Dec-02 5:34 
GeneralRe: Debugger anomaly Pin
Paul Silvernail15-Dec-02 5:53
Paul Silvernail15-Dec-02 5:53 
GeneralRe: Debugger anomaly Pin
leppie15-Dec-02 6:12
leppie15-Dec-02 6:12 
Questioncaspol.exe and sn.exe realted? Pin
imran_rafique15-Dec-02 2:28
imran_rafique15-Dec-02 2:28 

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.