[c/c++]柔性数组

/ 7,609评论 / 39948阅读 / 0点赞

柔性数组

在C99标准之后,在结构体中最后一个元素允许是未知大小的,称之为柔性数组

struct CoolArr_s{
	int len;
	char arr[];
};
#include "stdio.h"
#include "stdlib.h"

struct CoolArr_s
{
        int len;
        char arr[];
};

int main()
{
        //这里给arr的长度为10个char的大小
        struct CoolArr_s* p = (struct CoolArr_s*)malloc(sizeof(int) + sizeof(char) * 10);
        for (int i = 10; i--;)
        {
                (p->arr)[i] = i + '0';
                printf("%d " ,(p->arr)[i]);
        }
        printf("\n CoolArr_s: %d, *p: %d\n", sizeof(struct CoolArr_s), sizeof(*p));
        return 0;
}

在C++中的柔性数组

注意:在c++中并不建议使用柔性数组,而应考虑使用array代替。即使它可以使用在struct和class中,但部分编译器是不支持这种操作的。

#include <iostream>
#include <array>
using namespace std;

int main()
{
        //数组长度
	const int len_arr = 10;
        //定义数组
	array<int, len_arr> arr;
        //array::data()返回数组的首地址
        //array::begin()返回的是迭代器iterator
	int *arr_p = arr.data();
	for (int i = len_arr; i--;)
	{
		arr_p[i] = i;
		cout << arr[i] << " ";
	}
	cout << endl;
	return 0;
}
  1. RickyAlage说道:

    best canadian pharmacy pharmacy in canada best online canadian pharmacy

  2. RickyAlage说道:

    indianpharmacy com indian pharmacy п»їlegitimate online pharmacies india

  3. Marcelcrolf说道:

    https://mexicoph24.life/# purple pharmacy mexico price list

  4. Nelsonloace说道:

    качественный сервис выполняет ремонт электроники посудомоечных машин в Москве. Сотни раз обращался, все отремонтировали качественно!

  5. RickyAlage说道:

    safe canadian pharmacy Licensed Canadian Pharmacy the canadian pharmacy

  6. Michaelsew说道:

    https://canadaph24.pro/# canadian world pharmacy

  7. Michaelsew说道:

    http://indiaph24.store/# indian pharmacy online

  8. Marcelcrolf说道:

    http://mexicoph24.life/# buying prescription drugs in mexico online

  9. Michaelsew说道:

    https://indiaph24.store/# indian pharmacies safe

  10. Scottvaw说道:

    Rolex watches
    Understanding COSC Validation and Its Importance in Horology
    COSC Validation and its Stringent Criteria
    COSC, or the Official Swiss Chronometer Testing Agency, is the official Swiss testing agency that verifies the precision and accuracy of timepieces. COSC certification is a mark of superior craftsmanship and reliability in chronometry. Not all watch brands pursue COSC accreditation, such as Hublot, which instead adheres to its proprietary stringent standards with movements like the UNICO, attaining equivalent accuracy.

    The Science of Precision Chronometry
    The central system of a mechanized timepiece involves the mainspring, which supplies power as it unwinds. This system, however, can be vulnerable to external factors that may impact its accuracy. COSC-certified movements undergo strict testing—over fifteen days in various conditions (five positions, 3 temperatures)—to ensure their durability and reliability. The tests assess:

    Average daily rate accuracy between -4 and +6 seconds.
    Mean variation, maximum variation levels, and impacts of thermal changes.
    Why COSC Certification Is Important
    For timepiece enthusiasts and collectors, a COSC-validated watch isn’t just a item of tech but a testament to enduring quality and precision. It represents a timepiece that:

    Provides excellent dependability and precision.
    Ensures assurance of superiority across the complete construction of the timepiece.
    Is probable to retain its worth more effectively, making it a smart investment.
    Famous Chronometer Brands
    Several well-known manufacturers prioritize COSC accreditation for their timepieces, including Rolex, Omega, Breitling, and Longines, among others. Longines, for instance, provides collections like the Record and Spirit, which feature COSC-accredited mechanisms equipped with advanced materials like silicon balance springs to boost resilience and efficiency.

    Historical Background and the Evolution of Timepieces
    The concept of the chronometer dates back to the need for precise timekeeping for navigational at sea, emphasized by John Harrison’s work in the eighteenth century. Since the formal foundation of COSC in 1973, the certification has become a standard for evaluating the accuracy of high-end watches, continuing a tradition of excellence in watchmaking.

    Conclusion
    Owning a COSC-certified watch is more than an aesthetic selection; it’s a commitment to quality and accuracy. For those valuing accuracy above all, the COSC validation provides peacefulness of thoughts, ensuring that each validated timepiece will operate dependably under various circumstances. Whether for personal satisfaction or as an investment, COSC-validated watches stand out in the world of horology, carrying on a legacy of careful timekeeping.

  11. RickyAlage说道:

    canadian drug stores canadian pharmacies canada pharmacy online legit

  12. StevenSen说道:

    indian pharmacies safe: indian pharmacy – india online pharmacy

  13. RickyAlage说道:

    best online canadian pharmacy canadian pharmacies canadian pharmacy antibiotics

  14. JustinTut说道:

    india online pharmacy http://indiaph24.store/# indian pharmacy paypal
    indian pharmacy online

  15. Marcelcrolf说道:

    http://mexicoph24.life/# best mexican online pharmacies

  16. JustinTut说道:

    Online medicine order http://indiaph24.store/# indian pharmacy paypal
    india online pharmacy

  17. RickyAlage说道:

    mexico pharmacies prescription drugs mexico pharmacy mexican pharmacy

  18. JustinTut说道:

    buy prescription drugs from india https://indiaph24.store/# indian pharmacy
    indian pharmacies safe

  19. RickyAlage说道:

    india pharmacy indian pharmacy top online pharmacy india

  20. JustinTut说道:

    п»їlegitimate online pharmacies india http://indiaph24.store/# best online pharmacy india
    Online medicine home delivery

  21. Marcelcrolf说道:

    https://indiaph24.store/# indian pharmacy paypal

  22. Oscaracupt说道:

    Бонус приветствия в Betwinner предоставляет игрокам возможность получить дополнительные средства на свой игровой счет. Этот бонус составляет 100% от суммы первого депозита, который игрок вносит на свой счет. Например, если новый клиент пополнил свой счет на 10 евро, то ему будет начислено еще 10 евро в качестве бонуса.
    https://vsiknygy.net.ua/wp-content/pages/betwinner_promokod_2020.html

  23. RickyAlage说道:

    best online pharmacies in mexico Mexican Pharmacy Online mexican border pharmacies shipping to usa

  24. Nelsonloace说道:

    качественный сервис выполняет ремонт фотоаппаратов olympus в Москве. Сотни раз обращался, все отремонтировали качественно!

  25. RickyAlage说道:

    mexican online pharmacies prescription drugs mexico pharmacy pharmacies in mexico that ship to usa

  26. Marcelcrolf说道:

    http://canadaph24.pro/# canadian pharmacy

  27. Michaelsew说道:

    http://indiaph24.store/# reputable indian pharmacies

  28. JustinTut说道:

    cheapest online pharmacy india http://indiaph24.store/# india pharmacy mail order
    Online medicine order

  29. Michaelsew说道:

    https://mexicoph24.life/# purple pharmacy mexico price list

  30. Michaelsew说道:

    http://canadaph24.pro/# canadian compounding pharmacy

  31. RickyAlage说道:

    best rated canadian pharmacy Prescription Drugs from Canada canadian online pharmacy

  32. Marcelcrolf说道:

    https://mexicoph24.life/# mexico pharmacy

  33. Nelsonloace说道:

    качественный сервис выполняет ремонт ipad в Москве. Сотни раз обращался, все отремонтировали качественно!

  34. RickyAlage说道:

    Online medicine order buy medicines from India indian pharmacies safe

  35. StevenSen说道:

    indian pharmacies safe: indian pharmacy – Online medicine home delivery

  36. Marcelcrolf说道:

    http://mexicoph24.life/# mexican pharmacy

  37. RickyAlage说道:

    mexico drug stores pharmacies Mexican Pharmacy Online mexican border pharmacies shipping to usa

  38. Nelsonloace说道:

    качественный сервис выполняет ремонт электроники промышленных станков чпу в Москве. Сотни раз обращался, все отремонтировали качественно!

  39. RickyAlage说道:

    mexico pharmacy mexican pharmacy mexico pharmacy

  40. ChrisFoxia说道:

    оземпик вес – mounjaro tirzepatide отзывы, трулисити 1.5 отзывы

  41. ScottDer说道:

    Заглянув в мир онлайн-развлечений, каждый находит что-то по своему вкусу:будь то классические слоты, азартные столы с карточными играми или вращающиеся рулетки http://www.jkmulti.com/bbs/board.php?bo_table=free&wr_id=4070912

  42. ScottDer说道:

    Заглянув в мир онлайн-развлечений, каждый находит что-то по своему вкусу:будь то классические слоты, азартные столы с карточными играми или вращающиеся рулетки http://www.kladonahodki.ru/component/k2/itemlist/user/286675

  43. Marcelcrolf说道:

    http://mexicoph24.life/# best online pharmacies in mexico

  44. Williamacupt说道:

    Промокод БетВиннер: 937999 при регистрации в 2024 году с использованием на сайте BetWinner.com вы получите бесплатный бонус в размере 100% до 25000 рублей на вашу ставку. Все актуальные бонусы от букмекерской конторы BetWinner можно найти на одной странице. Там вы также найдете инструкции по получению фрибетов, участию в акциях и бездепозитному бонусу от БК BetWinner в 2024 году.
    https://vsiknygy.net.ua/wp-content/pages/betwinner_promokod_2020.html

  45. RickyAlage说道:

    Online medicine home delivery indian pharmacy fast delivery india pharmacy mail order

  46. Nelsonloace说道:

    качественный сервис выполняет ремонт частотных преобразователей в Москве. Сотни раз обращался, все отремонтировали качественно!

  47. RickyAlage说道:

    mexican mail order pharmacies purple pharmacy mexico price list buying prescription drugs in mexico

  48. Michaelsew说道:

    https://mexicoph24.life/# reputable mexican pharmacies online

  49. JamelMut说道:

    Приложение для знакомств, которое призвано подобрать вам пару с использованием сложных алгоритмов и искусственного интеллекта. Как и в большинстве подобных сервисов, вам нужно создать анкету, но затем начинается самое интересное ЛУЧШИЙ САЙТ ЗНАКОМСТВ

发表回复

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