打酱油的萧萧

一个打酱油的程序员
[转]C++中的内存对齐
[原创]个人库的第一个成员:data_range!!

[原创]用C实现了个大小端检测代码,献丑了=,=

萧萧 posted @ 2011年3月13日 22:48 in C/C++ , 10347 阅读

用C实现了个大小端检测代码,并不是最好的检测方法,哈哈

#include <stdio.h>

int main()
{
        int a = 0x04030201;
        char* p = (char*)&a;
        printf("%p,%d\n", &p[0], p[0]);//p[0] = 4 为大端,= 1 为小端
        printf("%p,%d\n", &p[1], p[1]);
        printf("%p,%d\n", &p[2], p[2]);
        printf("%p,%d\n", &p[3], p[3]);
        return 0;
}

 

wuxiaworld 说:
2018年8月17日 17:34

Hi there, You've done an incredible job. I will definitely digg it and in my view suggest to my friends.I am sure they will be benefited from this web site.

gmail email login 说:
2018年10月31日 12:25

This is what I need to find. Thank you!

atari breakout game 说:
2018年11月01日 14:42

You’ve written nice post, I am gonna bookmark this page, thanks for info. I actually appreciate your own position and I will be sure to come back here.

temple run 3 说:
2018年11月02日 16:19

Your writing leaves me a lot of experience and a deep impression, I hope you will have more and better articles in the near future to share with readers.

hotmail 说:
2018年11月13日 20:57

Hotmail has a series of interactive features that makes it a leading email service

Dr Driving 说:
2018年11月29日 16:38

Please treat each other well. Everybody has difficulties that we have to overcome, do not know later but how to live each day happily.

five nights at fredd 说:
2018年11月30日 17:22

congratulations, your post is very meaningful

HD Wallpaper 说:
2018年12月11日 15:17

I understand what you bring it very meaningful and useful, thanks.

viva video app 说:
2018年12月21日 14:29

Imagine! If we can make a beautiful video with multiple editings at the end of our fingertips, Interesting right? Then look at the Worlds No #2 video editing and photo making app, Viva Video.

super smash flash 2 说:
2019年1月31日 16:48

Thank you for sharing this exciting resource with me and the world. Wish you always luck.

Cat Mario 说:
2019年3月06日 15:16

I really appreciate the kind of topics you post here.

coorg villa homestay 说:
2019年6月27日 02:10

coorg hometays are cost effective. They are cheaper than most hotels and resorts. So, you can get a luxurious place to stay in at an affordable price

vshare.ninja/pc 说:
2019年7月06日 22:19

Vshare is the third-party app stores which give us the ability to download and install paid apps and games for free across the multi-platforms

G-club 说:
2019年7月19日 16:38

Nice blog information thanks for sharing .I am really impressed with your writing abilities

Gclub-Royal1688 说:
2019年7月19日 16:41

This is really an amazing and thank you so much for sharing

download bluestacks 说:
2019年10月16日 18:42

download bluestacks is the most widely used and downloaded Android Emulator which enables you to have an Android App running on your Windows PC or Laptop.

foxtech 说:
2019年12月04日 17:02

Really great post admin thanks for sharing this.

apk for pc windows 说:
2019年12月04日 17:06

Really great post admin thanks for sharing this. best apps you can use on pc in here.

apk for pc windows 说:
2019年12月04日 17:08

WHAT AN AMAZING POST ADMIN THANKS FOR THIS POST.
https://www.jiotvforpcwindowsdownload.in/
https://www.cartoon-hdapkforpc.com/

Jiotv for laptop 说:
2019年12月04日 17:09

try the jiotv app on your pc windows

cartoon hd apk 说:
2019年12月04日 17:10

Really great post admin thanks for sharing this.
Jio tv for Smart TV

Isaimini 说:
2019年12月17日 13:03

download bluestacks is the most widely used and downloaded Android Emulator which enables you to have an Android App running on your Windows PC or Laptop.

Khatrimaza 说:
2019年12月17日 13:04

Really great post admin thanks for sharing this.
Jio tv for Smart TV

things to do 说:
2023年7月21日 14:31

What are the trending destinations in France at the present? We can easily find all info on things to do near me with detailed article.


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter