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

C / C++ / MFC

 
GeneralRe: designing a "wizard" style dialog based app Pin
Cedric Moonen31-May-05 20:39
Cedric Moonen31-May-05 20:39 
GeneralWindows service with tray icon Pin
john.angel31-May-05 15:32
john.angel31-May-05 15:32 
GeneralRe: Windows service with tray icon Pin
geo_m31-May-05 19:36
geo_m31-May-05 19:36 
GeneralRe: Windows service with tray icon Pin
ThatsAlok1-Jun-05 18:46
ThatsAlok1-Jun-05 18:46 
Generalread/write 2D array from/to binary file in C++ Pin
knapak31-May-05 15:25
knapak31-May-05 15:25 
GeneralRe: read/write 2D array from/to binary file in C++ Pin
Christian Graus31-May-05 15:34
protectorChristian Graus31-May-05 15:34 
Generalread/write 2D array from/to binary file in C++ Pin
Anonymous31-May-05 15:23
Anonymous31-May-05 15:23 
GeneralRe: read/write 2D array from/to binary file in C++ Pin
Christian Graus31-May-05 15:33
protectorChristian Graus31-May-05 15:33 
Unless the array is always the same size, the first thing you need to do is write the array bounds, so you know what to do with the data when you read it. Then you can read it in, a single number at a time, or a row at a time if you'd like.



Christian Graus - Microsoft MVP - C++
General.RC file explained Pin
john john mackey31-May-05 12:39
john john mackey31-May-05 12:39 
GeneralRe: .RC file explained Pin
Tom Archer31-May-05 12:53
Tom Archer31-May-05 12:53 
GeneralRe: .RC file explained Pin
Serge Wautier31-May-05 20:26
Serge Wautier31-May-05 20:26 
GeneralCalling script from memory Pin
Tom Archer31-May-05 11:42
Tom Archer31-May-05 11:42 
GeneralRe: Calling script from memory Pin
Toby Opferman31-May-05 14:12
Toby Opferman31-May-05 14:12 
GeneralRe: Calling script from memory Pin
Ryan Binns31-May-05 18:51
Ryan Binns31-May-05 18:51 
GeneralRe: Calling script from memory Pin
Zdeslav Vojkovic31-May-05 23:45
Zdeslav Vojkovic31-May-05 23:45 
GeneralRe: Calling script from memory Pin
Tom Archer1-Jun-05 1:33
Tom Archer1-Jun-05 1:33 
GeneralRe: Calling script from memory Pin
Zdeslav Vojkovic1-Jun-05 2:11
Zdeslav Vojkovic1-Jun-05 2:11 
GeneralCreate an ActiveXControl in an ActiveXControl Pin
tom123933531-May-05 9:49
tom123933531-May-05 9:49 
GeneralVC++6 , need to have timing Pin
nasa6731-May-05 9:44
nasa6731-May-05 9:44 
GeneralRe: VC++6 , need to have timing Pin
Joel Holdsworth31-May-05 10:16
Joel Holdsworth31-May-05 10:16 
GeneralVC++ draw graph from data Pin
nasa6731-May-05 9:41
nasa6731-May-05 9:41 
GeneralRe: VC++ draw graph from data Pin
Christian Graus31-May-05 11:41
protectorChristian Graus31-May-05 11:41 
GeneralRe: VC++ draw graph from data Pin
Kaworu231-May-05 20:05
Kaworu231-May-05 20:05 
GeneralRe: VC++ draw graph from data Pin
ThatsAlok31-May-05 20:37
ThatsAlok31-May-05 20:37 
GeneralMixing C and C# Pin
Drusemark31-May-05 9:22
Drusemark31-May-05 9: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.