Search:

Type: Posts; User: darklord1984

Search: Search took 0.00 seconds.

  1. Thanks Salem, that helped. The use of a copy...

    Thanks Salem, that helped. The use of a copy constructor solved my problem.
  2. Hey Salem, looks like you cleared my doubt....

    Hey Salem, looks like you cleared my doubt. Thanks a lot. Now that I know what the problem is, is there any way to get around it?
  3. Hello tomcant. The program I attached is for...

    Hello tomcant. The program I attached is for demonstration purposes only. The actual function is different. I just wanted to find out where I was going wrong.
  4. Hey, thanks for the code. The code I submitted...

    Hey, thanks for the code. The code I submitted was actually part of a bigger problem.

    Supposing I include a friend function which returns a value of type MATRIX in the class definition, I seem to...
  5. Deallocating Memory allocated to a pointer to a pointer

    Hello. Please help me out with the following code...



    class MATRIX
    {
    private:
    float **x;
    int m,n;
    public:
  6. Replies
    9
    Views
    34,083

    Hey, I got the solution. I guess I had to enter...

    Hey, I got the solution. I guess I had to enter the path in the linker options. Thanks Salem.
  7. Replies
    9
    Views
    34,083

    Is this problem occuring because of my operating...

    Is this problem occuring because of my operating system? Does the program run correctly on any other PCs with Windows XP?
  8. Replies
    9
    Views
    34,083

    Linker Error: Undefined symbol _restorecrtmode in...

    Linker Error: Undefined symbol _restorecrtmode in module NONAME00.CPP
    Linker Error: Undefined symbol _closegraph in module NONAME00.CPP
    Linker Error: Undefined symbol _getmaxx in module...
  9. Replies
    9
    Views
    34,083

    Problem with BGI graphics: Linker Error

    Hey. I had just started work on a certain BGI graphics mini project, when I discovered a totally new problem. Whenever I try to compile the program below, it gets compiled with no errors and no...
Results 1 to 9 of 9