Click here to Skip to main content
15,923,909 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Reading csv file -> Lil modification needed..... Pin
PJ Arends25-Mar-07 17:00
professionalPJ Arends25-Mar-07 17:00 
AnswerRe: Reading csv file -> Lil modification needed..... Pin
Stephen Hewitt25-Mar-07 14:35
Stephen Hewitt25-Mar-07 14:35 
GeneralRe: Reading csv file -> Lil modification needed..... Pin
Software_Specialist26-Mar-07 10:21
Software_Specialist26-Mar-07 10:21 
GeneralRe: Reading csv file -> Lil modification needed..... Pin
Stephen Hewitt26-Mar-07 13:22
Stephen Hewitt26-Mar-07 13:22 
GeneralRe: Reading csv file -> Lil modification needed..... Pin
Software_Specialist26-Mar-07 14:22
Software_Specialist26-Mar-07 14:22 
GeneralRe: Reading csv file -> Lil modification needed..... Pin
Stephen Hewitt26-Mar-07 14:32
Stephen Hewitt26-Mar-07 14:32 
GeneralRe: Reading csv file -> Lil modification needed..... Pin
Software_Specialist27-Mar-07 2:34
Software_Specialist27-Mar-07 2:34 
GeneralRe: Reading csv file -> Lil modification needed..... Pin
Stephen Hewitt27-Mar-07 4:01
Stephen Hewitt27-Mar-07 4:01 
Software_Specialist wrote:
I dont know whats wrong in my pc. May be my OS is not allowing it to read the file.
Can you think of any problem related to this.

Perhaps it's a security issue.

Software_Specialist wrote:
And yeh cn you also mention the command to hold the screen for output.

I assume you're building a console app. One option is to use the Sleep function. e.g. Sleep(1000); to suspend the calling thread for one second. This function is in <windows.h>. Another option is to call _getch from <conio.h> to wait for a key press.


Steve

QuestionPPC (tmpstr) Index Numbering Pin
ZapMe124-Mar-07 11:30
ZapMe124-Mar-07 11:30 
QuestionActive interfaces [modified] Pin
deeps_cute24-Mar-07 9:38
deeps_cute24-Mar-07 9:38 
QuestionRe: Active interfaces Pin
Mark Salsbery25-Mar-07 9:02
Mark Salsbery25-Mar-07 9:02 
Questionhow many lines? Pin
Lord_Vader24-Mar-07 9:19
Lord_Vader24-Mar-07 9:19 
AnswerRe: how many lines? Pin
Christian Graus24-Mar-07 10:02
protectorChristian Graus24-Mar-07 10:02 
GeneralRe: how many lines? Pin
Lord_Vader24-Mar-07 10:06
Lord_Vader24-Mar-07 10:06 
GeneralRe: how many lines? Pin
Christian Graus24-Mar-07 12:39
protectorChristian Graus24-Mar-07 12:39 
GeneralRe: how many lines? Pin
Lord_Vader24-Mar-07 13:33
Lord_Vader24-Mar-07 13:33 
GeneralRe: how many lines? Pin
Christian Graus24-Mar-07 14:23
protectorChristian Graus24-Mar-07 14:23 
GeneralRe: how many lines? Pin
Gary R. Wheeler24-Mar-07 14:58
Gary R. Wheeler24-Mar-07 14:58 
QuestionRe: how many lines? Pin
Lord_Vader25-Mar-07 0:51
Lord_Vader25-Mar-07 0:51 
Questionprinting in OpenGL Pin
karim.samir@hotmail.com24-Mar-07 9:05
karim.samir@hotmail.com24-Mar-07 9:05 
QuestionChanging chart type in MS chart control Pin
webHamlet24-Mar-07 5:13
webHamlet24-Mar-07 5:13 
QuestionCompiling a smaller project Pin
DanYELL24-Mar-07 4:39
DanYELL24-Mar-07 4:39 
AnswerRe: Compiling a smaller project Pin
Christian Graus24-Mar-07 4:41
protectorChristian Graus24-Mar-07 4:41 
GeneralRe: Compiling a smaller project Pin
DanYELL24-Mar-07 6:10
DanYELL24-Mar-07 6:10 
GeneralRe: Compiling a smaller project Pin
Christian Graus24-Mar-07 6:16
protectorChristian Graus24-Mar-07 6:16 

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.