Click here to Skip to main content
15,887,267 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: postmessage Pin
utcode10-Aug-23 18:07
utcode10-Aug-23 18:07 
GeneralRe: postmessage Pin
Richard MacCutchan10-Aug-23 21:22
mveRichard MacCutchan10-Aug-23 21:22 
GeneralRe: postmessage Pin
Victor Nijegorodov10-Aug-23 21:45
Victor Nijegorodov10-Aug-23 21:45 
QuestionWriting console c++ apps... console API or library? Pin
Texas45191-Aug-23 0:04
Texas45191-Aug-23 0:04 
AnswerRe: Writing console c++ apps... console API or library? Pin
Victor Nijegorodov1-Aug-23 0:15
Victor Nijegorodov1-Aug-23 0:15 
AnswerRe: Writing console c++ apps... console API or library? Pin
Richard MacCutchan1-Aug-23 0:31
mveRichard MacCutchan1-Aug-23 0:31 
AnswerRe: Writing console c++ apps... console API or library? Pin
CPallini1-Aug-23 1:02
mveCPallini1-Aug-23 1:02 
AnswerRe: Writing console c++ apps... console API or library? Pin
k50541-Aug-23 5:09
mvek50541-Aug-23 5:09 
I'm not sure what the difference is in your mind. std::cout and std::format (C++ 20) aren't really API's in my mind. They're fine for a simple utility (think ping or netstat), writing log files or doing data I/O, but quickly become unweildly when trying to do full screen I/O like menus, dialogs, pop-ups etc. If you're pursuing the latter, then you probably want to use a library that handles all the screen painting for you, managing overlays, pull down menus, etc. You might want to look at this page to see if any of them meet your needs C++ Library TUI libraries | LibHunt
You can probably find other examples googling for C++ TUI libraries.
Keep Calm and Carry On

AnswerRe: Writing console c++ apps... console API or library? Pin
jschell17-Aug-23 6:03
jschell17-Aug-23 6:03 
Questionparsing time (only) string with std::chrono Pin
Maximilien28-Jul-23 10:05
Maximilien28-Jul-23 10:05 
AnswerRe: parsing time (only) string with std::chrono Pin
Richard Andrew x6428-Jul-23 13:04
professionalRichard Andrew x6428-Jul-23 13:04 
AnswerRe: parsing time (only) string with std::chrono Pin
Mircea Neacsu28-Jul-23 16:56
Mircea Neacsu28-Jul-23 16:56 
GeneralRe: parsing time (only) string with std::chrono Pin
Maximilien31-Jul-23 5:02
Maximilien31-Jul-23 5:02 
AnswerRe: parsing time (only) string with std::chrono Pin
Andre Oosthuizen28-Jul-23 22:50
mveAndre Oosthuizen28-Jul-23 22:50 
Questionhow i convert my x86 project in x64 Pin
Le@rner25-Jul-23 1:46
Le@rner25-Jul-23 1:46 
AnswerRe: how i convert my x86 project in x64 Pin
Richard MacCutchan25-Jul-23 6:14
mveRichard MacCutchan25-Jul-23 6:14 
GeneralRe: how i convert my x86 project in x64 Pin
Le@rner25-Jul-23 18:57
Le@rner25-Jul-23 18:57 
AnswerRe: how i convert my x86 project in x64 Pin
bingbing45716-Aug-23 18:31
professionalbingbing45716-Aug-23 18:31 
QuestionVS6 (C++), Group Bar - icon instead of text - how to? Pin
shupike23-Jul-23 1:26
shupike23-Jul-23 1:26 
AnswerRe: VS6 (C++), Group Bar - icon instead of text - how to? Pin
Gerry Schmitz23-Jul-23 5:23
mveGerry Schmitz23-Jul-23 5:23 
GeneralRe: VS6 (C++), Group Bar - icon instead of text - how to? Pin
shupike23-Jul-23 6:13
shupike23-Jul-23 6:13 
GeneralRe: VS6 (C++), Group Bar - icon instead of text - how to? Pin
Richard MacCutchan23-Jul-23 7:50
mveRichard MacCutchan23-Jul-23 7:50 
QuestionRe: VS6 (C++), Group Bar - icon instead of text - how to? Pin
Mircea Neacsu23-Jul-23 12:52
Mircea Neacsu23-Jul-23 12:52 
QuestionDate Time Picker standard time to daylight savings time problem Pin
Member 1577206119-Jul-23 3:06
Member 1577206119-Jul-23 3:06 
QuestionRe: Date Time Picker standard time to daylight savings time problem Pin
David Crow19-Jul-23 3:23
David Crow19-Jul-23 3:23 

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.