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
~1K People Reached
Favorite Tags
Member Avatar for Armistice

So i'm not looking for anyone to give me code on how to do this. I would just like a tip or two. I have a .txt file with a deck of cards in it saved into a card struct like : [CODE]struct card { char suit; char value; };[/CODE] …

Member Avatar for Armistice
0
339
Member Avatar for Armistice

My girlfriend and I have been trying to play with this <div> background code and opacity for this huge block of text she has on this real basic website. All we are trying to accomplish is to place a grey background behind the text and make it semi-opaque and not …

Member Avatar for mahavir123
0
153
Member Avatar for Armistice

For some reason im getting stuck in a loop after i enter in my "numberinput" i have a mimic case that does the same thing but with characters instead of numbers, and it seems to work perfectly all this is doing is checking to see how many times the user …

Member Avatar for Armistice
0
153
Member Avatar for Armistice

Hi. Another newbie here looking for some insight. I have a menu drivin program with 5 functions. got first 3 down and the 4th wants me to read a plain text fil and output the length of the longest line. I know as far as getline(infile,str). where str is just …

Member Avatar for Armistice
0
454