User Profile

Collapse

Profile Sidebar

Collapse
appy
appy
Last Activity: Nov 13 '07, 05:53 PM
Joined: Apr 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • appy
    started a topic C_time function
    in C

    C_time function

    Hi friends
    Do u know how should i use C_time function in my C programs that give me priod of time for run each program?
    Thanks
    See more | Go to post

  • appy
    started a topic Horner rule
    in C

    Horner rule

    hi friends
    can anyone explain for me,what is horner rule? i should write program in C about that but i don,t know anything about this function.
    i become so glad if anyone can give me some information about that,
    Thanks
    See more | Go to post

  • appy
    started a topic C library(MSDN software)
    in C

    C library(MSDN software)

    Hi friends
    Do u know any where that i can download MSDN software? i nead to use C library in my programs.
    Thanks
    See more | Go to post

  • appy
    started a topic Acherman function
    in C

    Acherman function

    hi every one
    Do u know anything about ackerman function,and how can i write programme in C that determine this function
    Thanks
    See more | Go to post

  • appy
    started a topic write data in file
    in C

    write data in file

    hi everyone
    please answer me!
    i want to write some data which have format char*,int in FILE in C environment !
    is this syntasx true?
    if no,please give me the true syntax for this aim.

    FILE *fp;
    char *name;
    int number;
    fprintf(fp,"%s% d",name,number) ;


    thanks
    appy
    See more | Go to post

  • appy
    started a topic write data in file
    in C

    write data in file

    hi everyone
    please answer me!
    i want to write some data which have format char*,int in FILE in C environment !
    is this syntasx true?
    if no,please give me the true syntax for this aim.

    FILE *fp;
    char *name;
    int number;
    fprintf(fp,"%s% d",name,number) ;


    thanks
    appy
    See more | Go to post

  • appy
    started a topic link list
    in C

    link list

    hi everyone,please help me!
    how i can add node to link list or delete one from that?please tell me appropriate syntax for that in C programming language.
    thanks
    appy
    See more | Go to post

  • appy
    started a topic link list
    in C

    link list

    hi everyone,please help me!
    how i can add node to link list or delete one from that?please tell me appropriate syntax for that in C programming language.
    thanks
    appy
    See more | Go to post

  • appy
    started a topic MSDN software
    in C

    MSDN software

    hi everyone
    would u please give me some information about MSDN software?or even tell me in which site can i find information about that?
    thanks
    See more | Go to post

  • appy
    replied to date programme
    in C
    thanks alot for ur guidance
    yea, u,r right!
    would u please tell me what function should i use?and how? or introduce me some useful site that can help me to write this programme
    thanks again
    See more | Go to post

    Leave a comment:


  • appy
    started a topic MSTL software
    in C

    MSTL software

    hi all, i want to know where( in which site) can i find MSTL software or even any imformation about that! please tell me if u know.
    Thanks
    See more | Go to post

  • appy
    started a topic date programme
    in C

    date programme

    hi everyone,
    would u please help me! i want to write programme that contain 3 files, 2 with cpp suffix (like date.cpp & testDate.cpp) and 1 with h suffix(like date.h), i want to write function prototype in date.h file and put down main function in testDate.cpp file and put down trunk of function in date.cpp file.
    i want the programme operates like this:if i put xth day of year , it gives me date of that day and on the contrary....
    See more | Go to post

  • appy
    started a topic C Time function
    in C

    C Time function

    hello everyone, i want to get some imformation abuat CTime function that help me to write "calender" programme that shows me forexample date of 134th day of the year!
    who can tell me how can i use this function?
    or any else algorithm for write that "calender" programme.
    thanks
    See more | Go to post

  • appy
    replied to program in C
    in C
    word in sent

    thanks Jos, i know strstr function but it doesn,t operate right,
    for examle if i have " noon" as my word and have "afternoon" in my sent , it suppose that my word is in the sent however "noon" is not in the sent exactly!


    regard
    appy
    See more | Go to post

    Leave a comment:


  • appy
    started a topic program in C
    in C

    program in C

    hello everyone, thanks for ur replies
    i want to write programme in C to find is one special word in the sentence or not? what statement should i use?
    ****word is an arrey and sent is a pointer.****
    See more | Go to post

  • appy
    started a topic error in C
    in C

    error in C

    hello everyone, i have a problem in C . in my program i use "strcmp" for compare word in sentance(for knowing is word in sentance or not) but i have an error:"strcmp" can not convert 1 parametr from char* to const char, i don,t understand this error,please help me!

    my structure is:

    char *sent[5],word[5];
    if(strcmp(*sent[5],word[5])==0)
    printf("the word found.");
    See more | Go to post
No activity results to display
Show More
Working...