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

Threaded View

  1. #1
    Join Date
    Oct 2009
    Posts
    38

    Bar Charts in C++?

    Can somebody help me with making a bar chart in C++ ?

    I have to make a bar chart where each * represents 100. It should display like this after the user has inputted the cin for store sales.

    Store 1: *******
    Store 2: *******
    Store 3: *******
    Store 4: *******
    Store 5: *******
    Last edited by Sabensohn70; November 22nd, 2009 at 07:34 PM.

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