User profile: h9uest

User info
User name:h9uest
Name:Stanley
Location:127.0.0.1
Bio:I'm the sword that smites evil.
History
Joined:
Number of posts:157
Latest posts:

Doing a binary search with Linked Lists?
I don't think it's the right way to implement the contains() method using binarySearch(): 1, binary ...

C++ & Java OOP Access Control Violation: access peer object's private fields
I instantiate two objects of one class, and one object accesses and changes private fields of the ot...

How to install and build cURL and libcurl
If you use Makefile to compile, you need to specify certain compilation rules that include curl; If ...

Socket programming: unable to connect across network
@naraku9333: Thank you very much for the reply. I've resolved the issue. I configured my router to d...

Socket programming: unable to connect across network
Hi all: I've found the problem lies in my router doing Network Address Translation. I'm sitting beh...