Visual C++ Questions

1

Connecting MS SQL server and database.
Hi, i am trying to connect MS SQL server and database from visual c++ 2005. Can anybody help me please.

Answer Question   |  June 19, 2012  10:19 AM
SQL Server 2005, Visual C++
asked by:
5 pts.

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 [...]

Answer Question   |  March 31, 2012  12:22 AM
Datagram protocol, Firewalls, Network, UDP, UDP port, Visual C++
asked by:
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. if there are any other values of this kind plz explain me that also[/strong]

Answer Question   |  September 21, 2010  12:51 PM
C++, C/C+/C# error messages, Rvalues and Lvalues, Turbo C++, Visual C++
asked by:
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?

Answer Question   |  August 30, 2010  4:25 PM
Runtime Errors, vc++ code, Visual C++, Visual C++ 6.0, Visual Studio 2008, VS 2008
asked by:
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.., )

Answer Question   |  August 21, 2010  1:08 PM
C programming, C++, Visual C++, Visual C++ 2008, Visual Studio 2008
asked by:
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

Answer Question   |  April 3, 2012  9:22 AM
C++, SQL Server, SQL Server database, Visual C++
asked by:
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?

Answer Question   |  August 12, 2009  2:48 PM
.NET, SQL Server, SQL Server databases, Visual C++
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, [...]

Answer Question   |  December 24, 2008  9:09 AM
Data Type behaviour, int keyword, Integer variable, NUMBER datatype, Oracle 10g, Oracle 9i, Oracle development, Variables, VC++, Visual C++, Visual C++ 6.0
asked by:
35 pts.

1