I\'m trying to create an app that mimics RealPopup and I will be using it as a proof of concept for sending out computer-generated notifications to clients which are already using RealPopup throughout
Using the client and server examples found here: http://www.winsocketdotnetworkprogramming.com/winsock2programming/winsock2advancedmailslot14.html Compiling them with VS2008, running the server and th
Just wondering why we need struct if class can do all struct can and more? put value types in class has no side effect, I think.