Hi all,
All selection color in windows default is blue how to change this color like image I attached below, ex: change it to red ,...
Hi,
RecognizerObj = new SpInprocRecognizer(); //Error occured here.
stream = new SpCustomStreamClass();
MyASRStream = new ASRStreamClass();
Retrieving the COM class factory for compone...
Hi All.
Please, i am working on a project in which i have to read a .Tiff or .Tif file through C++ program. i am facing problems in doing so.
Is any help available on this topic, any code,...
I need to convert i -> vector <int>::iterator i; to LPCSTR.
what is the best solution ? ostringstream??
Hi All
I am trying to find a "usable" open source SIP SDK that will help me in creating a softphone for Windows..I have already checked out sipxtapi and resiprocate.
The problem with si...
I am using Visual C++ 2005 Express Edition for a Form project (GUI). I could include <iostream> and then you cout in the program. Since there is no console window, where does the output go? I ...
I am a VB programmer teaching myself C++. There is a section on classes that I understand except for the part on Constuctors and Destructors. What advantage is there in using them and why wo...
The following is the message I'm receiving:
[Linker error] undefined reference to `errorReport::blockMsg(std::string, Token)'
I would appreciate suggestion on where to look for the pr...
As you see the code, I made twenty random sentences by using vectors. I want to know howto sort them in alphabetical by using the function. I have to use the array of pointers. I think the po...
I need to write a program that will write to a specific location the physical drive.
ex: I would lie to read data from sector 20 and write data on sector 21.