Click here to Skip to main content
15,891,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to reload the content in ifstream? Pin
DevelopmentNoob27-Jul-09 15:08
DevelopmentNoob27-Jul-09 15:08 
GeneralRe: How to reload the content in ifstream? Pin
CPallini27-Jul-09 20:53
mveCPallini27-Jul-09 20:53 
QuestionCStdioFile Creation fails with exception - no error occurred Pin
Deepak.Prahlad26-Jul-09 23:55
Deepak.Prahlad26-Jul-09 23:55 
AnswerRe: CStdioFile Creation fails with exception - no error occurred Pin
CPallini27-Jul-09 0:02
mveCPallini27-Jul-09 0:02 
GeneralRe: CStdioFile Creation fails with exception - no error occurred Pin
Deepak.Prahlad27-Jul-09 0:11
Deepak.Prahlad27-Jul-09 0:11 
AnswerRe: CStdioFile Creation fails with exception - no error occurred Pin
Adam Roderick J27-Jul-09 0:12
Adam Roderick J27-Jul-09 0:12 
Questiondisplaying HEX value of any integer. Pin
MahaKh26-Jul-09 23:24
MahaKh26-Jul-09 23:24 
AnswerRe: displaying HEX value of any integer. [modified] Pin
Adam Roderick J26-Jul-09 23:32
Adam Roderick J26-Jul-09 23:32 
simply Use %X or
1. method 1
int nHex = 0;
int nDec = 20;
CString csData;
csData.Format( _T( "%x" ), nDec );
nHex = _wtoi( csData.operator LPCTSTR());

2. method 2
cout<<hex<<17;
Smile | :) =""

<div="" class="ForumSig">Величие Бога не может быть недооценена.
modified on Monday, July 27, 2009 5:47 AM

AnswerRe: displaying HEX value of any integer. Pin
CPallini26-Jul-09 23:36
mveCPallini26-Jul-09 23:36 
GeneralRe: displaying HEX value of any integer. Pin
bilal haider27-Jul-09 0:42
bilal haider27-Jul-09 0:42 
GeneralRe: displaying HEX value of any integer. Pin
CPallini27-Jul-09 0:54
mveCPallini27-Jul-09 0:54 
Questionbluetooth code Pin
pramoddohre26-Jul-09 23:05
pramoddohre26-Jul-09 23:05 
QuestionRe: bluetooth code Pin
CPallini26-Jul-09 23:17
mveCPallini26-Jul-09 23:17 
AnswerRe: bluetooth code Pin
killabyte26-Jul-09 23:26
killabyte26-Jul-09 23:26 
QuestionHeaderCtrl Pin
kumar sanghvi26-Jul-09 22:51
kumar sanghvi26-Jul-09 22:51 
AnswerRe: HeaderCtrl [modified] Pin
Adam Roderick J26-Jul-09 22:54
Adam Roderick J26-Jul-09 22:54 
AnswerRe: HeaderCtrl Pin
«_Superman_»26-Jul-09 22:56
professional«_Superman_»26-Jul-09 22:56 
GeneralRe: HeaderCtrl [modified] Pin
kumar sanghvi26-Jul-09 23:23
kumar sanghvi26-Jul-09 23:23 
GeneralRe: HeaderCtrl Pin
kumar sanghvi27-Jul-09 0:20
kumar sanghvi27-Jul-09 0:20 
GeneralRe: HeaderCtrl Pin
«_Superman_»27-Jul-09 2:02
professional«_Superman_»27-Jul-09 2:02 
QuestionHowto Load Windows Standard Modem through Code Pin
matiboyin26-Jul-09 22:35
matiboyin26-Jul-09 22:35 
AnswerRe: Howto Load Windows Standard Modem through Code Pin
«_Superman_»26-Jul-09 22:53
professional«_Superman_»26-Jul-09 22:53 
Questionseamlees play the clips Pin
raj157626-Jul-09 21:11
raj157626-Jul-09 21:11 
QuestionGmfBridge dynamic clip play from the list problem Pin
raj157626-Jul-09 19:55
raj157626-Jul-09 19:55 
AnswerRe: GmfBridge dynamic clip play from the list problem Pin
CPallini26-Jul-09 21:09
mveCPallini26-Jul-09 21:09 

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.