Click here to Skip to main content
15,911,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: problem of creating a dialogbox Pin
aks.11-Feb-09 23:08
aks.11-Feb-09 23:08 
QuestionScrolling in List box Pin
m_mun11-Feb-09 22:30
m_mun11-Feb-09 22:30 
AnswerRe: Scrolling in List box Pin
Naveen11-Feb-09 22:46
Naveen11-Feb-09 22:46 
AnswerRe: Scrolling in List box Pin
Code-o-mat12-Feb-09 5:44
Code-o-mat12-Feb-09 5:44 
QuestionHow to know 32 or 64 bit Pin
john563211-Feb-09 22:27
john563211-Feb-09 22:27 
AnswerRe: How to know 32 or 64 bit Pin
Naveen11-Feb-09 22:49
Naveen11-Feb-09 22:49 
Questionread, write binary file Pin
tom4_2511-Feb-09 22:19
tom4_2511-Feb-09 22:19 
AnswerRe: read, write binary file Pin
CPallini11-Feb-09 22:34
mveCPallini11-Feb-09 22:34 
Visual Studio provides you the skeleton of a console application, so the first part of your requirements is simply accomplished.
Writing and reading a binary file is pretty simple (just read the documentation [^]- For sample code, see for instance [^]).

If you find cumbersone (at first sight it may appear as such) C++ iostream programming, then you have two options:
  • Going back to VB6 (just kidding Big Grin | :-D ).
  • Using goldie/oldie C Stream I/O [^].
    Smile | :)

    If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
    -- Alfonso the Wise, 13th Century King of Castile.

    This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
    -- Iain Clarke

    [My articles]

QuestionHow to set visible area of a Popup Menu? Pin
pa_ajaykumar11-Feb-09 20:37
pa_ajaykumar11-Feb-09 20:37 
AnswerRe: How to set visible area of a Popup Menu? Pin
Stuart Dootson11-Feb-09 21:20
professionalStuart Dootson11-Feb-09 21:20 
GeneralRe: How to set visible area of a Popup Menu? Pin
pa_ajaykumar11-Feb-09 22:04
pa_ajaykumar11-Feb-09 22:04 
GeneralRe: How to set visible area of a Popup Menu? Pin
Stuart Dootson11-Feb-09 23:01
professionalStuart Dootson11-Feb-09 23:01 
QuestionBlinking cursor on the view. Pin
VC++Maniac11-Feb-09 20:21
VC++Maniac11-Feb-09 20:21 
AnswerRe: Blinking cursor on the view. Pin
«_Superman_»11-Feb-09 20:33
professional«_Superman_»11-Feb-09 20:33 
QuestionCOM : ATL DLL? Pin
sam_psycho11-Feb-09 20:02
sam_psycho11-Feb-09 20:02 
AnswerRe: COM : ATL DLL? Pin
Stuart Dootson11-Feb-09 21:34
professionalStuart Dootson11-Feb-09 21:34 
GeneralRe: COM : ATL DLL? Pin
sam_psycho11-Feb-09 21:53
sam_psycho11-Feb-09 21:53 
GeneralRe: COM : ATL DLL? Pin
Stuart Dootson11-Feb-09 21:57
professionalStuart Dootson11-Feb-09 21:57 
GeneralRe: COM : ATL DLL? Pin
sam_psycho11-Feb-09 22:07
sam_psycho11-Feb-09 22:07 
AnswerRe: COM : ATL DLL? Pin
frx9616-Feb-09 14:11
frx9616-Feb-09 14:11 
QuestionDeleting data from XML Pin
brucewayn11-Feb-09 19:54
brucewayn11-Feb-09 19:54 
AnswerRe: Deleting data from XML Pin
sam_psycho11-Feb-09 20:04
sam_psycho11-Feb-09 20:04 
AnswerRe: Deleting data from XML Pin
Cedric Moonen11-Feb-09 20:15
Cedric Moonen11-Feb-09 20:15 
AnswerRe: Deleting data from XML Pin
sam_psycho11-Feb-09 20:23
sam_psycho11-Feb-09 20:23 
GeneralRe: Deleting data from XML Pin
Cedric Moonen11-Feb-09 20:50
Cedric Moonen11-Feb-09 20:50 

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.