Posts by H3athCl1ff • 54 points
2 posts
-
-1
votes1
answer92
viewsA: Given two IP’s is it possible to check if it comes from the same network?
only with the MAC(network card address), which might be possible, or even if the user accesses the same account with other Ips. I don’t know anything about Python programming, but I can tell you…
-
3
votes1
answer949
viewsQ: How to take line break in the "Cin" of the <iostream> library?
How can I take the line break when reading some variable with cin? #include <iostream> using namespace std; int main() { int dia, mes, ano; cout<< "Data: "; cin>>…