Click here to Skip to main content
15,886,963 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to change data of struture object in file Pin
ashish8patil26-Jun-09 4:11
ashish8patil26-Jun-09 4:11 
QuestionRe: how to change data of struture object in file Pin
David Crow26-Jun-09 4:40
David Crow26-Jun-09 4:40 
QuestionRe: how to change data of struture object in file Pin
CPallini26-Jun-09 4:56
mveCPallini26-Jun-09 4:56 
QuestionProblem using MsiGetProductInfo for retreving the product version Pin
V K 226-Jun-09 2:48
V K 226-Jun-09 2:48 
AnswerRe: Problem using MsiGetProductInfo for retreving the product version Pin
Rajesh R Subramanian26-Jun-09 3:26
professionalRajesh R Subramanian26-Jun-09 3:26 
QuestionProgram not giving desired output Pin
Razanust26-Jun-09 2:31
Razanust26-Jun-09 2:31 
AnswerRe: Program not giving desired output Pin
Rajesh R Subramanian26-Jun-09 2:37
professionalRajesh R Subramanian26-Jun-09 2:37 
AnswerRe: Program not giving desired output Pin
CPallini26-Jun-09 2:40
mveCPallini26-Jun-09 2:40 
Razanust wrote:
while ( strlen(gets(s)) >; 0 );


This line should be
while ( strlen(gets(s)) > 0 )


i.e. without the semicolon at the end.
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

GeneralRe: Program not giving desired output Pin
Razanust27-Jun-09 5:36
Razanust27-Jun-09 5:36 
GeneralRe: Program not giving desired output Pin
CPallini28-Jun-09 0:36
mveCPallini28-Jun-09 0:36 
QuestionHow to change structure data written in the file. in v++ Pin
ashish8patil26-Jun-09 2:12
ashish8patil26-Jun-09 2:12 
AnswerRe: How to change structure data written in the file. in v++ Pin
Rajesh R Subramanian26-Jun-09 2:14
professionalRajesh R Subramanian26-Jun-09 2:14 
JokeRe: How to change structure data written in the file. in v++ Pin
CPallini26-Jun-09 2:28
mveCPallini26-Jun-09 2:28 
GeneralRe: How to change structure data written in the file. in v++ Pin
Rajesh R Subramanian26-Jun-09 2:38
professionalRajesh R Subramanian26-Jun-09 2:38 
GeneralRe: How to change structure data written in the file. in v++ Pin
ashish8patil26-Jun-09 4:07
ashish8patil26-Jun-09 4:07 
Questionhow to open rtf file Pin
santhosh-padamatinti26-Jun-09 1:30
santhosh-padamatinti26-Jun-09 1:30 
AnswerRe: how to open rtf file Pin
Rajesh R Subramanian26-Jun-09 1:35
professionalRajesh R Subramanian26-Jun-09 1:35 
QuestionGettin the pointers of all open windows Pin
prithaa26-Jun-09 1:11
prithaa26-Jun-09 1:11 
QuestionRe: Gettin the pointers of all open windows Pin
Rajesh R Subramanian26-Jun-09 1:12
professionalRajesh R Subramanian26-Jun-09 1:12 
AnswerRe: Gettin the pointers of all open windows Pin
prithaa26-Jun-09 1:17
prithaa26-Jun-09 1:17 
GeneralRe: Gettin the pointers of all open windows Pin
Rajesh R Subramanian26-Jun-09 1:34
professionalRajesh R Subramanian26-Jun-09 1:34 
QuestionMicrosoft Excel Driver(*.xls, *.xlsx, *.xlsm,*.xlsb) Pin
Davitor25-Jun-09 23:26
Davitor25-Jun-09 23:26 
QuestionRe: Microsoft Excel Driver(*.xls, *.xlsx, *.xlsm,*.xlsb) Pin
David Crow26-Jun-09 4:01
David Crow26-Jun-09 4:01 
AnswerRe: Microsoft Excel Driver(*.xls, *.xlsx, *.xlsm,*.xlsb) Pin
Davitor26-Jun-09 18:19
Davitor26-Jun-09 18:19 
Question[Message Deleted] Pin
Rakesh525-Jun-09 23:13
Rakesh525-Jun-09 23:13 

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.