Search:

Type: Posts; User: melodious

Search: Search took 0.01 seconds.

  1. expected primary expression before "." token

    Hi there, I'm trying to do a program that allows user to enter a number between 1-365 and convert that to month and day (for example, 32 -> Feb. 1st). I tried compiling the program but I got...
  2. Thank you guys! I fixed the errors and decided...

    Thank you guys!
    I fixed the errors and decided to just input data manually. How do I display the final product?


    #include <iostream>
    #include <string>
    using namespace std;


    const int...
  3. I haven't gotten to the chapter on static member...

    I haven't gotten to the chapter on static member yet. But, I'll look into that and see if I can make this work somehow.

    Thank you for your reply!
  4. Display day, month, year in different format

    Hi!
    I'm trying to write a program that will take in three numbers (day, month, year), and display them in different format (MM/DD/YYYY; Month in words, DD, YYYY; and DD Month in words YYYY).
    Here's...
Results 1 to 4 of 4