Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
Binary Numbers
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-23-2011 08:42 AM
How can i represent binary numbers in microblaze C ?
int a = 0x10;
int b = 0b00101010;
does not work.
0
Re: Binary Numbers
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-23-2011 12:00 PM
Binary representation isn't standard C, although it is supported by some compilers.
Leon Heller











