Click here to Skip to main content
15,892,674 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to store words for a dictionary? Pin
Luc Pattyn16-Oct-09 8:36
sitebuilderLuc Pattyn16-Oct-09 8:36 
GeneralRe: How to store words for a dictionary? Pin
PIEBALDconsult16-Oct-09 14:20
mvePIEBALDconsult16-Oct-09 14:20 
AnswerRe: How to store words for a dictionary? Pin
PIEBALDconsult16-Oct-09 7:01
mvePIEBALDconsult16-Oct-09 7:01 
GeneralRe: How to store words for a dictionary? Pin
Luc Pattyn16-Oct-09 8:01
sitebuilderLuc Pattyn16-Oct-09 8:01 
GeneralRe: How to store words for a dictionary? Pin
Dan Neely16-Oct-09 8:25
Dan Neely16-Oct-09 8:25 
GeneralRe: How to store words for a dictionary? Pin
PIEBALDconsult16-Oct-09 14:09
mvePIEBALDconsult16-Oct-09 14:09 
JokeRe: How to store words for a dictionary? Pin
Not Active16-Oct-09 8:22
mentorNot Active16-Oct-09 8:22 
QuestionHow to sort Custom class which is of type array as per one of its value Pin
miniThomas16-Oct-09 5:44
miniThomas16-Oct-09 5:44 
Hi,

I am having a custom class which is of type array.
one of its elements is date.
I want all elements of this class to be be sorted on basis of date.

e.g

Class Payment
{
date;
amount;
order;
}

Another calss
{
Payment[] pay=new Payment[4];
for(int i=0;i<3;i++)
{
pay[i]=new Payment();
pay[i].date="Monday";
pay[i].amount=5;
pay[i].order=abc;
}
//sort pay as per date that is populated in pay
say pay[0].date=Monday;
pay[1].date=Wednesday;
pay[2].date=Tuesday;
I want the entire row of pay to be sorted on basis of date.
}

Thanks,
Mini

Best Regards,
Mini Thomas

AnswerRe: How to sort Custom class which is of type array as per one of its value Pin
Luc Pattyn16-Oct-09 5:53
sitebuilderLuc Pattyn16-Oct-09 5:53 
AnswerRe: How to sort Custom class which is of type array as per one of its value Pin
Mirko198016-Oct-09 6:09
Mirko198016-Oct-09 6:09 
GeneralRe: How to sort Custom class which is of type array as per one of its value Pin
Luc Pattyn16-Oct-09 6:13
sitebuilderLuc Pattyn16-Oct-09 6:13 
GeneralRe: How to sort Custom class which is of type array as per one of its value Pin
Mirko198017-Oct-09 0:29
Mirko198017-Oct-09 0:29 
GeneralRe: How to sort Custom class which is of type array as per one of its value Pin
miniThomas17-Oct-09 19:05
miniThomas17-Oct-09 19:05 
GeneralRe: How to sort Custom class which is of type array as per one of its value Pin
Mirko198018-Oct-09 22:45
Mirko198018-Oct-09 22:45 
QuestionHow to i learn an email server is is pop3 or not? Pin
kuyucakli16-Oct-09 5:08
kuyucakli16-Oct-09 5:08 
AnswerRe: How to i learn an email server is is pop3 or not? Pin
harold aptroot16-Oct-09 5:14
harold aptroot16-Oct-09 5:14 
JokeRe: How to i learn an email server is is pop3 or not? PinPopular
Not Active16-Oct-09 5:37
mentorNot Active16-Oct-09 5:37 
AnswerRe: How to i learn an email server is is pop3 or not? Pin
J4amieC16-Oct-09 5:22
J4amieC16-Oct-09 5:22 
QuestionVisual Studio 2005 C# version Pin
JohnnyB71716-Oct-09 4:48
JohnnyB71716-Oct-09 4:48 
AnswerRe: Visual Studio 2005 C# version Pin
Lyon Sun16-Oct-09 5:00
Lyon Sun16-Oct-09 5:00 
AnswerRe: Visual Studio 2005 C# version Pin
PIEBALDconsult16-Oct-09 5:31
mvePIEBALDconsult16-Oct-09 5:31 
AnswerRe: Visual Studio 2005 C# version Pin
Henry Minute16-Oct-09 5:44
Henry Minute16-Oct-09 5:44 
GeneralRe: Visual Studio 2005 C# version Pin
PIEBALDconsult16-Oct-09 8:11
mvePIEBALDconsult16-Oct-09 8:11 
GeneralRe: Visual Studio 2005 C# version Pin
Henry Minute16-Oct-09 8:20
Henry Minute16-Oct-09 8:20 
AnswerRe: Visual Studio 2005 C# version [Solved] Pin
JohnnyB71716-Oct-09 7:09
JohnnyB71716-Oct-09 7:09 

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.