CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: depecheSoul

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    5,287

    Need help with merge sort algorithm

    Hello.

    I am trying to code a merge sort algoritm, using my knowledge of C++. I have made some code but it is not working. It is giving some random results.

    Can you please look at my code and...
  2. Replies
    6
    Views
    12,320

    Re: Using constructor in constructor

    Thank you
  3. Replies
    6
    Views
    12,320

    Re: Using constructor in constructor

    glavna is mainClass i forgot to translate it, when I copy/paste code in the forum Sorry.



    class mainClass
    {
    private:
    int x,y;
    public:
  4. Replies
    6
    Views
    12,320

    Using constructor in constructor

    Hello. I am trying to use constructor within constructor in the same class. Is that possible. I have tried something and it shows me a error message:

    error: type ‘mainClass’ is not a direct...
  5. Re: How to delete all values in the linked list

    Lindley thank you very much.
  6. How to delete all values in the linked list

    Hello.

    I have made this program for linked list, but i have one problem with it. I want to make a function that will delete all same values I inuput in the list.

    Example: if user inputs 5 I...
  7. Replies
    3
    Views
    3,815

    What is factory method ???

    Hello. Today I have heard a new tearm in C++ programing,and I do not understand it very well, so I was hoping that someone can give me a example and short explanation of factory method.

    Links also...
  8. Replies
    1
    Views
    7,380

    Please help with displaying 2D array

    I got assigment at my school to display 2D array like this:

    This is default array:
    1 2 3 4
    5 6 7 8
    9 10 11 12
    13 14 15 16

    Now I have to print the default array like this:
  9. Replies
    5
    Views
    1,223

    Re: Problem with composition

    Thank you very much it worked with double ()
  10. Replies
    5
    Views
    1,223

    Problem with composition

    Hello. I have made this program for practice reasons but I dont know what i have done wrong can you please tell me.
    I always get the same mistake: dinamicka_alokacija_memorije.cxx:25:12: error:...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured