CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: aynsar

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    4,757

    Re: help C++ code

    Hi!
    thank you so much! yes trying to code one method at a time has showed me where exactly the program got stuck, actually invoking the constructor and how i implemented them was the major problem ....
  2. Replies
    4
    Views
    4,757

    Re: help C++ code

    thanks a lot! i sure will use the code tags next time :)
  3. Replies
    4
    Views
    4,757

    [RESOLVED] help C++ code

    consider the following specification file that simulates the string class library "string.h":
    //i named it aa.h
    #include<iostream>
    #include<cstring>
    using namespace std;

    const int SIZE=100;...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured