User profile: rem45acp

User info
User name:rem45acp
Statistical data
Skills:PHP
Javascript
History
Joined:
Number of posts:48
Latest posts:

Restore keyboard stdin after reading from pipe
After thinking about it some more I agree that this is kind of a bad design. Although the program ne...

Restore keyboard stdin after reading from pipe
@Duoas, Thank you very much for your response. You certainly can bring a lot to the table. However...

Restore keyboard stdin after reading from pipe
Hello, I use the following code segment to read and output the text piped to a program. If there is...

Choosing the Correct Container
So something kind of like this? [code] class ToolSet { public: typedef std::vector< ToolPtr > ...

Choosing the Correct Container
I have a data structure that contains several different types of data like so: [code] struct Tool {...