User profile: seeplus

User info
User name:seeplus
History
Joined:
Number of posts:6634
Latest posts:

Winsock2: Upon partial transmission, does nonblocking send() retry until success or abandon?
If the return value is not SOCKET_ERROR, then only the returned number of bytes have been sent. It i...

Increasing Size of Vector
[quote]2) "make them static or move their definition to be before main()." [/quote] For the purpose...

Increasing Size of Vector
1) What is created with NEW should be deleted with DELETE or DELETE [] for arrays (as here) 2) odat...

Increasing Size of Vector
As odatal and odatak are allocated on the stack you could be running out of stack memory. Try moving...

Increasing Size of Vector
No. I don't see where c is defined. But if the code compiles it must be defined somewhere at a globa...