tfloto
tfloto
About
- Username
- tfloto
- Joined
- Visits
- 0
- Last Active
- Roles
- Member
Comments
-
The term for what you want to do is shadowing. If you use VNC you have to install the VNC server on the computer you want to shadow. It had options to just let you watch what is going on. VNC operates on ports that are often blocked by a firewall. S…
-
try this out #include <string> #include<iostream> using namespace std; class ElectionResults { public: string name; int votes; }; int main() { ElectionResults res[5]; int voteTotal = 0; int winner = 0; int byVotes …
-
try this out #include <string> #include<iostream> using namespace std; class ElectionResults { public: string name; int votes; }; int main() { ElectionResults res[5]; int voteTotal = 0; int winner = 0; int byVotes …
-
try this out #include <string> #include<iostream> using namespace std; class ElectionResults { public: string name; int votes; }; int main() { ElectionResults res[5]; int voteTotal = 0; int winner = 0; int byVotes …
-
try this out #include <string> #include<iostream> using namespace std; class ElectionResults { public: string name; int votes; }; int main() { ElectionResults res[5]; int voteTotal = 0; int winner = 0; int byVotes …
-
try this out #include <string> #include<iostream> using namespace std; class ElectionResults { public: string name; int votes; }; int main() { ElectionResults res[5]; int voteTotal = 0; int winner = 0; int byVotes …
-
try this out #include <string> #include<iostream> using namespace std; class ElectionResults { public: string name; int votes; }; int main() { ElectionResults res[5]; int voteTotal = 0; int winner = 0; int byVotes …
-
try this out #include <string> #include<iostream> using namespace std; class ElectionResults { public: string name; int votes; }; int main() { ElectionResults res[5]; int voteTotal = 0; int winner = 0; int byVotes …
-
try this out #include <string> #include<iostream> using namespace std; class ElectionResults { public: string name; int votes; }; int main() { ElectionResults res[5]; int voteTotal = 0; int winner = 0; int byVotes …
-
try this out #include <string> #include<iostream> using namespace std; class ElectionResults { public: string name; int votes; }; int main() { ElectionResults res[5]; int voteTotal = 0; int winner = 0; int byVotes …
-
The term for what you want to do is shadowing. If you use VNC you have to install the VNC server on the computer you want to shadow. It had options to just let you watch what is going on. VNC operates on ports that are often blocked by a firewall. S…