Why can't I use uint64_t?

Why can't I use uint64_t?

Postby browni3141 » Sun Oct 23, 2011 3:32 pm

I can't use the 64 bit type uint64_t, and would rather not use 'unsigned long long' because it makes the code so messy. I'd just want to know why I can't use this on Codercharts.
User avatar
browni3141
 
Posts: 19
Joined: Mon Jan 31, 2011 11:05 am

Re: Why can't I use uint64_t?

Postby davidb » Sun Oct 23, 2011 11:23 pm

I think you must be missing an include
Code: Select all
#include <inttypes.h>
User avatar
davidb
 
Posts: 24
Joined: Thu Dec 23, 2010 1:55 am


Return to C/C++

Who is online

Users browsing this forum: No registered users and 1 guest

cron