[c++]使用int()显式类型转换指针来修改const char的值

/ 1,307评论 / 8275阅读 / 0点赞

摘要

记得之前看过一篇文章说所有的指针其实都可以视为一个int类型,这句话催生了我很多想法,这篇博文即为其一。

示例

#include<iostream>
using namespace std;

int main()
{
    const char str[] = "123456";
    cout << str << endl;
    char* p = (char*)(int(str));
    *p = 48;    //0的ASCII
    cout << str << endl;

    return 0;
}

不可修改的特例

#include<iostream>
using namespace std;

int main()
{
    const char* str = "123456";
    cout << str << endl;
    char* p = (char*)(int(str));
    *p = 48;    //0的ASCII
    cout << str << endl;

    return 0;
}

写在最后

* c++本身也提供了一些方法可以去掉str的const限制:比如const_cast<>,它的使用方法在百度上很多,如果需要请自行百度了解。

* 指针着实是相当有意思的东西。

  1. Cammie Garrigan说道:

    Your posts are always full of useful and informative information!

  2. Wonderful article. It’s extremely clear and filled with useful insight. Thanks for offering this content.

  3. see it here说道:

    bookmarked!!, I love your site!

  4. Узнай все о признаки варикоцеле двустороннее варикоцеле

  5. Loved this article. It’s very detailed and filled with valuable insights. Fantastic effort!

  6. NAGANO TONIC说道:

    This post is fantastic! Filled with valuable details and extremely well-written. Thank you for offering this.

  7. Genuinely appreciated this post. It provided plenty of valuable insights. Fantastic work on composing this.

  8. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали официальный сервисный центр xiaomi, можете посмотреть на сайте: сервисный центр xiaomi
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  9. Тут можно преобрести купить сейф для охотничьего карабина оружейный сейф в москве

  10. When ought to I prepare myself for labor?

  11. He requested for volunteers to help organise it, but the response fell flat and received some negativity.

  12. The Erie’s most well-liked elevation plan would cost $2.Four million.

  13. Узнай все о степени варикоцеле степени варикоцеле

  14. jst 株価说道:

    Yosefu Okwal s/o Rasan, Head Constable, Uganda Police Pressure.

  15. “Farmers are so disgruntled.

  16. Lieutenant-Colonel (non permanent) Arthur Rowland, MBE, MC (105968), The Queen’s Bays (2nd Dragoon Guards), Royal Armoured Corps.

  17. Major (appearing) Kenneth Flin, 57th Kent Battalion, Dwelling Guard.

  18. Twenty 37-m lengthy, 5-section double-ended low-flooring trams will likely be ordered by Nice in late 2002.

  19. Give your dish towels a French aptitude with this newbie’s embroidery pattern.

  20. Nonetheless, in a follow-up publish from Sept.

  21. Тут можно преобрести сейф оружейный купить сейф под ружье

  22. In case your horoscope reveals that Venus, which is expounded to good issues in life, is weak, then carrying Firoza is recommended.

  23. Come to the Intensive Care Unit, and See My Adele””.

  24. The Bolsheviks changed crosses with hammers and sickles,’ stated Vyacheslav S. Polosin, head of the Russian legislature’s committee on religion.

  25. 87 See A. Macdonald, “Le Dhanyakataka de Man-Luns guru,” Bulletin de l’Ecole francaise d’Excessive-Orient 57 (1970): 169213, who suggests (p.

  26. Melissa Breau: That is a good thing to recollect as we all head off for right this moment.

  27. 貶む とは说道:

    Warrant Officer Class II Karoti Shaibu, 1st (Nyasaland) Battalion, The King’s African Rifles.

  28. pd 金融说道:

    Take “meeting the man of my goals after which assembly his beautiful wife”: This line could be seen as situational irony because the dream-come-true meeting is disappointing.

  29. kinaxis 株価说道:

    In the next part, we’ll show you extra methods to work with nostalgic palettes to create a contemporary country decor in your home.

  30. dog outfits说道:

    Aw, this was a really nice post. Finding the time and actual effort to produce a very good article… but what can I say… I hesitate a whole lot and never manage to get nearly anything done.

  31. Classic manuals online — 46 classic books for backyarders, homesteaders, small farms and tropical development, a lot of them onerous to seek out, with direct hyperlinks to Alex Weir’s CD third World on-line library free of charge downloading.

  32. It is very painful to listen to girls themselves affirm their decrease state, so to talk, even in cosmic creativity and within the cosmic plan.

  33. porn说道:

    Your style is really unique compared to other folks I have read stuff from. I appreciate you for posting when you’ve got the opportunity, Guess I’ll just bookmark this blog.

  34. Michael Ray Tuck, Treasurer, Space Council, Dorset, Royal British Legion.

  35. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали сервисный центр xiaomi, можете посмотреть на сайте: сервисный центр xiaomi
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  36. Узнай все о чем опасно варикоцеле варикоцеле у мужчин симптомы

  37. Genuinely appreciated this post. It provided a lot of helpful information. Excellent job on creating this.

  38. Здесь можно преобрести купить сейф в москве цена купить сейф москва

  39. kapı motoru说道:

    Your posts are so thought-provoking and often leave me pondering long after I have finished reading Keep challenging your readers to think outside the box

  40. Тут можно преобрести сейфы от пожара сейф огнестойкий цена

  41. THE GENIUS WAVE说道:

    Really appreciated this post. It provided tons of helpful information. Great work on composing this.

  42. This is amazing! Filled with helpful insights and highly clear. Thanks for sharing this.

  43. Тут можно преобрести купить огнестойкий сейф в москве сейф огнеупорный

  44. Тут можно преобрести сейф для оружия цена купить сейф оружейный купить

  45. I could not refrain from commenting. Perfectly written.

  46. Тут можно преобрести огнестойкие сейфы огнестойкие сейфы цена

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注