Did anybody use the constream (constrea.h) lib?
- by user337938
Two years ago, I used the conio.h (actually conio2.h for Dev-C++) to create a console form interface. Now I want to make the same thing, but C++ std lib does not provide the needed functions and I don't want to use the old C conio lib.
I found some websites which highlights the constream lib, but I have no idea to use it on VS!
I tried just…