From: "Gus" Newsgroups: comp.os.msdos.djgpp Subject: size_t Date: Thu, 14 Jan 1999 15:40:54 -0500 Lines: 14 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 NNTP-Posting-Host: 208.235.93.87 X-NNTP-Posting-Host: 208.235.93.87 Message-ID: <369ece56.0@news1.jps.net> X-Trace: 14 Jan 1999 21:12:54 -0800, 208.235.93.87 X-NNTP-Posting-Host: 209.63.224.240 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com could someone please explain to me how size_t works please? its declared as a unsigned int in the header and its stated to be the type that is returned by the sizeof() operator . ie. when you decalre a variable to be of type int at compile time it sets aside 2 bytes for the integer to be stored . What happens when you declare a variable or function to be of type size_t ?? I cant seem to find any info about this type not even in my programming books . thnks in advance .