Forum: C Sep 10th, 2009 |
| Replies: 2 Views: 617 i think u must reinstall with the setup..
if the same problem comes then that might me corrupted.so then try to install with the new setup. |
Forum: C Sep 10th, 2009 |
| Replies: 20 Views: 954 it is used to compare the string letter by letter..if they are same then it return the value zero otherwise the difference in the ascii values in the first letter of the two string which are... |
Forum: C Jan 23rd, 2009 |
| Replies: 5 Views: 801 Use code tags to post your code.
instead of including myfile.h you must include myfile.c |
Forum: C++ Jan 21st, 2009 |
| Replies: 11 Views: 529 Some of your header files are missing .h extensions |
Forum: C Jan 21st, 2009 |
| Replies: 14 Views: 1,244 If the above method is not working then you must go for closing and reopening of the file when it gets updated |
Forum: C Dec 26th, 2008 |
| Replies: 7 Views: 549 There are three main errors:
1.
this cannot convert void into char therefore the modified one is
(**array_of_strings) = realloc((*array_of_strings), loc_nr_of_strings * sizeof(char*));
... |
Forum: C Dec 24th, 2008 |
| Replies: 5 Views: 509 yaa you need to find the specific words such as "a" and "simple" so that in between you need to insert the word "very". |
Forum: C Dec 22nd, 2008 |
| Replies: 5 Views: 509 strstr is used to find the occurece of first string into the another string which is already defined in the library function.
if "very" is not there in your string you can simply insert in place... |
Forum: C Nov 2nd, 2008 |
| Replies: 4 Views: 1,387 i dont think that only part is creating the problem.....it has one more problem including the above stated:
Max Value of Sine function is 1
It is due the the answer is less than zero and you are... |