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.

~12.7K People Reached
About Me

I'm Actually an IT Intern for the COOP, it is a local bussiness in the upper valley! Im going to college for Computer Systems Informations and Love learning new things about anything IT, simply why i joined this site, and this forum.

Member Avatar for swa

hi I am Hoping some one here can shed some light on this. I have a toshiba satellite pro laptop but it's refusing to turn on. it was working fine 2 days ago and was last shutdown as normal. With the AC power supply plugged into the laptop the DC-in …

Member Avatar for Game_2
0
8K
Member Avatar for sergiome

I still can work on my laptop (HP Pavilion) because I had a window open and I can access all my docs this way, but the background screen is black, there is no 'Start' button, no desktop and the 'right click' does nothing. Totally emptiness, but I still see the …

Member Avatar for Oliver_8
0
1K
Member Avatar for Lilgenski16

//BlackJack // Plays a simple version of the casino style game of blackjack; 1 - 7 players #include <iostream> #include <string> #include <vector> #include <algorithm> #include <ctime> using namespace std; class Card { public: enum rank {ACE = 1, TWO , THREE , FOUR , FIVE , SIX , SEVEN …

Member Avatar for マーズ maazu
0
2K
Member Avatar for Lilgenski16

//BlackJack // Plays a simple version of the casino style game of blackjack; 1 - 7 players #include <iostream> #include <string> #include <vector> #include <algorithm> #include <ctime> using namespace std; class Card { public: enum rank {ACE = 1, TWO , THREE , FOUR , FIVE , SIX , SEVEN …

Member Avatar for Lilgenski16
0
233
Member Avatar for Lilgenski16

//BlackJack // Plays a simple version of the casino style game of blackjack; 1 - 7 players #include <iostream> #include <string> #include <vector> #include <algorithm> #include <ctime> using namespace std; class Card { public: enum rank {ACE = 1, TWO , THREE , FOUR , FIVE , SIX , SEVEN …

Member Avatar for Lilgenski16
0
229
Member Avatar for Lilgenski16

199 C:\Users\Gaming-PC\Desktop\C++ Files\Tic-Tac-Toe.cpp expected unqualified-id before "if" {//Tic Tac Toe //Plays the game of tic tac toe agaienst a human opponent #include <cstdlib> #include <iostream> #include <string> #include <vector> #include<algorithm> using namespace std; //global constants const char X = 'X'; const char O = 'O'; const char EMPTY = ' …

Member Avatar for NathanOliver
0
265
Member Avatar for Lilgenski16

//Mad lib // Creates a story based upon user input #include <cstdlib> #include <iostream> #include <string> using namespace std; string askText(string prompt); int askNumber(string prompt); void tellStory(string name, string noun, int number, string bodyPart,string verb); int main() { cout << "Welcome to Mad Lib.\n\n"; cout << "Awnser the following questions …

Member Avatar for Lilgenski16
0
435