From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18692 invoked by alias); 1 Sep 2004 13:12:19 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 18657 invoked from network); 1 Sep 2004 13:12:15 -0000 Received: from unknown (HELO psmtp.com) (12.158.35.213) by sourceware.org with SMTP; 1 Sep 2004 13:12:15 -0000 Received: from source ([192.150.22.7]) by exprod6ob3.obsmtp.com ([12.158.35.250]) with SMTP; Wed, 01 Sep 2004 06:12:11 PDT Received: from inner-relay-1.corp.adobe.com (inner-relay-1 [153.32.1.51]) by smtp-relay-7.sea.adobe.com (8.12.10/8.12.10) with ESMTP id i81DCBNf014282; Wed, 1 Sep 2004 06:12:11 -0700 (PDT) Received: from iplan-mn (iplan-mn.corp.adobe.com [130.248.25.5]) by inner-relay-1.corp.adobe.com (8.12.9/8.12.9) with ESMTP id i81DCATk027988; Wed, 1 Sep 2004 06:12:10 -0700 (PDT) Received: from [130.248.25.143] (b-25-143.corp.adobe.com [130.248.25.143]) by iplan-mn.corp.adobe.com (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I3D00GY560A8H@iplan-mn.corp.adobe.com>; Wed, 01 Sep 2004 08:12:10 -0500 (CDT) Date: Wed, 01 Sep 2004 13:12:00 -0000 From: John Love-Jensen Subject: Re: Is it possible for int* to have an odd value? In-reply-to: To: learning c++ , gcc-help@gcc.gnu.org Message-id: MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT User-Agent: Microsoft-Entourage/10.0.0.1331 X-SW-Source: 2004-09/txt/msg00005.txt.bz2 Hi Learning C++, > What on your system, are the restrictions on the pointer types char* int* > and void* ? for example, may an int* have an odd value? Hint: alignment. That looks an suspiciously like a homework question. This forum is not the appropriate forum for homework questions. Please speak with your professor or teacher's assistant. Sincerely, --Eljay