cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Equilateral Triangle
Equilateral Triangle
Feb 22, 2013 at 5:50pm UTC
imnotprogrammer
(16)
how can i print an equilateral triangle with asterisks . can anyone post the code here?
Last edited on
Feb 22, 2013 at 5:55pm UTC
Feb 22, 2013 at 6:44pm UTC
ne555
(10692)
std::cout <<
"an equilateral triangle with asterisk"
;
Check out a graphic library (not `graphic.h')
Feb 23, 2013 at 6:58am UTC
imnotprogrammer
(16)
i didn't get it...
Feb 23, 2013 at 7:31am UTC
sam806
(5)
http://www.studystreet.com/c-program-print-equilateral-triangle/
You should try yourself first..
Topic archived. No new replies allowed.