Forum: C++ Apr 13th, 2006 |
| Replies: 5 Views: 3,302 okay I came up with something a little more complex, but it's still not working. I know it's somewhere within my functions (either the bools or whatnot)......basically it's not telling them they... |
Forum: C++ Apr 12th, 2006 |
| Replies: 5 Views: 3,302 hello!
I need a program that validates the imput of dates. (Checks for leap years etc.)
The user enters: mm/dd/yyyy
The problem is, I have trouble with complex programs. I came up with... |
Forum: C++ Mar 30th, 2006 |
| Replies: 6 Views: 1,909 I just don't understand where I would add a "Margin" to???
I've tried all of the variables |
Forum: C++ Mar 30th, 2006 |
| Replies: 6 Views: 1,909 i have thought long and hard..........
It's due tomorrow at 8 AM.
I would love to sleep on it.....but seriously my mental capacity for figuring this out is less than a two-year old.
I've... |
Forum: C Mar 30th, 2006 |
| Replies: 2 Views: 1,020 i have thought long and hard..........
It's due tomorrow at 8 AM.
I would love to sleep on it.....but seriously my mental capacity for figuring this out is less than a two-year old.
I've... |
Forum: C++ Mar 30th, 2006 |
| Replies: 6 Views: 1,909 Okay, I think I understand the logic.
I'm so tired right now.....where would that fit in?? would I have to make another function?????
void displayStars (int, int); |
Forum: C++ Mar 30th, 2006 |
| Replies: 6 Views: 1,909 Hello! I have a program that generates a rectangle based on width and height.
---I just need to figure out how to center this if the screen was 80 characters wide.------
void drawRect(int... |
Forum: C++ Mar 30th, 2006 |
| Replies: 4 Views: 1,819 Okay I see! It makes sense to me! THANKS A LOT :)
One more added detail, I need to make the rectangle centered.
I need to assume the screen is 80 characters wide. |
Forum: C++ Mar 30th, 2006 |
| Replies: 4 Views: 1,819 It didn't work. Oh no, i have another exam to study for tonight.
I've been sick and I'm so far behind.
This is my entire program:
#include <iostream> |
Forum: C++ Mar 30th, 2006 |
| Replies: 4 Views: 1,819 Hi I'm new to C++ and to here.
I have an assignment.
Make a HOLLOW rectangle using Functions.
Have the user imput the amount of rows and columns....and border width .
It should look... |
Forum: C++ Mar 29th, 2006 |
| Replies: 0 Views: 2,676 Hi I'm new to C++ and to here.
I have an assignment.
Make a rectangle using Functions.
Have the user imput the row size and column width.
It should look something like this (It's... |