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...
[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....
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,...
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
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
How can I connect a SQL Server database with Visual C++ and .NET?
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...



