Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bradius

  1. bradius

    Running sockets in binary mode.

    Thanks very much Will. I guess windows sockets only ever transfer in binary mode (as I suppose "byte stream" is another way of saying "binary"). Your post has been very helpfull. Bradius C++/Java programmer
  2. bradius

    Running sockets in binary mode.

    I have a class that uses the WinSock socket API and I need to make sure that the socket is using binary mode rather than text. Any Ideas? Thanks, Brad. Bradius C++/Java programmer
  3. bradius

    How do you declare a class variable without initiallising it?

    Thanks Kalisto, Palbano you have been very helpfull. I used the pointer idea as follows, and it worked a treat: /***START CODE***/ class MyClass{ private: //Like in Java- just declare, don't initiallise. ANamespace::AClass* AClassInstance; public: MyClass(){ // Initiallise here...

Part and Inventory Search

Back
Top