User profile: prc27

User info
User name:prc27
History
Joined:
Number of posts:5
Latest posts:

Handling messages from an external file/library
Thank you for the reply. I'll be more specific. This is only one program so no IPC. I'm writing som...

Handling messages from an external file/library
I've written a library (functions declared in a .h file and defined in a .cpp file) and I'd like to ...

issue with validation loop
Your do while loop conditions are wrong - you're just missing an = for the comparison. It should be...

Best way to setup multiple files?
Thanks for the replies. AbstractionAnon your solution worked. It was simple and just required one l...

Best way to setup multiple files?
I'm looking for some help in how to setup something. I have some programs where I call a function de...