python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why python3 ipaddress module says that an address (172.16.32.5) in a network (172.16.0.0/12) when it doesn't?
I'm setting a filter that runs some code if an IPv4 Address is not in an address range, I'm using ipaddress python3's module, but this is confusing me a lot, because it says that 172.16.32.5 is in the...
Necrosaro
Votes: 0
Answers: 3
member "Node::next" (of a friend class) is inaccessible
I am building my own LinkedList, because I need a special Node that holds more data. I specify that my Node class is a friend of the LinkedList class, but it doesn't seem to allow me to access the pri...

Jacob Hornbeck
Votes: 0
Answers: 1
std::equality_comparable concept checking in a context where private operator == is accessible
std::equality_comparable allows one to check that class objects can be compared using == and != operators. But what shall it return if the operators exist but available not in all contexts?
In the nex...
Fedor
Votes: 0
Answers: 0
How to get different output from function using if Bool.random() within generic struct in Swift?
Within exercise on generic composition it it stated that: "a return type of Car means that addCAI() and func addTBE() could return any kind of Car. Different calls to the function could return in...
mairo
Votes: 0
Answers: 1