Click here to Skip to main content
15,898,371 members
Home / Discussions / C#
   

C#

 
GeneralRe: i didn't get what you mean? Pin
kimo_helmy22-Jun-05 20:28
kimo_helmy22-Jun-05 20:28 
GeneralRe: The greatest question Saving a linked list Pin
Anonymous22-Jun-05 22:08
Anonymous22-Jun-05 22:08 
GeneralRe: The greatest question Saving a linked list Pin
DavidNohejl23-Jun-05 0:52
DavidNohejl23-Jun-05 0:52 
GeneralRe: The greatest question Saving a linked list Pin
Sasuko23-Jun-05 6:28
Sasuko23-Jun-05 6:28 
GeneralRe: The greatest question Saving a linked list Pin
DavidNohejl23-Jun-05 6:56
DavidNohejl23-Jun-05 6:56 
GeneralRe: The greatest question Saving a linked list Pin
Sasuko23-Jun-05 7:20
Sasuko23-Jun-05 7:20 
Generalsorting Pin
Moslems22-Jun-05 11:24
Moslems22-Jun-05 11:24 
GeneralRe: sorting Pin
DavidNohejl22-Jun-05 11:56
DavidNohejl22-Jun-05 11:56 
what you mean by recursive method?

like this?
bool checkNode( IListItem node )
{
  static something lastValue;
  static bool sorted = true;

  if( node == null )
  {
    return true;
  }
  if( lastValue > IListItem.Value )
  {
    return false;
  }
  else
  {
    lastNode = node;
    return ( checkNode( node.Next ) );
  } 
}


What a stupid method. If you tell me why it is so stupid, maybe I'll teach you how write more stupid code like this.

David
Generallinked lists Pin
Moslems22-Jun-05 11:21
Moslems22-Jun-05 11:21 
GeneralDelete a locked file Pin
nemopeti22-Jun-05 11:06
nemopeti22-Jun-05 11:06 
GeneralRe: Delete a locked file Pin
Dave Kreskowiak22-Jun-05 12:53
mveDave Kreskowiak22-Jun-05 12:53 
GeneralRe: Delete a locked file Pin
nemopeti22-Jun-05 21:12
nemopeti22-Jun-05 21:12 
GeneralRe: Delete a locked file Pin
Dave Kreskowiak23-Jun-05 2:17
mveDave Kreskowiak23-Jun-05 2:17 
GeneralC+ to c# Pin
GoodQuestion22-Jun-05 10:29
GoodQuestion22-Jun-05 10:29 
GeneralRe: C+ to c# Pin
Jeff Martin22-Jun-05 10:47
Jeff Martin22-Jun-05 10:47 
GeneralRe: C+ to c# Pin
DavidNohejl22-Jun-05 10:49
DavidNohejl22-Jun-05 10:49 
QuestionAlternative to Aspose.Word? Pin
Carl Mercier22-Jun-05 9:48
Carl Mercier22-Jun-05 9:48 
AnswerRe: Alternative to Aspose.Word? Pin
Scott Serl23-Jun-05 11:58
Scott Serl23-Jun-05 11:58 
GeneralRe: Alternative to Aspose.Word? Pin
Carl Mercier23-Jun-05 13:43
Carl Mercier23-Jun-05 13:43 
QuestionHow to move a directory to a diferent particion Pin
nemopeti22-Jun-05 8:23
nemopeti22-Jun-05 8:23 
AnswerRe: How to move a directory to a diferent particion Pin
Dave Kreskowiak22-Jun-05 9:16
mveDave Kreskowiak22-Jun-05 9:16 
GeneralSOLVED Pin
nemopeti22-Jun-05 10:47
nemopeti22-Jun-05 10:47 
Generalwhy on debug it makes a .dll Pin
Sasuko22-Jun-05 7:41
Sasuko22-Jun-05 7:41 
GeneralRe: why on debug it makes a .dll Pin
S. Senthil Kumar22-Jun-05 7:55
S. Senthil Kumar22-Jun-05 7:55 
GeneralRe: why on debug it makes a .dll Pin
Dave Kreskowiak22-Jun-05 9:14
mveDave Kreskowiak22-Jun-05 9:14 

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.