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
Ranked #3K
~7K People Reached
Favorite Tags

5 Posted Topics

Member Avatar for bad_dreams99

Hey All, Here is a really simple piece of code that works as a magic 8-ball program where the user types in a yes/no question and a random response is returned. This could be a good read for new C++ programmers (like me), as it covers a lot of basics: …

Member Avatar for samymcdonnell
0
6K
Member Avatar for bad_dreams99

This is a very simple program that uses text mode to display a boucing "ball." The ball is just a character that moves across the screen, erasing all in its path. It is coded to work like a screensaver, so the program ends when any key is hit. NOTE: I …

0
399
Member Avatar for nickyspace
Member Avatar for Ole Raptor
0
140
Member Avatar for queenc

This is because all GET variables are lost. The page reloads, so the url is set to the default. If you want to pass GET variables to POST, insert them in hidden fields into the form, then grab them again using POST. Here is a sample: [code=php] <?php $get = …

Member Avatar for queenc
0
141
Member Avatar for camdes

You don't seem to close off your function at the end. This is why you're getting an $end parse error.

Member Avatar for bad_dreams99
0
109

The End.