Search:

Type: Posts; User: almawajdeh

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,747

    Delete keyword and Destructor problem

    Hi..
    I have misunderstanding with delete keyword, specially with data structures programming, in the following code, does i have to delete the dynamic prt, or it will destruct automatically, ...
  2. Replies
    5
    Views
    1,320

    yes,it's similar to my problem,but i used a...

    yes,it's similar to my problem,but i used a simple List (just a dynamic array),
    I think my problem with Work() member function,at the end of work() function the destructor is called,
    I don't know...
  3. Replies
    5
    Views
    1,320

    please, can you suggest a constructor so that...

    please, can you suggest a constructor so that make it work?
  4. Replies
    5
    Views
    1,320

    Destructor Problem

    Hi everyone
    I have been doing a program about computing the remaining cost in some Store,
    in accounting called ending inventory, and it is a homework from my instructor to use the Stack,List and...
  5. Replies
    6
    Views
    1,020

    So, what is the solution? I didn't understand...

    So, what is the solution?
    I didn't understand what laserlight meant
    and thanks iMalc for the note

    But, Do we have to delete the static pointers or the deletion for Dynamic pointers only?
  6. Replies
    6
    Views
    1,020

    The trouble is where can i type delete ptr after...

    The trouble is where can i type delete ptr
    after return t11 or before it??
    I think the both cases are wrong, I tried in the second case but the program hung maybe because it delete the ptr then...
  7. Replies
    6
    Views
    1,020

    Question about delete pointer

    Hi everyone..
    How can i delete a pointer in a member function which return that pointer
    for example:


    Node<T>* Rpointer(T item)
    {
    Node<T> *t11;
    t11=head;
    while( t11 != NULL && t11->data...
  8. Replies
    7
    Views
    2,351

    yes DaveH , it's work I brought another way...

    yes DaveH , it's work
    I brought another way which is " Panel" it is like" GroupBox "
    Thank you
  9. Replies
    7
    Views
    2,351

    yes Elysia, I work with VS2008 "Windows Forms...

    yes Elysia, I work with VS2008 "Windows Forms Application",
    and Thank you Niara
  10. Replies
    7
    Views
    2,351

    VS2008"Windows forms application"

    How do i make two groups of radioButton in the same form?
    VC++
  11. Replies
    7
    Views
    1,607

    I didn't pay attention , i am new here yes, i...

    I didn't pay attention , i am new here
    yes, i use VC++ 6 ,
    but that code work properly ,the output for 8 is 64 .....and so on
  12. Thread: radioButton

    by almawajdeh
    Replies
    1
    Views
    895

    radioButton

    How i can make two groups of radioButton in same form(one form)??
  13. Replies
    7
    Views
    1,607

    I take your code and test it in C++6 it work...

    I take your code and test it in C++6
    it work properly...
    I think that you have a problem with your compiler....
  14. Replies
    0
    Views
    1,443

    Accounting Program

    What is the better for using C++(ADO.Net) or Oracle to make an Accounting Program??
Results 1 to 14 of 14