Visual C++ Questions

PREV 1 NEXT

UDP datagram don't get the server

I have implemented with c++, two small apps: an UDP client and an UDP server I place client in same machine than server. I start server, I start client, and I send data from client to 127.0.0.1... server receives OK now i do ipconfig and i get my local IP is 192.168.1.8 so I repeat by sending...

Answer Question   |  Jul 20, 2011  0:25 AM GMT
UDP, Network, Datagram protocol
asked by Thetonatiuh

  55 pts.

what are Rvalues and Lvalues in C++

[strong]on executing the below program i got error message like required Lvalue is missing in main function[/strong] [strong] main() [/strong] [strong]{[/strong] [strong] int i;[/strong] [strong] printf("%d",++i++); [/strong] [strong]} [/strong] [strong]plz tell me what are rvalues and lvalues....

View Answer   |  Sep 3, 2010  12:51 AM GMT
Rvalues and Lvalues, Visual C++, Turbo C++
asked by Rajeshu

  135 pts.

VC++ runtime error

same vc++ code using opencv, there is no error in vc6.0, but when you create a new project in vs2008, using this code it has runtime error, but when use vs2008 to open an exist project created by vc++6.0, and convert to vs2008 format, no runtime error. why? Software/Hardware used: vc++6.0; vs2008,...

Answer Question   |  Aug 29, 2010  4:25 PM GMT
vc++ code, Visual C++, Visual Studio 2008
asked by Eagerlearner

  5 pts.

Suggestion of C++ book

I know the basic thing of c++ programming and I would like to go deeper in C++. Please suggest me a good book on C++ for advanced topics (windows programming, aptitude in c++,etc.., ) Software/Hardware used: visual c++ VS2008

View Approved Answer   |  Aug 19, 2010  1:08 PM GMT
C++, C programming, Visual Studio 2008
asked by Rajeshu

  135 pts.

Data base with Visual C++

I am learning on Data Base management. I have installed Visual C++ and will use SQL server. But I don't know which component else to install, and how to connect to and use SQL Server. Can somebody help me? Thanks a lot Software/Hardware used: Visual C++, SQL Server

View Answer   |  Aug 18, 2009  9:22 AM GMT
C++, Visual C++, SQL Server
asked by Makee

  15 pts.

Connecting a SQL Server database with Visual C++ and .NET

How can I connect a SQL Server database with Visual C++ and .NET?

View Answer   |  Apr 20, 2009  2:48 PM GMT
Visual C++, SQL Server databases, .NET
asked by SQL Server Ask the Experts

  2,585 pts.

VC++: int keyword gives different results in Oracle 9i and 10g

In my code i am using a structure with integer variable and this variable is used to accept values from generic VC++ 6.0 functions, the value which got filled to the variable is from a table field whose datatype is NUMBER(10), in oracle 10g it runs fine but in oracle 9i it always returns 0, any...

View Answer   |  Dec 22, 2008  9:09 AM GMT
Oracle development, Oracle 9i, Oracle 10g
asked by SANS

  35 pts.

PREV 1 NEXT