Search:

Type: Posts; User: TheShaggmeister

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    3,327

    Draw a circle?

    I am completely stuck on how to draw a circle in c++ any advice?
  2. Replies
    5
    Views
    8,318

    still stuck

    Still stuck on this, tried inputting your code letter for letter and I keep getting errors.

    Could you post a full example?
  3. Replies
    5
    Views
    8,318

    Counting days

    Have a question here, I am working on a program that will calculate how old a person is using years, days and months.

    How would I calculate how many days old someone is from their birthday to...
  4. date header file

    Where do you put the header file in your C++ directory?

    This looks like it would help tons with the new project I am working on.
  5. Replies
    3
    Views
    1,024

    date problem

    with the DOB = 'x' line I was trying to get it to pull the DOB from the string that was entered by the user

    Ex.

    Enter you DOB: June 23, 1976
    ^^^
    ...
  6. Replies
    3
    Views
    1,024

    Question about dates

    What are the built-in functions to compare two dates? I am stuck again.

    ***EDIT***

    Oops forgot to mention I am working a program that will calculate someones age. Using the Month, Day and...
  7. Grrrr... almost got it

    almost....

    I got it to accept a command to change the string to the users choice, but when I choose to change to all lowercase I still get all uppercase

    Here it is so far:



    #include...
  8. that helped, one more thing

    Ok I got the string to switch to upper or lower case, now what I need to do is insert a conditional statement asking if the user wants to change the case of the string after it reports the number of...
  9. Coverting a string into upper or lowercase

    Need some help with a program I am rying to work.

    I am trying to have a user input a string of characters, then count and compare the number of upper and lower case characters, then gie the option...
Results 1 to 9 of 9