From: "SufMan" Newsgroups: comp.os.msdos.djgpp Subject: newbie question.. Date: Sat, 29 May 1999 12:04:16 +0200 Organization: News Service (http://www.news-service.com/) Lines: 19 Message-ID: <7iof05$l1m$1@news.news-service.com> NNTP-Posting-Host: 195.114.242.84 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Does someone know how it is possible to make somthing like input independent? Like i do not exactly know how much chars there are gonna be.. Like class offscreenbuffer { char buffer; void makebuffer(int x, int y) { /*then here should be some code to make a offscreen buffer that doesnt matter how big it is /* } } Sorry for my bad english.. Thanx already for ur attention