Search:

Type: Posts; User: Mehdi

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    899

    Template + Multifile

    Hi friends
    I wrote some program with structue like this :
    but it does'nt work , and I don't know why
    please help me , Thank you

    main.cpp


    #include "Unit10.h"
    #include <conio.h>
  2. Replies
    11
    Views
    2,764

    I'll appreciated if a little explain...

    I'll appreciated if a little explain numeric_limits<>::max()
    anyway , it was helpful ,thx
  3. Replies
    11
    Views
    2,764

    Istream cin vs. cin.get

    Hi :)


    char str1[30];
    char str2[30] ;
    cin >> str1 ;
    //cout.flush();
    cin.get(str2,30);

    Why the cin.get() doesn't work ?
  4. Replies
    4
    Views
    1,811

    yes,I can't change rObj value after...

    yes,I can't change rObj value after initialization

    thanks
  5. Replies
    4
    Views
    1,811

    destroyed reference variable

    assume tst is name of the class
    after delete ptr how i can destroyed rObj ?
    thanks



    tst *ptr = new tst() ;
    tst &rObj = *ptr;
    delete ptr ;
Results 1 to 5 of 5