User profile: PhilippeJ

User info
User name:PhilippeJ
History
Joined:
Number of posts:7
Latest posts:

UDP
I'm creating a udp server code in C++ but I keep getting an error in my if statement with "sscantf"...

C# UDP
I'm trying to write a program for udp server in C# and I keep getting the error that says my index w...

UDP server
I'm wondering if anyone knows how to create a c++ program to create a UDP server? I've used C# which...

cout/cin
Thanks to you both, it works now. I can't believe I forgot using namespace std, minor mistakes haha

cout/cin
I am trying to use cout and cin to output a message for the user to enter the number 1 or 2 but cout...