Search:

Type: Posts; User: tetartos

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,721

    strcpy did the job.ty

    strcpy did the job.ty
  2. Replies
    9
    Views
    1,721

    sry i'm so comfused after so many hours of...

    sry i'm so comfused after so many hours of writing..the problem is in the line onoma = sm_data->description_nametraveller;
    and both onoma and description_nametraveller ara char[80].. it's strange...
  3. Replies
    9
    Views
    1,721

    both onoma and price_logariasmos are integers..

    both onoma and price_logariasmos are integers..
  4. Replies
    3
    Views
    2,506

    define READ 10 change to 10 to 0 ;) EDIT...

    define READ 10

    change to 10 to 0 ;)


    EDIT dont't do this actually!!
  5. Replies
    9
    Views
    1,721

    incompatible types in assignment

    (My third thread today :P)
    well now i have the title's error in a part of my code like this


    if((strcmp(new_account->description_nametraveller,sm_data->description_nametraveller)) ==0){
    ...
  6. Replies
    3
    Views
    2,937

    thank you so much!!!!

    thank you so much!!!!
  7. Replies
    3
    Views
    2,937

    called object is not a function

    I have two structs in a header file.In the first one i have an array that's type is of the second struct. Something like this



    typedef struct transaction {
    int type;
    char...
  8. Replies
    4
    Views
    2,693

    tnx for your answer but after i posted this code...

    tnx for your answer but after i posted this code i've found the braces missing and some other errors but still ths same error..If you don't mind plz check this code..


    #include "types.h"

    ...
  9. Replies
    4
    Views
    2,693

    syntax error at end of input

    I have this file with c code and i;m getting syntax error at end of input this error..Could someone help me??



    #include "Types.h"


    void show_main_menu(int);
    account*...
Results 1 to 9 of 9