Search:

Type: Posts; User: manasij7479

Search: Search took 0.03 seconds.

  1. Code blocks got an upgrade yesterday ! I think...

    Code blocks got an upgrade yesterday !
    I think it enables c++11 by default .
    (And uses the system default compiler anyway....)
  2. #include

    #include<memory>
  3. That's somewhat extreme!

    That's somewhat extreme!
  4. Yes, as long you don't delete it. If that is not...

    Yes, as long you don't delete it.
    If that is not what you intend, either don't use pointers or use a smart pointer, as said by the others.


    Yes.
  5. You have to allocate memory for the object. ...

    You have to allocate memory for the object.


    b=new a();
Results 1 to 5 of 5