Right, so I'm fairly new to C and have worked in several high-level languages for a few years. Now I've been able to google and work with what I could find, but I have a few questions now. I'm working on a DLL that outputs information. Now I can store the information in a file but I'd like to be able to read it actively and have cross program communication and the like. The DLL is for a friend whose working in a high-level language. Now that you know the backstory.
How would I attachconsole in C to an existing process. With a DLL is their a parent-child connection to programs. How can I getch/getchar() with a DLL to pause or start output, and is there a good site I can go to for information about C functions. Almost all sites I find are C++.