User Profile

Collapse

Profile Sidebar

Collapse
fhmm
fhmm
Last Activity: Oct 15 '06, 10:42 AM
Joined: Sep 23 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • fhmm
    started a topic counting the waiting time in hour and minute
    in C

    counting the waiting time in hour and minute

    hellow everybody i need your help i have problem in counting the waiting time
    for a person for example if we need to count the waiting time for a person from
    which he has come to the time 15:30 the programe should prompt for hour and minute to calculate the waiting time .

    thank you in advance,
    See more | Go to post

  • fhmm
    replied to who can fix my programme
    in C
    i am not getting any compile or runtime errors i just have logical errors .

    the due date for this assignment is wednesday 4/10
    See more | Go to post

    Leave a comment:


  • fhmm
    started a topic who can fix my programme
    in C

    who can fix my programme

    I tried to fix my programme but without success . the idea of the programme is to count the occurence of each similar word and their percentage .

    the code:
    #include<iostre am>

    using namespace std;

    #include<fstrea m>
    #include<cstrin g>




    int main()
    {

    ifstream infile ;
    ofstream outfile;
    char text[300],sec[300];...
    See more | Go to post

  • can you tell me how to copy the text from an array to a pointer to acharacter because i have use infile.getline and it does not accept pointers to charachter parameters so,i have used array.

    thank you,
    See more | Go to post

    Leave a comment:


  • counting the frequeny and percentage of each similar word from input file

    I am an intermediate programmer and i tried to solve the following programme but with no success the programme is a simple text analyzer that read an input file and cumpute the occurence and percentage of each similar word .for example lets consider the following input file.

    "The for structure totals the elements of the array one row at the...
    See more | Go to post

    Leave a comment:


  • counting the percentage and occurence of each identical word in input file

    I am an intermediate programmer and i tried to solve the following programme but with no success the programme is a simple text analyzer that read an input file and cumpute the occurence and percentage of each similar word .for example lets consider the following input file.

    "The for structure totals the elements of the array one row at the time. The outer for structure begins by setting row of the array to 0."
    ...
    See more | Go to post
No activity results to display
Show More
Working...