I'm not too good w/ C++. I know enough to be dangerous. 😱
Anyhoo... I made a C++ app a while back that would install VNC client on a workstation, launch it, and connect back to one of our servers.
Real simple and prettied up w/ company logo, etc.
So now they want me to write something that checks to see if port 5901 is even open on the server before it attempts to launch VNC.
I figured it was no problem... C++ comes with MFC Winsock classes. I break out C++ in 21 days and on day 20 there's an app that... once I can get it working... will help me understand how to implement the function into my own app.
I get to a function that allows the value of a button to toggle between "Connect" and "Listen" depending on whether or not you're client or server, and the button doesn't change. It says "Connect" until you click on the Server radio button and then it switches to "Listen" and it doesn't switch back.
The book makes this as clear as mud and I'm compiling w/o errors.
Anyone here able to help if I zip up my workspace and upload it? I know it's a lot to ask, but I need to show SOME productivity beyond a dialog box with buttons that don't do anything. 😀
TIA!
Anyhoo... I made a C++ app a while back that would install VNC client on a workstation, launch it, and connect back to one of our servers.
Real simple and prettied up w/ company logo, etc.
So now they want me to write something that checks to see if port 5901 is even open on the server before it attempts to launch VNC.
I figured it was no problem... C++ comes with MFC Winsock classes. I break out C++ in 21 days and on day 20 there's an app that... once I can get it working... will help me understand how to implement the function into my own app.
I get to a function that allows the value of a button to toggle between "Connect" and "Listen" depending on whether or not you're client or server, and the button doesn't change. It says "Connect" until you click on the Server radio button and then it switches to "Listen" and it doesn't switch back.
The book makes this as clear as mud and I'm compiling w/o errors.
Anyone here able to help if I zip up my workspace and upload it? I know it's a lot to ask, but I need to show SOME productivity beyond a dialog box with buttons that don't do anything. 😀
TIA!