Click here to Skip to main content
15,887,776 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Writing data to the sound card Pin
CPallini20-Apr-09 3:16
mveCPallini20-Apr-09 3:16 
GeneralRe: Writing data to the sound card Pin
Tony Pottier20-Apr-09 3:34
Tony Pottier20-Apr-09 3:34 
QuestionRe: Writing data to the sound card Pin
Divyang Mithaiwala20-Apr-09 3:22
Divyang Mithaiwala20-Apr-09 3:22 
AnswerRe: Writing data to the sound card Pin
Tony Pottier20-Apr-09 3:35
Tony Pottier20-Apr-09 3:35 
GeneralRe: Writing data to the sound card Pin
molesworth20-Apr-09 5:44
molesworth20-Apr-09 5:44 
QuestionIncrement string value in VC++ 6.0 Pin
diptipanchal20-Apr-09 2:37
diptipanchal20-Apr-09 2:37 
AnswerRe: Increment string value in VC++ 6.0 Pin
N a v a n e e t h20-Apr-09 2:40
N a v a n e e t h20-Apr-09 2:40 
GeneralRe: Increment string value in VC++ 6.0 Pin
diptipanchal20-Apr-09 19:34
diptipanchal20-Apr-09 19:34 
I can not define that variable as int as i would need to store the variable value in txt file using CStdioFile. Using this class, it does not allow to store "int" value.

*********** EXAMPLE ****************
int m_barNo;


cfile.WriteString(m_barNo);

****************************************
if i try to store the int value using WriteString member function of CStdioFile, it gives an error as below "error C2664: 'WriteString' : cannot convert parameter 1 from 'int' to 'const char *' "

Hence i would need to increment string..could anyone suggest how do i proceed...
AnswerRe: Increment string value in VC++ 6.0 Pin
Tony Pottier20-Apr-09 2:41
Tony Pottier20-Apr-09 2:41 
AnswerRe: Increment string value in VC++ 6.0 Pin
Cedric Moonen20-Apr-09 2:47
Cedric Moonen20-Apr-09 2:47 
QuestionRe: Increment string value in VC++ 6.0 Pin
CPallini20-Apr-09 2:51
mveCPallini20-Apr-09 2:51 
AnswerRe: Increment string value in VC++ 6.0 Pin
Rajesh R Subramanian20-Apr-09 3:33
professionalRajesh R Subramanian20-Apr-09 3:33 
GeneralRe: Increment string value in VC++ 6.0 Pin
Jim Crafton20-Apr-09 10:46
Jim Crafton20-Apr-09 10:46 
GeneralRe: Increment string value in VC++ 6.0 Pin
CPallini20-Apr-09 10:57
mveCPallini20-Apr-09 10:57 
GeneralRe: Increment string value in VC++ 6.0 Pin
Jim Crafton20-Apr-09 10:58
Jim Crafton20-Apr-09 10:58 
AnswerRe: Increment string value in VC++ 6.0 Pin
bulg20-Apr-09 6:35
bulg20-Apr-09 6:35 
QuestionTo find all information related to a particular software in registry with the help of file using c++ Pin
Satish Jagtap20-Apr-09 1:38
Satish Jagtap20-Apr-09 1:38 
AnswerRe: To find all information related to a particular software in registry with the help of file using c++ Pin
CPallini20-Apr-09 1:49
mveCPallini20-Apr-09 1:49 
GeneralRe: To find all information related to a particular software in registry with the help of file using c++ Pin
Satish Jagtap20-Apr-09 2:05
Satish Jagtap20-Apr-09 2:05 
GeneralRe: To find all information related to a particular software in registry with the help of file using c++ Pin
Rajesh R Subramanian20-Apr-09 2:15
professionalRajesh R Subramanian20-Apr-09 2:15 
AnswerRe: To find all information related to a particular software in registry with the help of file using c++ Pin
_AnsHUMAN_ 20-Apr-09 1:56
_AnsHUMAN_ 20-Apr-09 1:56 
Questionhow to determen if win key exist on keyboard Pin
josip cagalj20-Apr-09 0:21
josip cagalj20-Apr-09 0:21 
AnswerRe: how to determen if win key exist on keyboard Pin
josip cagalj20-Apr-09 21:07
josip cagalj20-Apr-09 21:07 
Questionsigned ActiveX control Pin
p_196019-Apr-09 23:28
p_196019-Apr-09 23:28 
QuestionBalloonTip on systray Pin
RevathiRamakumar19-Apr-09 23:22
RevathiRamakumar19-Apr-09 23:22 

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.