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,
User Profile
Collapse
-
counting the waiting time in hour and minute
-
i am not getting any compile or runtime errors i just have logical errors .
the due date for this assignment is wednesday 4/10 -
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];... -
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,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...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."
...
No activity results to display
Show More
Leave a comment: