Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
K

Kavan Rathnayake

@Kavan Rathnayake
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to send a NULL through a Socket in Borland C++
    K Kavan Rathnayake

    PIEBALDconsult wrote:

    It's just character zero, does the SendText method allow that?
    You'll never get very far if all you do is follow instructions

    .

    Send Text Method does not allow that but the same program was developed by VB6 allows to send a VBNull value using WinSock component. It's not following instructions but the certain problem does need to send a NULL value because it the receiving end is just a circuit with a network port. Do you have any idea of sending a NULL value? It does not need to be the Send Text method.. Any method that allows to send a data packet with two NULL characters enclose with will do...

    C / C++ / MFC c++ delphi help tutorial

  • How to send a NULL through a Socket in Borland C++
    K Kavan Rathnayake

    I have a requirement of sending a string value to a specific ipAddress but the string value should enclose with two Ascii Null Values. Eg: NULL + message + NULL I managed to send the message using sck->Socket->SendText(Edit1->Text); but I don't know how to send a NULL value through the SocketClient component. I'm fairly new to C++. If any one can help me out it would be greatly appreciated. Thanks in advance.

    C / C++ / MFC c++ delphi help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups