I have: Windows OS and installed Mingw.
I need: API to make console applications.
I only know cstdio functions, but I want more powerful interface to control input/output.
Any suggestions?
Thx.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MSDN has information on all of the Win32 native console functions. Obviously, code that uses this API will not be portable.