Click here to Skip to main content
15,902,189 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: again question Pin
messages20-Apr-06 5:11
messages20-Apr-06 5:11 
Questionoutput stream problem Pin
Aqueel20-Apr-06 3:41
Aqueel20-Apr-06 3:41 
AnswerRe: output stream problem Pin
toxcct20-Apr-06 3:54
toxcct20-Apr-06 3:54 
GeneralRe: output stream problem Pin
Aqueel20-Apr-06 3:58
Aqueel20-Apr-06 3:58 
AnswerRe: output stream problem Pin
David Crow20-Apr-06 4:29
David Crow20-Apr-06 4:29 
GeneralRe: output stream problem Pin
Aqueel20-Apr-06 4:42
Aqueel20-Apr-06 4:42 
GeneralRe: output stream problem Pin
Aqueel20-Apr-06 4:47
Aqueel20-Apr-06 4:47 
GeneralRe: output stream problem Pin
jayart20-Apr-06 5:14
jayart20-Apr-06 5:14 
Strange. It should not happen this way.
Problem might lie before the cout statement.
As you said even if you write cout<<"Hello" it overwrites the array.
I would suggest to do a stepwise debug.
1) comment out all the array allocation and file reading part.
2) just main() -> and cout<<"Hello"
3) check if this works.
4) if it does then uncomment file readin part.
5) if tht works then problem lies somewhere in the array allocation part.
Hope this helps.
QuestionPersistent Toolbars Pin
Sarvan AL20-Apr-06 1:41
Sarvan AL20-Apr-06 1:41 
QuestionHow do i dynamically acces method export in CLASS Pin
Killer320-Apr-06 0:54
Killer320-Apr-06 0:54 
AnswerRe: How do i dynamically acces method export in CLASS Pin
Naveen20-Apr-06 1:08
Naveen20-Apr-06 1:08 
GeneralRe: How do i dynamically acces method export in CLASS Pin
Killer320-Apr-06 1:28
Killer320-Apr-06 1:28 
GeneralRe: How do i dynamically acces method export in CLASS Pin
Naveen20-Apr-06 2:31
Naveen20-Apr-06 2:31 
GeneralRe: How do i dynamically acces method export in CLASS Pin
Killer320-Apr-06 4:09
Killer320-Apr-06 4:09 
QuestionCapturing Desktop Events Pin
atimpoo19-Apr-06 23:56
atimpoo19-Apr-06 23:56 
AnswerRe: Capturing Desktop Events Pin
Naveen20-Apr-06 0:55
Naveen20-Apr-06 0:55 
QuestionHow to Change the Control Focus on MSFlex Grid Control Pin
kiran janaswamy19-Apr-06 23:18
kiran janaswamy19-Apr-06 23:18 
QuestionPlgBlt question Pin
YaronNir19-Apr-06 23:11
YaronNir19-Apr-06 23:11 
AnswerRe: PlgBlt question Pin
Stephen Hewitt20-Apr-06 0:54
Stephen Hewitt20-Apr-06 0:54 
GeneralRe: PlgBlt question Pin
YaronNir20-Apr-06 1:15
YaronNir20-Apr-06 1:15 
GeneralRe: PlgBlt question Pin
jayart20-Apr-06 4:51
jayart20-Apr-06 4:51 
GeneralRe: PlgBlt question Pin
YaronNir22-Apr-06 21:01
YaronNir22-Apr-06 21:01 
GeneralRe: PlgBlt question Pin
Stephen Hewitt22-Apr-06 21:32
Stephen Hewitt22-Apr-06 21:32 
GeneralRe: PlgBlt question Pin
YaronNir22-Apr-06 21:37
YaronNir22-Apr-06 21:37 
GeneralRe: PlgBlt question Pin
Stephen Hewitt22-Apr-06 21:47
Stephen Hewitt22-Apr-06 21:47 

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.