Thread: C program to draw a pyramid

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User MacNilly's Avatar
    Join Date
    Oct 2005
    Location
    CA, USA
    Posts
    466
    Do you mean to draw a triangle? A pyramid is a 3D structure, and cannot faithfully be rendered using this technique.

    You want to render something like this?

    Code:
                 #
                #.#
               #...#
              #.....#
             #.......#
            ###########
    Last edited by MacNilly; 05-20-2017 at 12:01 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. [ c++] Pyramid Shape By me
    By Ibraheem Salem in forum C++ Programming
    Replies: 0
    Last Post: 12-18-2012, 06:46 PM
  2. Draw Program Not Working
    By Benji Wiebe in forum Windows Programming
    Replies: 2
    Last Post: 06-11-2011, 08:15 PM
  3. how make this all pyramid in c++ 4.5
    By shah18 in forum C Programming
    Replies: 5
    Last Post: 10-04-2010, 11:34 AM

Tags for this Thread