Search:

Type: Posts; User: pczafer

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    808

    thaks this is exactly what was i looking for

    thaks this is exactly what was i looking for
  2. Replies
    2
    Views
    808

    need help !!!!!

    can anybody tell me how can i call function for only first if statement, only once???



    void displayCerteinDate ( )
    { //Find records with certain Date and Display all records in same Date....
  3. Replies
    5
    Views
    1,521

    here is my real codes, if entry date and time not...

    here is my real codes, if entry date and time not in the array i want to ask again till its find in array
    so how im gonna do it????

    void deleteAppointmentRecords( )
    {
    bool flag = false;...
  4. Replies
    5
    Views
    1,521

    how to return in void function();

    i want to return begining in void function(); like return in main();
    if is wrong number i want to ask till number right.
    but my codes returning the main all the time i tryid but still same. does...
  5. Replies
    6
    Views
    2,186

    with return; or without that its returning to...

    with return; or without that its returning to Main.
    i wan to return inside the void. so user can enter right option number
  6. Replies
    6
    Views
    2,186

    how to return in void??

    how to return in void??
  7. Replies
    6
    Views
    2,186

    how to loop in switch??

    how im gonna loop menu if option not 1 or 2 ???

    void display( )
    {
    int option;
    system("cls"); //clear screen
    cout<<endl<<endl;
    cout<<"\t * Display Menu *\n";
    cout<<"\n\t1. Display For...
  8. Replies
    11
    Views
    2,060

    thanks anon i done but didnt solve my problem i...

    thanks anon
    i done but didnt solve my problem i even tried just but still same
    so i dont think its a problem
  9. Replies
    11
    Views
    2,060

    you right anon i have date struct (day, mounth...

    you right anon
    i have date struct (day, mounth ,year) time is string i tried

    but didn`t work and incrementing currentSize once now

    i couldnt figure out how im gonna use this

    if ( )
    {
    ...
  10. Replies
    11
    Views
    2,060

    sorry for my codes i tryed to clean a bit. its...

    sorry for my codes i tryed to clean a bit.
    its not checking and printing and
    can anybody see mistakes now??????



    void addAppointmenRecords( )
    {
    int number, i,k;
    system("cls"); ...
  11. Replies
    11
    Views
    2,060

    if else statement ????

    I`m trying to to use if statement but something going wrong.
    statement must be 2 steps
    IF There is still room in the array and
    IF there is not an Appointmen on the same Date and Time!...
  12. Replies
    4
    Views
    1,113

    sorry matsp this is my entry its not checking...

    sorry matsp
    this is my entry

    its not checking if there an Appointmen on the same Date and Time!
    and and fallowing each other. i couldent work out.
  13. Replies
    4
    Views
    1,113

    thaks grumpy i fixed like this, im not getting...

    thaks grumpy i fixed like this, im not getting any error or worning now but i still have problem.
    what is wrong with my


    void addAppointmenRecords( )
    {
    int number, i;
    system("cls"); ...
  14. Replies
    4
    Views
    1,113

    illegal Else ???

    can any one see my mistakes for illegal else and
    seems not working


    void addAppointmenRecords( )
    {
    int number, i;
    system("cls"); //clear screen

    cout<<"\nHow many Appointmen...
  15. Replies
    4
    Views
    1,699

    like finding and editing something from file. ...

    like finding and editing something from file.


    void editAppointmenRecords( )
    {
    int editname;
    system("cls"); //clear screen
    cout<<"\nEnter person Name you want to Edit: ";
    cin>>editname;...
  16. Replies
    4
    Views
    1,699

    i just need edit name or description nothing...

    i just need edit name or description nothing else.
    but i dont know how to do.
    can you give me any exaples
    my write and read options working fine.
    thanks
  17. Replies
    4
    Views
    1,699

    edit txt file help

    hi eveyone
    i need to edit person name or Appointmendescription but not date or time in my program. i can write all the records to the file and can read from the file.
    and need to edit the file...
  18. Replies
    7
    Views
    1,290

    fixed

    its working now thaks for your help

    void writeAppointmenRecords( )
    {
    int index;
    //create and open an output text file

    ofstream outfile("C:\\Documents and...
  19. Replies
    7
    Views
    1,290

    Thanks Daved for replying, I made couple of...

    Thanks Daved for replying,
    I made couple of changes, i made every entry differet line


    void writeAppointmenRecords( )
    {
    int index;
    //create and open an output text file

    ...
  20. Replies
    7
    Views
    1,290

    sorry i spelled wrong there im not getting any...

    sorry i spelled wrong there im not getting any error
    thats the why i put all my codes so if anyone want to run and see.
    the program asked for user name, Descriptions, date and time for recordes....
  21. Replies
    7
    Views
    1,290

    Thanks for replaying Litz actualy it was like...

    Thanks for replaying Litz
    actualy it was like this but i changed when i was tring different thinks.
    im now getting any errors or warnings.
    so what can be wrong with my codes????

    here is my all...
  22. Replies
    7
    Views
    1,290

    problem with read from file

    hi everyone
    i am having problem with read from file, i can write to the filr but can not read from file
    can anyone have a look at my codes or give me some examples so i can have look and try to see...
  23. Thread: read from file

    by pczafer
    Replies
    2
    Views
    1,506

    Tnaks for replaying vart first im only beginner...

    Tnaks for replaying vart
    first im only beginner so i dont know to much yet.

    this is my entry


    and this is in the file
  24. Thread: read from file

    by pczafer
    Replies
    2
    Views
    1,506

    read from file

    Hi everyone,
    i have a problem reading records from file
    i can write to th efile but cannot read back
    can any one help wit this please

    void writeAppointmenRecords( )
    {
    int index;
    ...
Results 1 to 24 of 24