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

Search:

Type: Posts; User: N@R!MAN

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    6,535

    Problem With deleting Node in Trees

    I have Problems with deleting node in trees!my first problem is I don't understand the algorithm of deleting a node with two child!:confused: I write some kind of code that delete a node with two...
  2. Replies
    4
    Views
    1,612

    Re: Problem With read Function

    I used o.flush() after writing process and mu problem is solved now!!! it was not read function problem!
    tnx
  3. Replies
    4
    Views
    1,612

    Re: Problem With read Function

    of Course!
    after I read information from file :


    if(stu.getNum() != 0 )
    {
    cout << "Name : " << stu.getName() << endl;
    }
  4. Replies
    4
    Views
    1,612

    Problem With read Function

    Here is My Code:



    #include <iostream>
    #include <iomanip>
    #include <string>
    #include <fstream>
    #include <cstdlib>
    using namespace std;
  5. Replies
    2
    Views
    1,229

    Problem With Exception Specifications

    I'm Learning Exception Handling And now I Have a problem with Exception Specifications!



    Right? But look at my code :


    // Test.cpp : Defines the entry point for the console application.
    //
  6. Replies
    3
    Views
    1,672

    Re: operator overloading issues!

    tnx, I get it!:thumb:
  7. Replies
    3
    Views
    1,672

    operator overloading issues!

    hey guys
    I wrote a simple Complex Class and overload input/output and +/- Operators in it!But there is something that doesn't work correctly!I can print an object of that class but I can't print sum...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured