Search:

Type: Posts; User: eryell

Search: Search took 0.01 seconds.

  1. Then... if i do that... i cant add any record for...

    Then... if i do that... i cant add any record for other thing...
  2. If i use arrays. My windows will come out a warning

    this is my code



    #include <iostream>
    #include <string>
    #include <conio.h>

    using namespace std;
  3. Replies
    1
    Views
    811

    Calendar did not run correctly

    The calendar does not show all 12 month, the output only show the name of the month and the input of the year... how to solve it???
    or i need to create a loop in switch????



    #include...
  4. Replies
    9
    Views
    6,692

    Now i understand, because before this i just do...

    Now i understand, because before this i just do it by try and error.... Thanks guys....
  5. Replies
    9
    Views
    6,692

    My program works.... thanks all because helping...

    My program works.... thanks all because helping me to find the solution.... now can someone explain me the code in english...



    do
    {

    cout << "Enter a roman...
  6. Replies
    9
    Views
    6,692

    My question is.... how to scan the string...

    My question is.... how to scan the string containing roman character... if the input is not one of the roman... it will come out "invalid input"... if all correct then the input will be processed......
  7. Replies
    9
    Views
    6,692

    I`m a beginner... just start the c++ last...

    I`m a beginner... just start the c++ last month... so i`m little confuse about string and arrays...
  8. Replies
    9
    Views
    6,692

    Using loops for check a roman number input.

    I have a problem here. How to make a loop to define that the input is roman number.... since my solution is incorrect... Help me... it's make me crazy.... :confused:



    #include <iostream>...
Results 1 to 8 of 8