Click here to Skip to main content
15,890,946 members
Home / Discussions / C#
   

C#

 
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 
Questionvery very urgent please help me in c# datagrid Pin
Abdul_Rahman4-Apr-06 18:22
Abdul_Rahman4-Apr-06 18:22 
AnswerRe: very very urgent please help me in c# datagrid Pin
krishna194-Apr-06 21:47
krishna194-Apr-06 21:47 
QuestionMerge INI Pin
picasso24-Apr-06 17:57
picasso24-Apr-06 17:57 
AnswerRe: Merge INI Pin
Expert Coming4-Apr-06 20:37
Expert Coming4-Apr-06 20:37 
AnswerRe: Merge INI Pin
scoroop4-Apr-06 22:22
scoroop4-Apr-06 22:22 
GeneralRe: Merge INI Pin
picasso25-Apr-06 11:10
picasso25-Apr-06 11:10 
QuestionHow to convert from decimal to binary Pin
shdelpiero4-Apr-06 14:51
shdelpiero4-Apr-06 14:51 
AnswerRe: How to convert from decimal to binary Pin
Christian Graus4-Apr-06 19:02
protectorChristian Graus4-Apr-06 19:02 
GeneralRe: How to convert from decimal to binary Pin
Sebastian Schneider5-Apr-06 0:00
Sebastian Schneider5-Apr-06 0:00 
QuestionFilter DataGrid Pin
cppdotnet4-Apr-06 13:15
cppdotnet4-Apr-06 13:15 

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.