Search:

Type: Posts; User: clkaiser

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,713

    Thank you so much. I implemented your suggestion...

    Thank you so much. I implemented your suggestion for for loops throughout the class and found two other places that I was going to be exceeding an index as well. I have also decided to implement a...
  2. Replies
    2
    Views
    1,713

    DMA help in class constructor

    I am working on a class of polynomials with complex coeficients. One of constructors for this class is



    poly::poly(unsigned int a, complex *b)
    {
    order = a;
    std::cout << "\ntestpoint4";
    ...
  3. Thanks a million

    Thank you for the help. I didn't realize that after using the new command, the memory needs to be addressed as a regular variable. I was trying to continue to use a pointer apperantly without the...
  4. Dynamic Memory Allocation for a Class Attribute

    Hi,

    I am fairly new to c++/oop but not to programming. In my current project, I have already written a class for complex numbers wich works reliably. I am now trying to write a class for complex...
Results 1 to 4 of 4