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
2
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #3K
~760 People Reached
Favorite Forums
Favorite Tags
c++ x 8

5 Posted Topics

Member Avatar for timdog345

timdog i'm in the same position you are. I am able to make the first two of your traingles and after that I'm having a hard time re writing the loop.

Member Avatar for coldzero_82
1
119
Member Avatar for timdog345
Member Avatar for chrisfrolich

I was wondering if programming a hangman game would be possible. I took a little bit of time to make something, but it doesn't seem to be working very well. Any info is appriciated! [code] #include <iostream> using namespace std; int main() { char solution[20]; //holds solution char blank[20]; //holds …

Member Avatar for chrisfrolich
0
361
Member Avatar for chrisfrolich

I was given an assignment where i have to calculate and aoutput the ocst of airline tickets for different classes (business class, coach class, first class). Output the price from different funtions. Here is what I have..... [code] int main () { double firstClass, coachClass, businessClass; cout<<"Enter the price of …

Member Avatar for Radical Edward
0
85
Member Avatar for chrisfrolich

Hi I was wondering if you can help me write a code that i can use for keeping track of my grades. It will return my overall class average to the main () for output. Also it will pass my average to another funtion that uses the average and returns …

Member Avatar for Narue
0
51

The End.