Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #4K
~3K People Reached
Member Avatar for jake1496

I think the Call of Duty 4 is the best one. I also like the boxing game of<URL SNIPPED> nintendo Wii. Because I drip sweat and get away from the big pressure in the life. It was such a great experience when you get refresh in the game. So many …

Member Avatar for davidlouis88
-8
857
Member Avatar for Ancient Dragon

[url]http://www.youtube.com/watch?v=LCAdotyM-Eo[/url] Warning: contains GF violence.

Member Avatar for IT cllge stdnt
2
151
Member Avatar for Techwriter10

The long-awaited iPad, the tablet computer from Apple had its coming out party this afternoon and for a while, I wondered if the event was even worth watching. For the first half hour, Jobs droned on about web pages, video and email like they were some fantastic new phenomena we …

Member Avatar for Techwriter10
0
998
Member Avatar for LeoC++

Hi, can some one please have a look at my code for the user to enter integers and display it back to him. For some reason my program can not accept more than 8 integers? I wrote this program for a class assighnment where we where suppose to ask the …

Member Avatar for LeoC++
0
118
Member Avatar for Epsilon92

Ok, so I'm a programming major but over the summer I wanted to pick up and learn web design for some extra cash over the school year. I have books so I'm gonna learn the basics on my own. What I do want to know is where I should host. …

Member Avatar for diafol
0
120
Member Avatar for Dinglish

i am writing a program whereby i have written the instructions the shell of the program, and have written code for inputting values, but how do i collect all the information i have inputted. I am aware it involves arrays but can you help and point me in the right …

Member Avatar for caut_baia
0
102
Member Avatar for nomorewords

This is a program which finds if a 7char word is a palindrome and if it is it writes it in CAPITAL letters if not in small letters e.g aBcDcbA => ABCDCBA;;; CheetAH=>cheetah; [CODE]#include<iostream> #include<math.h> using namespace std; int main() { int l,d; char c1,c2,c3,c4,c5,c6,c7; cin.get(c1);cin.get(c2);cin.get(c3);cin.get(c4);cin.get(c5);cin.get(c6);cin.get(c7); l=c1==c7||c1==c7+'A'-'a'||c7==c1+'A'-'a';cout<<l<<endl; l=l&&(c2==c6||c2==c6+'A'-'a'||c6==c2+'A'-'a');cout<<l<<endl; l=l&&(c3==c5||c3==c5+'A'-'a'||c5==c3+'A'-'a');cout<<l<<endl; d=l?('A'-'a'):('a'-'A'); …

Member Avatar for WaltP
-1
89
Member Avatar for deadelgabar

The program imitates a gambling card game. The program shows you three cards, then the program interchange them, and if you can guess correctly where a particular card is, you win. Here is some sample interaction with the program: Card 1 is the 7 of clubs Card 2 is the …

Member Avatar for NathanOliver
-1
201
Member Avatar for DavidLuo

Hi.... Can anyone help? char message[] = "This is a message."; Write C++ code to print the string out backwards. Thanks.

Member Avatar for Epsilon92
-2
95