User profile: frankiefrazer

User info
User name:frankiefrazer
Name:Frankie
Location:Fort Worth, TX
Bio:Attending local community college for Web Design, but they have made programming a required part of the degree, thus I am struggling through C++.



Statistical data
Birthdate:Aug 15, 1974
Skills:C++
History
Joined:
Number of posts:5
Latest posts:

Stopping a program
My project is using a counter based loop. Main calls a void function and it correctly runs the 'if'...

How to use setw and setfill properly
Finally got it... Just a matter of proper placement and syntax. Geez I hate C++. [code] fo...

How to use setw and setfill properly
That seems like the logical way to do it. But all I end up with is a five column array full of '...

How to use setw and setfill properly
Bazzy, when I do that, I end up with '-' in front of the numbers less than 100 but a '+' in front of...

How to use setw and setfill properly
First, this is a homework assignment. I am not trying to hide that. I also don't expect anyone to ...