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
User Profile
Collapse
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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.... -
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 -
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
appyLeave a comment:
-
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.**** -
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.");
No activity results to display
Show More
Leave a comment: