CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Help plsss

  1. #1
    Join Date
    Oct 2006
    Posts
    15

    Unhappy Help plsss

    i want to write a recursive function that draws this triangle. Any help?

    *
    ***
    *****
    ***
    *

  2. #2
    Join Date
    Aug 2000
    Location
    New York, NY, USA
    Posts
    5,656

    Re: Help plsss

    Quote Originally Posted by pikkas
    Any help?
    With what? What have you got so far?
    Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
    Convenience and productivity tools for Microsoft Visual Studio:
    FeinWindows - replacement windows manager for Visual Studio, and more...

  3. #3
    Join Date
    Aug 2005
    Posts
    478

    Re: Help plsss

    Code:
    print stars
    recurse stars + 1
    print stars
    Do you understand:

    - What I have written?
    - That you are whining?
    - That you made no effort whatsoever?
    Windows XP, Visual Studio 2008, SVN

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured