Search:

Type: Posts; User: DeadlyWarrior

Search: Search took 0.01 seconds.

  1. Replies
    35
    Views
    8,247

    Check this

    Assalam-O-Alaikum.


    struct Edge
    {
    CString Linked_MAC;
    int Weight;

    Edge *Next;
  2. Replies
    3
    Views
    958

    [QUOTE=laserlight;912473]*Moved to new thread* ...

    [QUOTE=laserlight;912473]*Moved to new thread*


    I Have these two structs in one class may be this would help you in understanding the problem


    struct Edge
    {
    CString Linked_MAC;
    int ...
  3. Replies
    3
    Views
    958

    deleting 2D LinkList completely

    Isthere any problem int the code (for deleting 2D LinkList completely) given below?



    void CDataStructure::Destroy(void)
    {
    Node *traverseN = new Node();
    Node *tempN = new Node();...
  4. Replies
    3
    Views
    1,041

    An array element can also be passed by storing...

    An array element can also be passed by storing that particular element located at that index into the varaiable of same data type as array have and then pass that variable as argument.

    int...
  5. Replies
    7
    Views
    12,628

    Plz tell me a good website to learn about graphs...

    Plz tell me a good website to learn about graphs in C++ completely.
Results 1 to 5 of 5