User profile: plsalinas

User info
User name:plsalinas
History
Joined:
Number of posts:30
Latest posts:

Client/Server communication sending the wrong values to client
@kbw Thanks for helping me out and clearing things out for me. Thanks to your help I was able to fi...

Client/Server communication sending the wrong values to client
Hi Kbw, I was just following the example on this webpage https://www.tutorialspoint.com/unix_socke...

Client/Server communication sending the wrong values to client
I wrote a client and server. The only issue I'm having is that when I look through my vector of stru...

Sorting a linked list
@starFish2 that's a very good idea actually but I figured it out. basically I used a bubble sort t...

Sorting a linked list
Here is my linked list class. I cannot figure how to sort through the list. Please take a look at my...