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

C / C++ / MFC

 
GeneralRe: error in using memo field type in access database. Pin
Le@rner25-Oct-10 18:17
Le@rner25-Oct-10 18:17 
GeneralRe: error in using memo field type in access database. Pin
Phil J Pearson25-Oct-10 22:24
Phil J Pearson25-Oct-10 22:24 
GeneralRe: error in using memo field type in access database. Pin
Le@rner25-Oct-10 22:26
Le@rner25-Oct-10 22:26 
GeneralRe: error in using memo field type in access database. Pin
Phil J Pearson26-Oct-10 23:14
Phil J Pearson26-Oct-10 23:14 
GeneralRe: error in using memo field type in access database. Pin
Le@rner8-Nov-10 22:08
Le@rner8-Nov-10 22:08 
QuestionDHCPCreateSubnet Error code: 5 on HyperV windows server 2008 R2 Pin
Ganesh_T24-Oct-10 21:23
Ganesh_T24-Oct-10 21:23 
AnswerRe: DHCPCreateSubnet Error code: 5 on HyperV windows server 2008 R2 Pin
Sauro Viti24-Oct-10 22:01
professionalSauro Viti24-Oct-10 22:01 
Questionshowing binary date [modified] Pin
bkelly1324-Oct-10 11:45
bkelly1324-Oct-10 11:45 
A Visual Studio 2008 console program gets some data in an array of bytes. I want write the data to the console as both ascii and binary. For example if the array contains:
61 62 63 64 65 0 1
The display should look something like:
a b c d e : 61 62 63 64 65 00 01

What data type should I use to hand off to Writeln as in:
Console::WriteLine( "01: {0}", what_data_type );

Edit: To state it better: What would you use to build a string one character at a time?
Thanks for your time
modified on Sunday, October 24, 2010 8:58 PM

AnswerRe: showing binary date Pin
«_Superman_»24-Oct-10 15:35
professional«_Superman_»24-Oct-10 15:35 
GeneralRe: showing binary date Pin
bkelly1324-Oct-10 15:44
bkelly1324-Oct-10 15:44 
GeneralRe: showing binary date Pin
«_Superman_»24-Oct-10 15:48
professional«_Superman_»24-Oct-10 15:48 
GeneralRe: showing binary date Pin
bkelly1324-Oct-10 16:04
bkelly1324-Oct-10 16:04 
GeneralRe: showing binary date Pin
«_Superman_»24-Oct-10 16:08
professional«_Superman_»24-Oct-10 16:08 
GeneralRe: showing binary date Pin
bkelly1324-Oct-10 16:16
bkelly1324-Oct-10 16:16 
GeneralRe: showing binary date Pin
«_Superman_»24-Oct-10 16:23
professional«_Superman_»24-Oct-10 16:23 
GeneralRe: showing binary date Pin
bkelly1324-Oct-10 16:30
bkelly1324-Oct-10 16:30 
GeneralRe: showing binary date Pin
«_Superman_»24-Oct-10 16:35
professional«_Superman_»24-Oct-10 16:35 
AnswerRe: showing binary date Pin
bkelly1324-Oct-10 17:07
bkelly1324-Oct-10 17:07 
AnswerRe: showing binary date Pin
Sauro Viti24-Oct-10 21:57
professionalSauro Viti24-Oct-10 21:57 
QuestionIs this the fastest way to access the RGB values of a Pixel ? Pin
inayathussaintoori23-Oct-10 23:08
inayathussaintoori23-Oct-10 23:08 
AnswerRe: Is this the fastest way to access the RGB values of a Pixel ? Pin
Sauro Viti24-Oct-10 1:40
professionalSauro Viti24-Oct-10 1:40 
AnswerRe: Is this the fastest way to access the RGB values of a Pixel ? Pin
Luc Pattyn24-Oct-10 1:56
sitebuilderLuc Pattyn24-Oct-10 1:56 
GeneralRe: Is this the fastest way to access the RGB values of a Pixel ? Pin
inayathussaintoori24-Oct-10 2:01
inayathussaintoori24-Oct-10 2:01 
GeneralRe: Is this the fastest way to access the RGB values of a Pixel ? Pin
Sauro Viti24-Oct-10 2:32
professionalSauro Viti24-Oct-10 2:32 
AnswerRe: Is this the fastest way to access the RGB values of a Pixel ? Pin
Luc Pattyn24-Oct-10 2:44
sitebuilderLuc Pattyn24-Oct-10 2:44 

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.