Consuming C# service through VC++I want to make a call to a web service that is written in C sharp through Visual C++ or C++ in Visua...
Help with strcat functioni have the code something like this:- [code]char buf[300]; int main() { char *mc_no ="002"; i...
Extern variable problemi have the following code [code]THIS IS A.cpp int a=5; int inc(); int main() { printf("value ...
What should i do to remove the error '++' needs l-valueSame error,sir one thing more can u tell does "[code]extern some variable[/code]" doessn't work in C...
What should i do to remove the error '++' needs l-valueI have the following code its an a.cpp file when i compile this code in visaul studio i am getting a...