Click here to Skip to main content
15,913,836 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: detecting memory leaks? Pin
vipinasda28-Dec-05 3:38
vipinasda28-Dec-05 3:38 
GeneralRe: detecting memory leaks? Pin
Axter28-Dec-05 5:02
professionalAxter28-Dec-05 5:02 
GeneralRe: detecting memory leaks? Pin
vipinasda28-Dec-05 6:15
vipinasda28-Dec-05 6:15 
AnswerRe: detecting memory leaks? Pin
Prakash Nadar28-Dec-05 5:30
Prakash Nadar28-Dec-05 5:30 
AnswerRe: detecting memory leaks? Pin
MF28-Dec-05 15:19
MF28-Dec-05 15:19 
QuestionConverting int to char Pin
RedDragon2k28-Dec-05 1:17
RedDragon2k28-Dec-05 1:17 
AnswerRe: Converting int to char Pin
sunit528-Dec-05 1:29
sunit528-Dec-05 1:29 
GeneralRe: Converting int to char Pin
RedDragon2k28-Dec-05 1:47
RedDragon2k28-Dec-05 1:47 
GeneralRe: Converting int to char Pin
sunit528-Dec-05 1:58
sunit528-Dec-05 1:58 
GeneralRe: Converting int to char Pin
vikas amin28-Dec-05 1:58
vikas amin28-Dec-05 1:58 
GeneralRe: Converting int to char Pin
RedDragon2k28-Dec-05 2:05
RedDragon2k28-Dec-05 2:05 
AnswerRe: Converting int to char Pin
David Crow28-Dec-05 5:40
David Crow28-Dec-05 5:40 
AnswerRe: Converting int to char Pin
Gary R. Wheeler28-Dec-05 5:54
Gary R. Wheeler28-Dec-05 5:54 
QuestionQuerying CSV file Pin
Rajesh R Subramanian28-Dec-05 0:42
professionalRajesh R Subramanian28-Dec-05 0:42 
AnswerRe: Querying CSV file Pin
ThatsAlok28-Dec-05 0:56
ThatsAlok28-Dec-05 0:56 
GeneralRe: Querying CSV file Pin
Rajesh R Subramanian28-Dec-05 17:27
professionalRajesh R Subramanian28-Dec-05 17:27 
GeneralRe: Querying CSV file Pin
ThatsAlok28-Dec-05 18:33
ThatsAlok28-Dec-05 18:33 
GeneralRe: Querying CSV file Pin
<color>Aljechin 28-Dec-05 18:39
<color>Aljechin 28-Dec-05 18:39 
AnswerRe: Querying CSV file Pin
<color>Aljechin 28-Dec-05 18:48
<color>Aljechin 28-Dec-05 18:48 
GeneralRe: Querying CSV file Pin
Rajesh R Subramanian28-Dec-05 18:57
professionalRajesh R Subramanian28-Dec-05 18:57 
AnswerRe: Querying CSV file Pin
mbcvamsidhar28-Dec-05 1:07
mbcvamsidhar28-Dec-05 1:07 
GeneralRe: Querying CSV file Pin
Rajesh R Subramanian28-Dec-05 17:30
professionalRajesh R Subramanian28-Dec-05 17:30 
mbcvamsidhar wrote:
CSV is just a text file...You cannot perform any operations on that.


Sir, it is possible to perform operations on that. Atleast query operations. This can be done by using the xls driver. (select * from Sheet1 where blah blah).

mbcvamsidhar wrote:
2.How it is parsed...(with coma,semicolon, space,tab etc)


CSV = Comma separated values. Parsed with comma.

Regards and Thanks
Rajesh R. Subramanian.

You have an apple and me too. We exchange those and We have an apple each.
You have an idea and me too. We exchange those and We have two ideas each.

GeneralRe: Querying CSV file Pin
mbcvamsidhar28-Dec-05 18:43
mbcvamsidhar28-Dec-05 18:43 
AnswerRe: Querying CSV file Pin
basementman28-Dec-05 9:20
basementman28-Dec-05 9:20 
GeneralRe: Querying CSV file Pin
Rajesh R Subramanian28-Dec-05 17:31
professionalRajesh R Subramanian28-Dec-05 17:31 

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.