Search:

Type: Posts; User: llynx

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: input mail

    by llynx
    Replies
    1
    Views
    1,009

    input mail

    i have function test input mail, but when i have run it, error happen thats Assertion, can you help me, fix it, i dont know fix where.thanks

    //CheckerMail.h"
    #include"string"
    using namespace...
  2. Replies
    11
    Views
    1,144

    i have add function check(). you can clear it, in...

    i have add function check(). you can clear it, in -1^1=1. thanks tabstop

    #include <iostream>
    using namespace std;

    double gt(double d){
    if(d==1||d==0)return 1;
    return d*gt(d-1);
    }
    //
  3. Replies
    11
    Views
    1,144

    i didn't know u use compler what, but i use...

    i didn't know u use compler what, but i use visual C++, it still good run, but err result:(
    i demo 10, realy as 100 .

    but -1^1=-1 yes right, i need it, but result error why ? in where ?
  4. Replies
    11
    Views
    1,144

    when i run result still error, if i =0; you help...

    when i run result still error, if i =0; you help me? thanks

    #include <iostream>
    using namespace std;

    double gt(double d){
    if(d==1||d==0)return 1;
    return d*gt(d-1);
    }
    //
  5. Replies
    11
    Views
    1,144

    thanks 2 you. but i dont use -x, and -x^3/6, not...

    thanks 2 you. but i dont use -x, and -x^3/6, not x^3/6.<---i dont understand
  6. Replies
    11
    Views
    1,144

    it have run, but result error, can you help me ?...

    it have run, but result error, can you help me ? void ? main<--
  7. Replies
    11
    Views
    1,144

    problem function Sin()

    i have wrote function Sin(), didn'd use math in libary, but when it run the result error, can you help me? fix it thanks very much.
    sin(x)=Tn((-1)^k )*(x^2k+1)/(2k+1)!


    #include <iostream>...
  8. Replies
    10
    Views
    1,172

    its operator *, multiplication, it have run, but...

    its operator *, multiplication, it have run, but errror logic, i dont know, it err where.


    BigInt BigInt::operator *(BigInt &num){
    //int _Mul;
    int _y=0;
    int carry=0,count=0;
    BigInt...
  9. Replies
    10
    Views
    1,172

    i like it simple, i have do function Subtraction....

    i like it simple, i have do function Subtraction.
    but now i have problem operator *. can you help me?
  10. Replies
    10
    Views
    1,172

    I have one operator *, it have run, but error...

    I have one operator *, it have run, but error logic, after input 2 BigInt, can u help me, instructor for me. thanks

    #include "BigInt.h"
    #include "iostream"
    #include "string"
    using namespace...
  11. Replies
    10
    Views
    1,172

    thanks for you

    thanks for you
  12. Replies
    10
    Views
    1,172

    thanks but, i cann't performace operator - with...

    thanks but, i cann't performace operator - with down up if input number after > input number before
  13. Replies
    10
    Views
    1,172

    i have operator - error

    i have practice CBigInt, but it dont run in operator -, when it down - up, can you help me? thanks .

    #include "BigInt.h"
    #include "iostream"
    #include "string"
    using namespace std;...
  14. Thread: problem operator

    by llynx
    Replies
    15
    Views
    1,688

    thanks Sebastiani &laserlight very much

    thanks Sebastiani &laserlight very much
  15. Thread: problem operator

    by llynx
    Replies
    15
    Views
    1,688

    why dont you help me? :(

    why dont you help me? :(
  16. Thread: problem operator

    by llynx
    Replies
    15
    Views
    1,688

    this is void main() #include"MyIntArray.h"...

    this is void main()

    #include"MyIntArray.h"
    #include"iostream"
    using namespace std;
    void main(){

    MyIntArray IArr(5); // allocate array of 5 integers
    for (int i=0; i<5 ;i++)
    cin >>...
  17. Thread: problem operator

    by llynx
    Replies
    15
    Views
    1,688

    thanks Sebastiani, after i fix it, but the output...

    thanks Sebastiani, after i fix it, but the output is address after sort();
    you can help me ? thanks very much.

    #include"MyIntArray.h"
    #include"iostream"
    #include "string"
    int N=10;
    //using...
  18. Thread: problem operator

    by llynx
    Replies
    15
    Views
    1,688

    i have constructor, how do you understand about...

    i have constructor, how do you understand about it?

    MyIntArray::MyIntArray(int N){ // allocate array of N integers
    len=N;
    ptr=new int[len];
    }
    but when i run it, the output address, after...
  19. Thread: problem operator

    by llynx
    Replies
    15
    Views
    1,688

    thanks laserlight , but i think, i have one swap...

    thanks laserlight , but i think, i have one swap is true.?
  20. Thread: problem operator

    by llynx
    Replies
    15
    Views
    1,688

    you can fix it help u? thanks Sebastiani's...

    you can fix it help u? thanks

    Sebastiani's point is that the object that you are copying from already knows the size of its array segment that is in use. If you were storing a null terminated...
  21. Thread: problem operator

    by llynx
    Replies
    15
    Views
    1,688

    thaks Sebastiani Just use the 'len' member of...

    thaks Sebastiani

    Just use the 'len' member of 'A' to get the new size (don't forget to delete the old data, either).?

    i still vague.
    Sebastiani , can talk detail it ? or give example. thanks
  22. Thread: problem operator

    by llynx
    Replies
    15
    Views
    1,688

    problem operator

    i have one problem, function sort and dynamic array , program dont run, error, can you help me, find error and fix it. :( thanks very much.

    class MyIntArray{
    public:
    MyIntArray(int N); ...
  23. Replies
    16
    Views
    1,855

    Thanks for you.

    Thanks for you.
  24. Replies
    16
    Views
    1,855

    beacause this first time i used function destroy,...

    beacause this first time i used function destroy, i still dont understand it. :(
  25. Replies
    16
    Views
    1,855

    but when i used destroy i can used it in function...

    but when i used destroy i can used it in function main()?
Results 1 to 25 of 41
Page 1 of 2 1 2