www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1999/05/07/11:50:27

From: GiovanniB <s206756 AT studenti DOT ing DOT unipi DOT it>
Newsgroups: comp.os.msdos.djgpp
Subject: Using pointers
Date: Fri, 7 May 1999 09:14:42 +0200
Organization: Universita' di Pisa
Lines: 11
Message-ID: <Pine.BSF.3.96.990507090735.15546B-100000@studenti.ing.unipi.it>
NNTP-Posting-Host: studenti.ing.unipi.it
Mime-Version: 1.0
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

   When I declare a pointer (i.e. int* myptr) it's possible to use it in
this way :
	for(int i = 0; i < n; i++)
	{
		myptr[i] = somenumber;
	}
where n is a number big than biggest int ?

  Thanks for help.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019