目录
摘要
记得之前看过一篇文章说所有的指针其实都可以视为一个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;
}
- 编译可以通过,运行也正常;运行结果:
- 分析
- 可以看到原本定义为const char的str[]的第一个字符"1"被程序在运行时修改为“0”。
- 显然重点在于 char* p = (char*)(int(str));
- 在代码中声明为const限制的变量,其实在内存层面和没有const的是一样的。
- 区别在于如果声明为const,则编译器会在编译时检查是否有对这个变量进行修改,但它不保证运行时不会被修改,因此可以用间接的方法去修改它。
- 指针存放的地址可以看做是一个int类型的值,因此显式把const char*转为int,再转为char*即可,接着我们就可以用char* p来修改身为const char的str了。
- 这不仅对于const char的数据,对于其他声明为const的数据都可以用这个方法去修改。
- 特例:
- 有些const变量(如const int)由于编译器会优化,采用宏定义直接替代,然后运行时也是可以执行修改,虽然不会报错,但修改是没有效果的,这个时候如果真要修改,得修改程序运行时代码区。
不可修改的特例
- 如果我们把str的声明由 const char[] 改为 const char * 呢?
- str声明为 const char[] 时:
- str是一个数组,数组大小取决于初始化的内容的长度,即后面"123456"的长度,除了6个数字外,还有末尾1个 "\0" 的结束符,因此是7个长度;即str的类型是const char[7]。
- 由于是在main函数内声明的,因此存放是在栈上的。
- str声明为 const char*时:
- str是一个指向const char的指针。
#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;
}
- 此时编译可以通过,但运行时报错;运行结果:
- 此时在用p修改str时出现写入失败,那同为const char的str,为什么这里就不能修改呢?
- 因为这里是把str声明为一个指向const char的指针,字符串“123456”是位于静态常量区的一块内存,静态常量区是程序运行时也不可修改的,而str就指向了这块内存,因此修改就报错了。
- 但上面的例子不一样,声明为const char str[]时,是给str分配了一块内存,然后把字符串"123456“写到这块内存中,由于这是在栈上的,是可以修改的,因此虽然声明是const char,但只是编译时会检查你有没有去修改它,有则不会编译通过。显然我们显示转换类型成功绕过了编译器的检查。
写在最后
* c++本身也提供了一些方法可以去掉str的const限制:比如const_cast<>,它的使用方法在百度上很多,如果需要请自行百度了解。
* 指针着实是相当有意思的东西。
With Molde thus qualifying for Europa League Group A, Horvath joined Brad Friedel, Kasey Keller, Tim Howard, and Brad Guzan as the one American goalkeepers ever to play in the UEFA Europa League/UEFA Cup group stage.
This web page was last edited on 1 Could 2024, at 16:44 (UTC).
St Michael & All Angels Michaelstow, Cornwall 1906 Davis designed a 3-gentle window for this church by means of James Powell and Sons.
Good post. I learn something totally new and challenging on sites I stumbleupon every day. It will always be helpful to read articles from other authors and use something from their web sites.
Even the flesh of the figures was normally white.
New Braunfels Civic & Convention Center, 375 S Castell Avenue, New Braunfels.
He wins his first match in the tournament prelims however loses to Luo GuanYan as a consequence of his streetfighting model being predictable.
Properly-made acrylic equipment with the frosty, pastel look of sea glass are engaging; funky coloured metal gadgets with a 1950’s drink set look are enjoyable.
They’d methods of depicting rays of gentle that they put into practice ten years earlier than most of their rivals attempted such dramatic atmospheric results within the 1870s.
Throughout the two-day Day of the Useless get together, which is Mexico’s largest annual celebration and a national holiday as well, the main focus is all about remembering liked ones who have passed on.
The work was coated in John Harries e-book, Discovering Stained Glass, which highlighted how she painted the lettering and her detailed figures.
Clark, Rosalind; City of Albany (1983).
If you’re claiming the credit only for bills for certified enhancements to an existing house or for an addition or renovation to an current house, verify the “No” field.
The Viper has a sporadic production schedule, but every mannequin released can hold its own with the quickest supercars on the planet.
After looking over a few of the blog articles on your blog, I honestly appreciate your technique of blogging. I saved as a favorite it to my bookmark site list and will be checking back soon. Please visit my web site as well and let me know how you feel.
We at the moment are in a position to sell these delay pedals in a good amount so they are often obtainable on the web site.
Lady Dillion never once suspected she had a past life.
Some might actually have a small door that opens in the front for extra access.
In an try and recapture Gi-tae, Pil-seong decides to recruit his buddies (who had been overwhelmed up by Gi-tae earlier) and find him inside a home along with his girlfriend, Kyeong-joo.
I quite like looking through a post that can make men and women think. Also, thank you for allowing me to comment.
Of that sum, 85,000 were in traditional album gross sales.
Sun: 10 AM-5 PM.
Sunil Chhetri began his profession with Metropolis Club, a local membership primarily based in Delhi and joined them through the 2001-02 season.
Pretty! This has been a really wonderful article. Many thanks for supplying these details.
Сервисный центр предлагает срочный ремонт пнв починить пнв
Сервисный центр предлагает замена динамика highscreen boost 3 se замена тачскрина highscreen boost 3 se
How a lot did the average household make annually in 1900?
Aw, this was an extremely nice post. Taking the time and actual effort to produce a great article… but what can I say… I procrastinate a lot and don’t manage to get nearly anything done.
She and Ming Lang need to learn martial arts but will not be allowed as a result of Ming Tian forbidding it.
Oh my goodness! Amazing article dude! Thank you, However I am encountering problems with your RSS. I don’t understand the reason why I am unable to subscribe to it. Is there anybody getting the same RSS problems? Anybody who knows the solution will you kindly respond? Thanx!
Сервисный центр предлагает ремонт lenovo thinkpad edge e440 цены ремонт lenovo thinkpad edge e440 цены
Greetings! Very useful advice in this particular post! It’s the little changes which will make the biggest changes. Thanks a lot for sharing!
Taking over an interest in stained glass while there, glasswork turned her professional aspiration.
This can be a cool shop with a lot of resale Star Wars toys, but no vintage.
The intrigue surrounding the recipe grew to become so intense, it gave birth to a preferred city legend, which goes like this: A woman and her daughter ask a clerk if they can have the cookie recipe.
When you and your spouse are filing jointly and also you every have totally different major homes with certified fuel cell property prices, provide on line 7b the handle of your important house.
This page definitely has all the information and facts I wanted about this subject and didn’t know who to ask.
Usually within the case of home windows with ornate foliage, the archaeologically right surrounds are at variance with the type of the rondels which make no attempt to reproduce the medieval.
Dominic Fifield (sixteen July 2003).
It works by pulling the water into the impeller face after which expelling the water back out to the pool through its slotted side.
A panel of employees with a background or body of elaborate arches and columns indicated that they weren’t in an atypical workshop, but laboring in a celestial workshop.
At its core, a Land Rover is constructed to get people as far away from civilization as doable.
And, as of late, paints of many colors are available to replicate the results of sun and age.
Kurumsal Key | Sosyal medya yönetiminde etkin ve yaratıcı çözümler sunarak markanızın bilinirliğini artırıyoruz. Kurumsal Key’e güvenin.
It is best to take dark clothing on a trip, particularly if you are bringing pants or dresses.
Gachapon (additionally spelled gatchapon or gashapon) capsule vending machines are Everywhere in Akihabara, however this retailer will get talked about right here because it is arguably the most important of its variety, because of the variety of machines they have, and since they have a bit in back where you possibly can straight up purchase the prizes without the randomness built into the machines.
The location consists of articles on numerous matters, including leadership, preaching, discipleship, teams, communication, culture, family, resources, restoration, theology, and worship.
A: Greater than 1.76 billion candy canes are made yearly for the Christmas season.
Audi is a German manufacturer that produces quite a lot of sensible cars, however they do have this R8 with a V10 engine that can top 200 mph.
Way cool! Some extremely valid points! I appreciate you writing this post and also the rest of the website is really good.