Click here to Skip to main content
15,921,694 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: using CCheckListBox Pin
Hamid_RT10-Mar-09 21:59
Hamid_RT10-Mar-09 21:59 
GeneralRe: using CCheckListBox Pin
siva45510-Mar-09 22:45
siva45510-Mar-09 22:45 
NewsOpen source my OIOIC, a completely new object-oriented mechanism for the C. Pin
pervise.zhao10-Mar-09 20:34
pervise.zhao10-Mar-09 20:34 
GeneralRe: Open source my OIOIC, a completely new object-oriented mechanism for the C. Pin
Cedric Moonen10-Mar-09 21:06
Cedric Moonen10-Mar-09 21:06 
GeneralRe: Open source my OIOIC, a completely new object-oriented mechanism for the C. - Voted to remove. Pin
Iain Clarke, Warrior Programmer10-Mar-09 23:02
Iain Clarke, Warrior Programmer10-Mar-09 23:02 
GeneralRe: Open source my OIOIC, a completely new object-oriented mechanism for the C. - Voted to remove. Pin
CPallini10-Mar-09 23:39
mveCPallini10-Mar-09 23:39 
GeneralRe: Open source my OIOIC, a completely new object-oriented mechanism for the C. Pin
CPallini10-Mar-09 23:14
mveCPallini10-Mar-09 23:14 
QuestionCreating a file of fixed size Pin
Raj-Ekoham DwitiyoNasti10-Mar-09 17:38
Raj-Ekoham DwitiyoNasti10-Mar-09 17:38 
AnswerRe: Creating a file of fixed size Pin
Eytukan10-Mar-09 18:40
Eytukan10-Mar-09 18:40 
AnswerRe: Creating a file of fixed size Pin
«_Superman_»10-Mar-09 18:57
professional«_Superman_»10-Mar-09 18:57 
AnswerRe: Creating a file of fixed size Pin
CPallini10-Mar-09 19:51
mveCPallini10-Mar-09 19:51 
GeneralRe: Creating a file of fixed size Pin
Hamid_RT10-Mar-09 22:02
Hamid_RT10-Mar-09 22:02 
GeneralRe: Creating a file of fixed size Pin
CPallini10-Mar-09 22:55
mveCPallini10-Mar-09 22:55 
GeneralRe: Creating a file of fixed size Pin
Hamid_RT11-Mar-09 0:34
Hamid_RT11-Mar-09 0:34 
AnswerRe: Creating a file of fixed size Pin
Stuart Dootson11-Mar-09 0:49
professionalStuart Dootson11-Mar-09 0:49 
GeneralRe: Creating a file of fixed size Pin
Raj-Ekoham DwitiyoNasti11-Mar-09 3:22
Raj-Ekoham DwitiyoNasti11-Mar-09 3:22 
GeneralRe: Creating a file of fixed size Pin
Stuart Dootson11-Mar-09 3:35
professionalStuart Dootson11-Mar-09 3:35 
GeneralRe: Creating a file of fixed size Pin
Raj-Ekoham DwitiyoNasti11-Mar-09 4:18
Raj-Ekoham DwitiyoNasti11-Mar-09 4:18 
GeneralRe: Creating a file of fixed size Pin
Stuart Dootson11-Mar-09 4:25
professionalStuart Dootson11-Mar-09 4:25 
GeneralRe: Creating a file of fixed size Pin
Raj-Ekoham DwitiyoNasti11-Mar-09 4:43
Raj-Ekoham DwitiyoNasti11-Mar-09 4:43 
I mean that the file b.b has its contents as "char" and not Hexadecimal.
The previous example that u'd given me(C Style), the fwrite() converts the char data to Hexadecimal implicitly.
for(iCount=0; iCount<PAGESIZE; iCount++)
	{
		rand_no = rand();
		wbuf[iCount] = (rand_no % 0xff);
	        // Prepare random data 
		fwrite(&(wbuf[iCount]),sizeof(char),1,fp);}

Is there any way to do so using C++.
Thanks and Regards,

Purusottam Mishra
Systems Executive

GeneralRe: Creating a file of fixed size Pin
Stuart Dootson11-Mar-09 5:37
professionalStuart Dootson11-Mar-09 5:37 
QuestionProblem with using of CPropertySheet Pin
ssm198411910-Mar-09 16:38
ssm198411910-Mar-09 16:38 
AnswerRe: Problem with using of CPropertySheet Pin
«_Superman_»10-Mar-09 18:58
professional«_Superman_»10-Mar-09 18:58 
GeneralRe: Problem with using of CPropertySheet Pin
ssm198411910-Mar-09 19:36
ssm198411910-Mar-09 19:36 
GeneralRe: Problem with using of CPropertySheet Pin
«_Superman_»10-Mar-09 19:37
professional«_Superman_»10-Mar-09 19:37 

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.