Re: UnSigned Long
- From: manoj1978@xxxxxxxxx
- Date: 29 Aug 2005 04:00:01 -0700
Joriveek wrote:
> Hi,
>
> I want to store myvarz = 3000000000;
>
> I have declared myvarz as unsigned long; still not taking.
#include <stdio.h>
int main(void)
{
unsigned int myvarz = 3000000000;
printf("%u\n",myvarz);
return 0;
}
This is working in msvc++ 6.0 and gcc.Please post your code
Johan Borkhuis wrote:
> Some people are lucky, others are not.....
>
very true.
.
- Follow-Ups:
- Re: UnSigned Long
- From: Peter Nilsson
- Re: UnSigned Long
- References:
- UnSigned Long
- From: Joriveek
- Re: UnSigned Long
- From: Johan Borkhuis
- UnSigned Long
- Prev by Date: Re: UnSigned Long
- Next by Date: Re: pointers
- Previous by thread: Re: UnSigned Long
- Next by thread: Re: UnSigned Long
- Index(es):