[Linux-programlama] pointer

---------

New Message Reply About this list Date view Thread view Subject view Author view Attachment view

From: ahmet demir (turkosx@gmail.com)
Date: Sun 16 Jul 2006 - 13:51:22 GMT


#include <stdio.h>
main()
{
int *p1;
int d1,d2;
d1=10;
d2=20;
p1=&d1;
printf("%d\n",*p1);
p1++;
printf("%d\n",*p1);
}

Bu basit uygulama win uzerinde basarili bir sekilde calisirken linux
uzerinde dogru calismiyor bunun sebebi nedir?

_______________________________________________
Linux-programlama mailing list
Linux-programlama@liste.linux.org.tr
http://liste.linux.org.tr/mailman/listinfo/linux-programlama


New Message Reply About this list Date view Thread view Subject view Author view Attachment view

---------

Bu arsiv hypermail 2.1.2 tarafindan uretilmistir.