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

Search:

Type: Posts; User: GaganW18

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,034

    help with permute function...

    OK I believe I may have understood the assignment wrong.

    It turns out that I may not need to IMPLEMENT the two functions:
    void string::insert
    &
    void string::erase
    I think I am suppose to use...
  2. Replies
    1
    Views
    1,034

    permute two strings and print out correctly

    I have figured out the "permutation" for one part and I need help with "recursion" part.

    Here are the conditions for my functions:

    1) the stopping case of the function occurs when the length of...
  3. Replies
    6
    Views
    2,818

    permute two strings using recursion? (insert & erase)

    Anyone know how I can permute two strings using recursion functions: insert & erase).
  4. Replies
    6
    Views
    2,818

    permute two strings using recursion? help!!!

    I have figured out the "permutation" for one part and I need help with "printing" part.

    Here are the conditions for my functions:

    1) the stopping case of the function occurs when the length of...
  5. Replies
    6
    Views
    2,818

    Re: Recursive Functions

    Recursive Thinking

    --------------------------------------------------------------------------------

    Hello All.. Thanks for the Admins and all of your help on this website!

    I am trying to...
  6. Replies
    6
    Views
    2,818

    Recursive Functions

    Hi Guys...

    I am trying to write a recursive function that has two inputs, first and second, which both are strings(from ). The function should print all rearrangements of letters in first,...
  7. Replies
    15
    Views
    5,153

    class or namespace error..need compiling help!!

    Why do I get an error: "statistician is not a class or namespace name?"

    What do I need to use for assert?

    Why is their a syntax error for operator + () ??

    Code:
    stats.h file
  8. Replies
    15
    Views
    5,153

    Re: Help w/ c++ assignment...

    Hi All.. I need help.

    Below is the stats.cpp file for which I am getting errors. I mainly am having problems with operator +, *, ==. I have also pasted the errors. Please help me, I am confused!...
  9. Replies
    15
    Views
    5,153

    Re: Help w/ .cpp...

    Below are some functions, I havent tested out all parts of my .cpp file yet but I am getting ready to do so.

    I also have question about bool operator ==. The requirement is:
    -The return value is...
  10. Replies
    15
    Views
    5,153

    c++ .h, .cpp question

    Hi all.. I have recently started a c++ class and I need some of your help with...

    Ive understood all thats required but below is the basic header file for which I will have to create an...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured