Click here to Skip to main content
15,919,245 members

Comments by sid2x (Top 59 by date)

sid2x 2-Dec-14 4:32am View    
Thanks! I've used your method as described and it's fixed now..
sid2x 24-Jun-14 11:05am View    
Deleted
Use IPC? :D
sid2x 24-Jun-14 8:56am View    
Didn't catch what you're trying to convey. Do you want to grab command line arguments from a C# application or do you want to execute another process and give the appropriate command line arguments?
sid2x 24-Jun-14 8:53am View    
Though I haven't seen much use of precompiled headers, but there are situations where even headers are compiled which helps (as I've read and heard) compilation time.
sid2x 24-Jun-14 8:50am View    
Deleted
Didn't catch the .Cpp part. .Cpp is used for C++ code files. C sources use .h as a header file and C++ use .hxx (.hpp usually) or .hh and fallback to .h while using extern "C" linkage.