joaquinfontela / Taller-95.08-TP3

0 stars 0 forks source link

Constructor de ClientSocket #1

Open mlafroce opened 3 years ago

mlafroce commented 3 years ago

https://github.com/joaquinfontela/tp3-taller/blob/b5bd4fd3a8b154013e5db023b00602c0944452f4/client_src/Client.cpp#L7 https://github.com/joaquinfontela/tp3-taller/blob/b5bd4fd3a8b154013e5db023b00602c0944452f4/client_src/Client.cpp#L10

Pasarle los parámetros del connect al constructor y realizar el connect en el constructor para que la instancia del socket sea válida desde su creación.