Its really really hard to explain what i am trying to do, so i will just explain what is the program i am trying to build.
I have a common unit that does some logging to GExperts Debugger and/or OutputDebugString. I am going to use it in a console app, so I want it to be able to output to stdout via writeln().
I\'m still pretty new to these technologies.The real problem here is how to manage the sessions per thread in the console app.Currently, if I run it as a single thread then all is well.As soon as I sw
I am a beginner in programming and I should prepare a phone book in console application as my project. I have written a code for some part of it, however I can\'t write a method for searching, editing
I\'ve created a plist (File->New File->Resource plist) file that has a dictionary that stores floating point numbers for a console application.I\'ve pretty much created this plist to store a few numbe
I needed to make a console application using nettiers class libraries. I created a new Console Applicati开发者_运维百科on project, added references to all the libraries from NetTiers and created an ap
This is what I did: DWORD dwReturn; MCI_OPEN_PARMS mciOpenParms; mciOpenParms.lpstrDeviceType = _T(\"MPEGvideo\");
I\'m fairly new to file systems and permissions/rights access (aka Access Control List, ACL). While coding with regards to ACL, I am not able to set properties I want to the files. I\'m unsure if my u
I have a console application with log4net, and I would like to add logfile name from code. (I use开发者_开发问答 threads later)
This question already has answers here: Closed 11 years ago. Possible Duplicate: Can I find开发者_JAVA技巧 the console width with Java?