Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mikmaC

    problems making a constructor

    Hi, Thanks for your precious help. I did some progresses and I made the following code. In next example I declared variables type char with a pointer. It works fine. Now, I'm not sure if I'm doing the right way because I'm using pointers for copying constructors. I need your opinion about...
  2. mikmaC

    problems making a constructor

    About post above by uolj : "In the copy constructor and copy assignment operator. Declare them as private or..." If I understood about last posts, we can't assignment an operator if that operator is private in a class? If not, could you tell me how I can resolve this problem. Although...
  3. mikmaC

    problems making a constructor

    could you show a example how I could make a Allocate memory with new and deallocate it with delete[]. thanks for your help.
  4. mikmaC

    problems making a constructor

    Hi, I am relatively new at c++. I am writing a code with constructors and i'm with some problems in this part. I'm using Microsoft Visual c++ 2008. Next code compiles right, but there is problems with execution. I think it is because i'm not working right with constructors and the strcpy...

Part and Inventory Search

Back
Top