Search:

Type: Posts; User: zamzamation

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,435

    thx alot on the replies this is the last thing i...

    thx alot on the replies
    this is the last thing i did and it doesn't show any errors anymore but i don't know is this even correct or not -_-" "new to programming"


    protected:
    char w;
    int...
  2. Replies
    3
    Views
    1,435

    2D vectors array.......

    Hello everyone,
    I need to make a constructor that initialize a 2d vector array by zeros or nulls......
    how can i do that ._.
    tried nested loops like in 2d arrays but failed
    should i use...
  3. oh about the print_Poly(test)---> I know that i...

    oh about the print_Poly(test)---> I know that
    i just forgot that the value of test has changed already LOL
    seriously thx alot :)
    woow i don't know how did i forget that the value changed already...
  4. wait a sec do u mean the print function prints...

    wait a sec do u mean the print function prints test itself not the Poly returned by the function? 0_0
  5. ok am new to programming still a student xD this...

    ok am new to programming still a student xD
    this is the full code till now


    #include<iostream>
    using namespace std;

    class Poly
    {
    friend void print_Poly(Poly r);//prints poly
  6. overloading operators..........subtraction problem

    hello everyone :)
    I'm making a class that has the subtraction operator overloaded
    i subtract the 2 values in 2 diff arrays and put them in a new array
    the problem now is it doesn't subtract the 2...
Results 1 to 6 of 6