User profile: Tarun Batra

User info
User name:Tarun Batra
History
Joined:
Number of posts:72
Latest posts:

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 function
i have the code something like this:- [code]char buf[300]; int main() { char *mc_no ="002"; i...

Extern variable problem
i 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-value
Same 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-value
I have the following code its an a.cpp file when i compile this code in visaul studio i am getting a...