Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~200 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for sirbriggs

Okay, I'm running a Windows 2008 R2 server and I've got OpenVPN installed on Hyper-V On the client machine I've got the OpenVPN client running and I can access it all fine. My question is, how do I access files from the Windows server then? The OpenVPN client says I've …

0
37
Member Avatar for sirbriggs

This is a stripped down version of an error I'm getting in a different program, but this is simpler. The problem comes from if I try to set something that isn't an int in MyClass [code=c++]#include <iostream> using namespace std; template <typename T> class MyClass { private: T data; public: …

Member Avatar for sirbriggs
0
163