Google Community
Latest Forums Rules Resources
Custom Search

Go Back   Google Community > The Community > Chit Chat

GoogleCommunity Sponsor

Reply
 
LinkBack Thread Tools Display Modes
Old 01-14-2009, 04:57 AM   #1 (permalink)
Googler
 
Join Date: Dec 2008
Posts: 67
Thanks: 0
Thanked 0 Times in 0 Posts
wolfyy1 is on a distinguished road
Computer Programming

#include<iostream.h>
void drawbar(int, char );
void drawbox(int, char );
int main()
{
drawbox(4,'%');
return (0);
}
void drawbar(int length, char mark)
{
for(int i = 0; i < length; i++)
cout<<mark;
cout<<endl;
}
//------------------------------
void drawbox(int length, char mark)
{
for (int y = 0; y < length; y++)
{
drawbar(length, mark);
}
}
wolfyy1 is offline   Reply With Quote
 
Sponsored Links
Old 01-15-2009, 12:24 PM   #2 (permalink)
Noogle
 
Tarık1989's Avatar
 
Join Date: Dec 2008
Location: Turkey/İstanbul
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Tarık1989 is on a distinguished road
Send a message via MSN to Tarık1989
What is this?
Tarık1989 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Similar Threads
Thread Thread Starter Forum Replies Last Post
Computer Programming- Guess Game wolfyy1 Chit Chat 2 12-16-2008 07:40 AM
HELP! with Java Programming tenzuu Web Design, Coding & Programming Forum 0 10-19-2007 08:29 PM
Game Programming JoeSSJ4 General Discussion 8 04-30-2005 11:07 AM
Pocket pc programming help!!! Paul123 General Computer Forum 0 01-22-2005 10:57 AM


All times are GMT -8. The time now is 07:35 AM.


Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004–2007 Google Community