|
Capture stdout to buffer I've been working with a problem and think I'm close to a solution. I'm using a C library in my C++ program, and this C library writes to stdout which I wish to capture into memory for processing in my program instead of displaying. I think I've finally come up with something and want to get anyones opionion... 1 May 2008 09:50
Best way for C# application to access VC application Hi, I have a C# .Net application which needs to use some feature which can be only developed in Visual C++ (its extended MAPI). The C# exe will be supplied to users without a setup. What kind of exe/dll should I develop in Visual C++ so that I can meet these requirements 1) No administrator rights are req... 30 Apr 2008 14:52
Does VC++ Enforce Pure Abstract? Standard C++ console application, using classes in an inheritance hierarchy. Does the VC++ compiler in VS 2005 enforce implementation of pure abstract functions declared in the base class, in derived classes? I was working on a classroom example and added a pure virtual function to the base class, expecting to se... 30 Apr 2008 10:09
VC6 (was Re: C++0x (was: passing vector as argument)) "Hendrik Schober" <SpamTrap(a)gmx.de> ha scritto nel messaggio news:OggtMUiqIHA.4848(a)TK2MSFTNGP05.phx.gbl... VC++6 era was not so dreaded after all. VC++6 was a good compiler when it came out. It still is the one of most widely used compilers today. It definetely faster than newer VC++ compilers. ... 1 May 2008 02:36
Adding Controls in VC++ 2008 Hi everyone, I changed from VC++ 6.0 to VC++ professional 2008 for a couple of days and I'm really confused about the big difference between the two environments... For instance I can't figure out how I can add ActiveX Controls to a MFC Dialog based application.I imported the controls using: Project -> Add Clas... 30 Apr 2008 07:36
DeviceIOControl Windows Vista We made some DLL with Visual C and it was compile with Windows XP. When using those DLL on a PC with Windows Vista, it "freezes" on DeviceIOControl. Any suggestions to fix the problem? Should we compile with Windows Vista? -- Mario ... 30 Apr 2008 02:07
Bluetooth communication Hi everyone, I'm have two iPac Devices and I'm trying send some bytes from one to another via Bluetooth communication. I use the CreateFile command to send the data and the ReadFile command to read the data. In booth commands I use the appropriate COM port. When I try to send the bytes, it appears to work (the ... 29 Apr 2008 18:17
linking to a project that's building an .exe I want to Unit Test a program I've written with Visual C++. I'm going to use CppUnit. I created a new project, wrote some basic tests, and made the new Unit Test project dependant on the one for the program under test. I get link errors though. I can't add a library to the list of deps to solve this, because t... 29 Apr 2008 10:26
Пояса массажеры с термо-эффектом îÅÏÐÒÅÎÏ×ÙÊ ÐÏÑÓ ÄÌÑ ÐÏÈÕÄÅÎÉÑ ÉÚ ×ÙÓÏËÏËÁÞÅÓÔ×ÅÎÎÏÇÏ ÍÁÔÅÒÉÁÌÁ ÔÏÎÉÚÉÒÕÅÔ ÔÅÌÏ É ÚÁÓÔÁ×ÌÑÅÔ ÄÏÓÁÄÎÙÅ ÖÉÒÏ×ÙÅ ÓËÌÁÄËÉ ÉÓÞÅÚÁÔØ Ó ÎÅ×ÅÒÏÑÔÎÏÊ ÓËÏÒÏÓÔØÀ. ðÒÉÎÃÉÐ ×ÏÚÄÅÊÓÔ×ÉÑ ÓÁÕÎÔÁ-ÂÅÌÔÁ ÓÈÏÖ Ó ÄÁ×ÎÏ ÉÚ×ÅÓÔÎÙÍÉ ÎÅÏÐÒÅÎÏ×ÙÍÉ ÐÏÑÓÁÍÉ ÄÌÑ ÐÏÈÕÄÅÎÉÑ. îÏ ÄÌÑ ÔÏÇÏ, ÞÔÏÂÙ ÎÅÏÐÒÅÎÏ×ÙÊ ÐÏÑÓ ÐÏÍÏÇÁÌ ÈÕÄÅÔØ, × ÎÅÍ ÎÕÖÎÏ ÉÎÔÅÎÓ... 29 Apr 2008 08:04
C++0x (was: passing vector as argument) Alex Blekhman <tkfx.REMOVE(a)yahoo.com> wrote: "Ben Voigt [C++ MVP]" wrote: [...] I'm using VC++ 2005/2008. I agree with you that some of C++0x features are already there. (For example, notable ">>" sequence is accepted when declaring a template.) However, "cool" features like lambdas, variadic te... 1 May 2008 02:36 |