Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~759 People Reached
About Me

Name - Thomas Brinegar
Location - Triad Area of North Carolina
Hobbies - Computers, Programming, Web Development
Education - Sophomore at High Point University double majoring in B.A Computer Science & B.S. Management Information Systems

Interests
Just another nerd armed with an internet connection.
PC Specs
Intel 2.4Ghz Core 2 Duo 8GB DDR2 RAM 600GB HDD nVidia 9800gt Windows 7, Ubuntu, Fedora
Favorite Tags
Member Avatar for confused!

Hello. I am trying to write a program where a human can play rock, paper, scissors with the computer. I'm stuck on the "determine computers choice" part......Here's my code so far... [code=cpp] #include <iostream> #include <cstdlib> #include <ctime> using namespace std; int main () { // initialize the computer's random …

Member Avatar for wizzard_tzie
0
627
Member Avatar for brinegart

I want to focus back on the main page from an iFrame that is loaded as an element on the page. I am trying to make a toggle focus using CTRL to go between the two. I am using javascript to navigate the iFrame to different pages. Once the iFrame …

Member Avatar for Lusiphur
0
132