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

C#

 
AnswerRe: Loading class objects from datasets Pin
Nicholas Butler4-Apr-06 21:06
sitebuilderNicholas Butler4-Apr-06 21:06 
GeneralRe: Loading class objects from datasets Pin
moazzamahmed5-Apr-06 5:55
moazzamahmed5-Apr-06 5:55 
Questionlocking rows in a multithreaded application Pin
Prashant Gadhave4-Apr-06 19:38
Prashant Gadhave4-Apr-06 19:38 
AnswerRe: locking rows in a multithreaded application Pin
Ricardo Casquete4-Apr-06 21:52
Ricardo Casquete4-Apr-06 21:52 
QuestionHow draw formatted text in cell DataGrid Pin
Piotr B.4-Apr-06 19:18
Piotr B.4-Apr-06 19:18 
AnswerRe: How draw formatted text in cell DataGrid Pin
Bobby8874-Apr-06 20:41
Bobby8874-Apr-06 20:41 
AnswerRe: How draw formatted text in cell DataGrid Pin
russellsoft4-Apr-06 20:59
russellsoft4-Apr-06 20:59 
QuestionPropertygrid help required. Pin
aliasjad4-Apr-06 19:09
aliasjad4-Apr-06 19:09 
AnswerRe: Propertygrid help required. Pin
Ricardo Casquete4-Apr-06 21:55
Ricardo Casquete4-Apr-06 21:55 
GeneralRe: Propertygrid help required. Pin
aliasjad5-Apr-06 21:13
aliasjad5-Apr-06 21:13 
GeneralRe: Propertygrid help required. Pin
Ricardo Casquete5-Apr-06 21:30
Ricardo Casquete5-Apr-06 21:30 
GeneralRe: Propertygrid help required. Pin
Ricardo Casquete5-Apr-06 21:40
Ricardo Casquete5-Apr-06 21:40 
GeneralRe: Propertygrid help required. Pin
aliasjad6-Apr-06 2:39
aliasjad6-Apr-06 2:39 
GeneralRe: Propertygrid help required. Pin
aliasjad9-Apr-06 20:16
aliasjad9-Apr-06 20:16 
QuestionIn c# datagrid Pin
simran0074-Apr-06 18:42
simran0074-Apr-06 18:42 
QuestionFiles Pin
clint19824-Apr-06 18:23
clint19824-Apr-06 18:23 
AnswerRe: Files Pin
Expert Coming4-Apr-06 20:36
Expert Coming4-Apr-06 20:36 
GeneralRe: Files Pin
clint19824-Apr-06 22:27
clint19824-Apr-06 22:27 
Ok, I have actually 2 files.
Every file is a text file.
Every file is built out of vectors which the first column contains the date and time of the line.
I need to merge the two files so that in a each time stamp I will have a united vector of both files.
for example :
File 1:
10/2/2000 10:00:00 10 20 30 40 50 60 70 80
10/2/2000 10:00:01 13 18 30 25 54 12 9 8
10/2/2000 10:00:02 30 40 2 3 5 8 9 9
File 2 :
10/2/2000 10:00:00.1 FunctionA
10/2/2000 10:00:00.15 FunctionA
10/2/2000 10:00:00.2 FunctionB
10/2/2000 10:00:00.4 FunctionB
10/2/2000 10:00:00.6 FunctionB

Merged File :
10/2/2000 10:00:01 13 18 30 25 54 12 9 8 2 3
This an example only for the time 10:00:01.
What I am doing taking the time, date and the rest of the vector from the first file.
I check between every interval in this case 10:00:00 and 10:00:01 what happend in the second file, FunctionA happend twice and FunctionB happend 3 times, therefore in the merged file the 2 3 are placed in the end.
I built a program that does that, but it takes a long time to merge the files.
I was wondering whether I should implement the reading somehow else.

Thank you for your help.
Clint.



AnswerRe: Files Pin
Navaneeth.K.N4-Apr-06 20:44
Navaneeth.K.N4-Apr-06 20:44 
GeneralRe: Files Pin
Guffa4-Apr-06 23:24
Guffa4-Apr-06 23:24 
GeneralRe: Files Pin
clint19824-Apr-06 23:30
clint19824-Apr-06 23:30 
AnswerRe: Files Pin
Guffa5-Apr-06 5:23
Guffa5-Apr-06 5:23 
GeneralRe: Files Pin
simran0075-Apr-06 19:24
simran0075-Apr-06 19:24 
GeneralRe: Files Pin
Guffa6-Apr-06 1:45
Guffa6-Apr-06 1:45 
AnswerRe: Files Pin
Guffa4-Apr-06 20:56
Guffa4-Apr-06 20:56 

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.