Millennium-class cruise ship
The Millennium class is a class of four cruise ships of Celebrity Cruises. The ships were built between 1999 and 2002 at Chantiers de l’Atlantique in Saint Nazaire.
Class overview | |
---|---|
Name: | Millennium |
Builders: | Chantiers de l'Atlantique |
Operators: | Celebrity Cruises |
Preceded by: | Century class |
Succeeded by: | Solstice class |
Built: | 1999–2002 |
In service: | 2000–present |
Completed: | 4 |
Active: | 4 |
General characteristics | |
Type: | Cruise ship |
Decks: | 17 decks |
Ships
Ship | Entered service for Celebrity | Gross tonnage | Flag | Notes | Image |
---|---|---|---|---|---|
Celebrity Millennium | 2000 | 90,228 | 2008: name modified from Millennium to Celebrity Millennium | ||
Celebrity Infinity | 2001 | 91,000 | 2007: name modified from Infinity to Celebrity Infinity | ||
Celebrity Summit | 2001 | 90,280 | 2008: name modified from Summit to Celebrity Summit | ||
Celebrity Constellation | 2002 | 90,280 | 2007: name modified from Constellation to Celebrity Constellation |
Wikimedia Commons has media related to Millennium-class cruise ship. |
gollark: I use obviously good and not bad C conventions like very short function names and no comments.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: It shouldn't be doing that. The thing does `exit(2)`.
gollark: Troubling, `waitpid` always seems to provide a value of 512 for status?
gollark: <@!309787486278909952> emit antineutrinos.
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.