Search:

Type: Posts; User: liveplay23

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    4,495

    guys this is running but i need to give the value...

    guys this is running but i need to give the value for the count.which i dont want to happen.Plzzzzzzzzzzzz look at it


    #include <iostream>
    #include<cmath>
    using namespace std;
    int zahl(...
  2. Replies
    17
    Views
    4,495

    thanks for ur patience std10093&matticus.atleast...

    thanks for ur patience std10093&matticus.atleast its started nw.I will post the complete solution in some time.Thank you guys u guys are awesome.
  3. Replies
    17
    Views
    4,495

    guys thanks.but it s crashing now.either way x[]...

    guys thanks.but it s crashing now.either way x[] or *x


    #include <iostream>
    using namespace std;
    int zahl( double , double x[], double );
    int main (void)
    {

    int ncount;
  4. Replies
    17
    Views
    4,495

    do u mean double * new epsilon; is that do with...

    do u mean double * new epsilon; is that do with pointers.then can i do newepsilon calculations.i have studied earlier that pointer holds the address of the pointing variable.so will it hold the...
  5. Replies
    17
    Views
    4,495

    plz check out the edit.i hope i did the...

    plz check out the edit.i hope i did the indentation for better reading.ya the whole question was not to define the length of the array at first .user inputs the value for the square root and...
  6. Replies
    17
    Views
    4,495

    thanks alot matticus.could u please look at this...

    thanks alot matticus.could u please look at this error


    #include <iostream>
    using namespace std;
    double count( double , double, double );
    int main (void)
    {
    //int n,i;
    int...
  7. Replies
    17
    Views
    4,495

    yes i will try to do it.i have following errors...

    yes i will try to do it.i have following errors
    recently i edited my code as


    #include <iostream>
    using namespace std;
    double epsilon( double , double, double );
    int main (void)
    {
    ...
  8. Replies
    17
    Views
    4,495

    i corrected it,but still having troubles. ...

    i corrected it,but still having troubles.


    #include <iostream>
    using namespace std;
    double epsilon( double , double, double );
    int main (void)
    {
    //int n,i;
    int ncount,count;
  9. Replies
    17
    Views
    4,495

    return value for protype

    i was writing a programm to find the square root of a number.first i thought to find how many iteration it goes.I got stuck int he middle please help me out.Here is my code.Where did i go wrong

    ...
Results 1 to 9 of 9