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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: weeb0
  • Order by date
  1. weeb0

    Need help to build network class

    OK! but, is it a good practice to access the variable of the parent ? I know it's possible to do it, but we can use global variable and this is a very bad habit! Thank you.
  2. weeb0

    Need help to build network class

    Hi everyone, I'm currently working a Network class. For the moment, I have a class containing the following functions : class cNetwork { cnetwork(); cnetwork(int port); ~cnetwork(); void send_to(char *buffer,int length); int receive_from(char *buf,int buf_size); void bind_to(void); void...

Part and Inventory Search

Back
Top