MESSAGE
DATE | 2016-03-06 |
FROM | Asia Suarez
|
SUBJECT | Re: [Hangout-NYLXS] Announcement: Workshop Organizational Meeting
|
From hangout-bounces-at-nylxs.com Sun Mar 6 23:19:11 2016 Return-Path: X-Original-To: archive-at-mrbrklyn.com Delivered-To: archive-at-mrbrklyn.com Received: from www.mrbrklyn.com (www.mrbrklyn.com [96.57.23.82]) by mrbrklyn.com (Postfix) with ESMTP id 3FFD51616DA; Sun, 6 Mar 2016 23:19:11 -0500 (EST) X-Original-To: hangout-at-nylxs.com Delivered-To: hangout-at-nylxs.com Received: from mail-yk0-f173.google.com (mail-yk0-f173.google.com [209.85.160.173]) by mrbrklyn.com (Postfix) with ESMTP id 8CD1F1616C5 for ; Sun, 6 Mar 2016 23:19:08 -0500 (EST) Received: by mail-yk0-f173.google.com with SMTP id z7so5943161yka.0 for ; Sun, 06 Mar 2016 20:19:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nyu-edu.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=PuT2w+CJYv4EGiD2uezL+w16+a/eRyfTNbjMb56Q/Wo=; b=yLqoO5s3er9Ov52AXVAdpEZAqFIJL8SJpD6C9Yrxlp+p/HyH5vDgK3+l/4Sb0hg4es OYqgFCaV53JUoanECzDfM51O7xyDi52Z5axrgPQdfAOjp7h4AncA06uCZj8m5tDpN3Pi uWxkhqFlgN2I5H783wYE8T/qsqlSJfK3jYFoiug8hTEkhebgp9pXj8DTuQHgzS37k81v GOl2w3iOoucZn6co04hLNmGDmp4yhl5/Ygzgl4ySfJoRukn+giTUUMdoVK5cSB21F/fd u309Gr6fVyg58ty+8bVEc1cSLsBFkc1jYmENUPNNSb3FtxpUJRay92dW+dM3nXNh7uxz Ao/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=PuT2w+CJYv4EGiD2uezL+w16+a/eRyfTNbjMb56Q/Wo=; b=XNHf1MGLCSudLLDWgxOO3+fo6HewIsjeg3y/o10JCAy1AyxFyP4fyNvI8crBcXVPXn prRqZ2DQN8Mh5TrauUcgCT1UyXu1wRROQULIjXySyYJ29GSA1dhNjhHVbV6P/U0Q++1S CQO0u/60hNx78+hU9NiMGdJNElSC5kRvQ5j94YTNL44H56cFEj8Ng7LSwkbLSN1Taq4B Ct//cVp5uzaaFiuvHkH0dZh6ngQJKjK+yrH0kjcVLFhdC5FroCV7jakN7vhJgxnHNGdN xtkCv0+fi0RMvXEmQTsXNVzQvMOfSWjyHbWOfxPjZYxNts8vZHnfItbNddoPC3RWuce/ 4fog== X-Gm-Message-State: AD7BkJJRn+jqVKLDAxQWFeO99JM1/4IBxd1a1BwNkyisHbE3jZiSskdl1DpKCqw5UndpoOVl7XmIRGlC8jtoQnxY MIME-Version: 1.0 X-Received: by 10.37.47.76 with SMTP id v73mr11396592ybv.42.1457324348591; Sun, 06 Mar 2016 20:19:08 -0800 (PST) Received: by 10.37.68.86 with HTTP; Sun, 6 Mar 2016 20:19:08 -0800 (PST) In-Reply-To: <56DD0015.3040808-at-panix.com> References: <56DB9C63.7050505-at-panix.com> <56DBB62D.20402-at-panix.com> <98FBA888-C722-49AC-9AF8-628717031817-at-nyu.edu> <56DBD333.5070700-at-mrbrklyn.com> <56DD0015.3040808-at-panix.com> Date: Sun, 6 Mar 2016 23:19:08 -0500 Message-ID: From: Asia Suarez To: NYLXS Discussions List X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Subject: Re: [Hangout-NYLXS] Announcement: Workshop Organizational Meeting tomorrow 7:00PM X-BeenThere: hangout-at-nylxs.com X-Mailman-Version: 2.1.17 Precedence: list Reply-To: NYLXS Discussions List List-Id: NYLXS Discussions List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============1949770778==" Errors-To: hangout-bounces-at-nylxs.com Sender: "hangout"
--===============1949770778== Content-Type: multipart/alternative; boundary=001a1140b9c01edf88052d6dc43f
--001a1140b9c01edf88052d6dc43f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Okay consider vim-gnome and vim-gtk installed. But when I compiled asia.c I received no errors. Also, I never learned arcv argc, which I assume is written as such : int main( int argc, const char* argv[] ). Not sure the purpose of that.
On Sun, Mar 6, 2016 at 11:14 PM, Ruben Safir wrote:
> OK a few things > > ruben-at-www:~> cat asia.c > int main(int argv, char * argc ) > { > int array[4]=3D {1,2,3,4}; > unsigned int i; > for(i=3D0; i<4; i++) > { > printf("%d\t", array[i]); > } > > printf("\n"); > int* matrix =3D array +1; > for(i=3D0; i<4; i++) > { > printf("%d\t", matrix[i]); > } > return 0; > } > ruben-at-www:~> gcc asia.c > asia.c: In function =E2=80=98main=E2=80=99: > asia.c:7:3: warning: incompatible implicit declaration of built-in > function =E2=80=98printf=E2=80=99 [enabled by default] > printf("%d\t", array[i]); > ^ > asia.c:10:3: warning: incompatible implicit declaration of built-in > function =E2=80=98printf=E2=80=99 [enabled by default] > printf("\n"); > ^ > > First, don't leave out arcv argc > > and Nuh? > > What does gcc say here? > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~= ~~~~~~~~~ > _______________________________________________ > hangout mailing list > hangout-at-nylxs.com > http://www.nylxs.com/ >
--001a1140b9c01edf88052d6dc43f MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"
Okay consider? vim-gnome and vim-gtk installed.? But when I compiled asia.c I? received? no errors.? Also, I never learned? arcv argc, which I assume is written as such :? int main( int argc, const char* argv[] ). Not sure the purpose of that.?
On Sun, Mar 6, 2016 at 11:14 PM, Ruben Safir <[1]mrbrklyn-at-panix.com> wrote:
OK a few things ruben-at-www:~> cat asia.c ? int main(int argv, char * argc ) { ? ? int array[4]= {1,2,3,4}; ? ? unsigned int i; ? for(i=0; i<4; i++) ? { ? printf("%d\t", array[i]); ? } ? printf("\n"); ? int* matrix = array +1; ? for(i=0; i<4; i++) ? { ? ? printf("%d\t", matrix[i]); ? } ? return 0; } ruben-at-www:~> gcc asia.c asia.c: In function ?main?: asia.c:7:3: warning: incompatible implicit declaration of built-in function ?printf? [enabled by default] ? ? printf("%d\t", array[i]); ? ? ^ asia.c:10:3: warning: incompatible implicit declaration of built-in function ?printf? [enabled by default] ? ? printf("\n"); ? ? ^ First, don't leave out arcv argc and? Nuh? What does gcc say here? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
_______________________________________________ hangout mailing list [2]hangout-at-nylxs.com [3]http://www.nylxs.com/
References
1. mailto:mrbrklyn-at-panix.com 2. mailto:hangout-at-nylxs.com 3. http://www.nylxs.com/
--001a1140b9c01edf88052d6dc43f--
--===============1949770778== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline
_______________________________________________ hangout mailing list hangout-at-nylxs.com http://www.nylxs.com/ --===============1949770778==--
--===============1949770778== Content-Type: multipart/alternative; boundary=001a1140b9c01edf88052d6dc43f
--001a1140b9c01edf88052d6dc43f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Okay consider vim-gnome and vim-gtk installed. But when I compiled asia.c I received no errors. Also, I never learned arcv argc, which I assume is written as such : int main( int argc, const char* argv[] ). Not sure the purpose of that.
On Sun, Mar 6, 2016 at 11:14 PM, Ruben Safir wrote:
> OK a few things > > ruben-at-www:~> cat asia.c > int main(int argv, char * argc ) > { > int array[4]=3D {1,2,3,4}; > unsigned int i; > for(i=3D0; i<4; i++) > { > printf("%d\t", array[i]); > } > > printf("\n"); > int* matrix =3D array +1; > for(i=3D0; i<4; i++) > { > printf("%d\t", matrix[i]); > } > return 0; > } > ruben-at-www:~> gcc asia.c > asia.c: In function =E2=80=98main=E2=80=99: > asia.c:7:3: warning: incompatible implicit declaration of built-in > function =E2=80=98printf=E2=80=99 [enabled by default] > printf("%d\t", array[i]); > ^ > asia.c:10:3: warning: incompatible implicit declaration of built-in > function =E2=80=98printf=E2=80=99 [enabled by default] > printf("\n"); > ^ > > First, don't leave out arcv argc > > and Nuh? > > What does gcc say here? > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~= ~~~~~~~~~ > _______________________________________________ > hangout mailing list > hangout-at-nylxs.com > http://www.nylxs.com/ >
--001a1140b9c01edf88052d6dc43f MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"
Okay consider? vim-gnome and vim-gtk installed.? But when I compiled asia.c I? received? no errors.? Also, I never learned? arcv argc, which I assume is written as such :? int main( int argc, const char* argv[] ). Not sure the purpose of that.?
On Sun, Mar 6, 2016 at 11:14 PM, Ruben Safir <[1]mrbrklyn-at-panix.com> wrote:
OK a few things ruben-at-www:~> cat asia.c ? int main(int argv, char * argc ) { ? ? int array[4]= {1,2,3,4}; ? ? unsigned int i; ? for(i=0; i<4; i++) ? { ? printf("%d\t", array[i]); ? } ? printf("\n"); ? int* matrix = array +1; ? for(i=0; i<4; i++) ? { ? ? printf("%d\t", matrix[i]); ? } ? return 0; } ruben-at-www:~> gcc asia.c asia.c: In function ?main?: asia.c:7:3: warning: incompatible implicit declaration of built-in function ?printf? [enabled by default] ? ? printf("%d\t", array[i]); ? ? ^ asia.c:10:3: warning: incompatible implicit declaration of built-in function ?printf? [enabled by default] ? ? printf("\n"); ? ? ^ First, don't leave out arcv argc and? Nuh? What does gcc say here? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
_______________________________________________ hangout mailing list [2]hangout-at-nylxs.com [3]http://www.nylxs.com/
References
1. mailto:mrbrklyn-at-panix.com 2. mailto:hangout-at-nylxs.com 3. http://www.nylxs.com/
--001a1140b9c01edf88052d6dc43f--
--===============1949770778== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline
_______________________________________________ hangout mailing list hangout-at-nylxs.com http://www.nylxs.com/ --===============1949770778==--
|
|