Click here to Skip to main content
15,914,013 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: stopwatch, timer.... Pin
Neville Franks4-Oct-04 0:24
Neville Franks4-Oct-04 0:24 
GeneralRe: stopwatch, timer.... Pin
David Crow4-Oct-04 4:09
David Crow4-Oct-04 4:09 
GeneralBYTE array and lists Pin
mcsherry3-Oct-04 23:01
mcsherry3-Oct-04 23:01 
GeneralRe: BYTE array and lists Pin
Antony M Kancidrowski4-Oct-04 0:37
Antony M Kancidrowski4-Oct-04 0:37 
GeneralRe: BYTE array and lists Pin
mcsherry4-Oct-04 2:32
mcsherry4-Oct-04 2:32 
GeneralRe: BYTE array and lists Pin
Antony M Kancidrowski4-Oct-04 3:52
Antony M Kancidrowski4-Oct-04 3:52 
GeneralRe: BYTE array and lists Pin
mcsherry4-Oct-04 4:30
mcsherry4-Oct-04 4:30 
GeneralRe: BYTE array and lists Pin
Robert A. T. Káldy4-Oct-04 7:11
Robert A. T. Káldy4-Oct-04 7:11 
Code short and fast:
BYTE* byte_array;<br />
std::list<char> char_list;<br />
char_list.assign(byte_array, byte_array + number_of_entries_in_byte_array);

Big Grin | :-D

Robert-Antonio
"A flower walked around a meadow. She saw a beautiful human
and plucked off his head."

QuestionHow can I interface PCB Borad and VC++ Program (Embedding ) Pin
Benedict Alphonse3-Oct-04 22:04
Benedict Alphonse3-Oct-04 22:04 
AnswerRe: How can I interface PCB Borad and VC++ Program (Embedding ) Pin
ThatsAlok4-Oct-04 3:52
ThatsAlok4-Oct-04 3:52 
Generalecho &amp; noise problem in voice chat Pin
Member 10181283-Oct-04 21:45
Member 10181283-Oct-04 21:45 
Generalmemory leak detection Pin
dipeka3-Oct-04 21:28
dipeka3-Oct-04 21:28 
GeneralRe: memory leak detection Pin
Neville Franks4-Oct-04 0:26
Neville Franks4-Oct-04 0:26 
GeneralMenu to Child window - Switching problem Pin
ledallam3-Oct-04 21:02
ledallam3-Oct-04 21:02 
GeneralDirectShow Pin
Anonymous3-Oct-04 20:53
Anonymous3-Oct-04 20:53 
Questionhow to solve Pin
mvnevis3-Oct-04 20:41
mvnevis3-Oct-04 20:41 
GeneralFile Dialog Issue Pin
marcomars3-Oct-04 20:28
marcomars3-Oct-04 20:28 
GeneralRe: File Dialog Issue Pin
Niklas L3-Oct-04 20:47
Niklas L3-Oct-04 20:47 
GeneralRe: File Dialog Issue Pin
marcomars3-Oct-04 22:20
marcomars3-Oct-04 22:20 
GeneralCannot hide/minimize BCP Utility Pin
tgprakash3-Oct-04 20:14
tgprakash3-Oct-04 20:14 
Generalweb update Pin
The Bug3-Oct-04 19:04
The Bug3-Oct-04 19:04 
GeneralRe: web update Pin
ThatsAlok3-Oct-04 19:18
ThatsAlok3-Oct-04 19:18 
GeneralRe: web update Pin
The Bug3-Oct-04 20:18
The Bug3-Oct-04 20:18 
GeneralRe: web update Pin
ThatsAlok3-Oct-04 20:30
ThatsAlok3-Oct-04 20:30 
GeneralRe: web update Pin
The Bug3-Oct-04 20:38
The Bug3-Oct-04 20:38 

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.