Click here to Skip to main content
15,914,488 members
Home / Discussions / C#
   

C#

 
GeneralRe: Like foreach but from end to begining ? Pin
ektoras23-Feb-05 11:52
ektoras23-Feb-05 11:52 
GeneralRe: Like foreach but from end to begining ? Pin
Rei Miyasaka23-Feb-05 11:56
Rei Miyasaka23-Feb-05 11:56 
AnswerRe: Like foreach but from end to begining ? Pin
Dominic Farr22-Feb-05 11:16
Dominic Farr22-Feb-05 11:16 
GeneralRe: Like foreach but from end to begining ? Pin
ektoras23-Feb-05 11:55
ektoras23-Feb-05 11:55 
GeneralDetermine locally installed componnet in C# Pin
Liu Shuai21-Feb-05 12:01
Liu Shuai21-Feb-05 12:01 
GeneralRe: Determine locally installed componnet in C# Pin
Heath Stewart21-Feb-05 12:52
protectorHeath Stewart21-Feb-05 12:52 
GeneralC# and lists Pin
Sasuko21-Feb-05 11:54
Sasuko21-Feb-05 11:54 
GeneralRe: C# and lists Pin
Heath Stewart21-Feb-05 12:47
protectorHeath Stewart21-Feb-05 12:47 
There is absolutely no need of unsafe code in C#. The only viable reason I've ever seen if for fast pixel-by-pixel changes of images, which is still possible - albeit slow - using purely managed code.

You also need to understand that every class (besides numerical types, structures, and enumerations) in .NET is a reference type, or basically a managed pointer. You do not need to use the dereference operator.

If a first-in, first-out (FIFO) buffer is what you need, use a Queue. Otherwise, search this site - or the Internet - for linked list[^] and you'll find lots of implementations.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: C# and lists Pin
Anonymous21-Feb-05 22:18
Anonymous21-Feb-05 22:18 
GeneralRe: C# and lists Pin
Heath Stewart22-Feb-05 6:52
protectorHeath Stewart22-Feb-05 6:52 
GeneralC# and VB6 Interop Pin
Aaron Schaefer21-Feb-05 11:37
Aaron Schaefer21-Feb-05 11:37 
GeneralRe: C# and VB6 Interop Pin
Heath Stewart21-Feb-05 12:42
protectorHeath Stewart21-Feb-05 12:42 
GeneralRe: C# and VB6 Interop Pin
Anonymous21-Feb-05 13:45
Anonymous21-Feb-05 13:45 
GeneralGetting other app.config files Pin
Esmo200021-Feb-05 10:12
Esmo200021-Feb-05 10:12 
GeneralRe: Getting other app.config files Pin
Heath Stewart21-Feb-05 12:34
protectorHeath Stewart21-Feb-05 12:34 
GeneralCombo box Pin
webhay21-Feb-05 10:07
webhay21-Feb-05 10:07 
GeneralRe: Combo box Pin
Heath Stewart21-Feb-05 12:33
protectorHeath Stewart21-Feb-05 12:33 
GeneralRe: Combo box Pin
webhay21-Feb-05 12:41
webhay21-Feb-05 12:41 
GeneralRe: Combo box Pin
Heath Stewart21-Feb-05 12:59
protectorHeath Stewart21-Feb-05 12:59 
Generalmanaged DLL error with C# Pin
Doom-Child21-Feb-05 9:32
Doom-Child21-Feb-05 9:32 
GeneralRe: managed DLL error with C# Pin
Heath Stewart21-Feb-05 12:30
protectorHeath Stewart21-Feb-05 12:30 
GeneralRe: managed DLL error with C# Pin
Doom-Child21-Feb-05 12:48
Doom-Child21-Feb-05 12:48 
GeneralRe: managed DLL error with C# Pin
Heath Stewart21-Feb-05 13:03
protectorHeath Stewart21-Feb-05 13:03 
GeneralRe: managed DLL error with C# Pin
Doom-Child21-Feb-05 13:45
Doom-Child21-Feb-05 13:45 
GeneralRe: managed DLL error with C# Pin
Heath Stewart21-Feb-05 13:59
protectorHeath Stewart21-Feb-05 13:59 

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.