|
|
|
||||
|
|
Status
This job posting is CLOSED. No quotes can be placed
anymore.
Become a TRADUguide member to quote on future jobs like this.
Click here to register!
Not a member yet? Click here to register!
Request for translation quotes from freelance translators / translation agencies
Inglese > Italiano: Linguaggio programmazione, 353 pagine
Linguaggio programmazione C++
pag 353
non ho termini di tempo
Esempio di testo:
Introducing the Game Stats Program
The Game Stats program displays information that you might want to keep track of in a space shooter game, such as a player’s score, the number of enemies the player has destroyed, and whether the player has his shields up. The program uses a group of variablesto accomplish all of this. Figure 1.5 illustrates the program.
The code for the program is in the Chapter 1 folder on the CD-ROM that came with this book; the file name is game_stats.cpp.
// Game Stats
// Demonstrates declaring and initializing variables
#include <iostream>
using namespace std;
int main()
{
int score;
double distance;
char playAgain;
bool shieldsUp;
short lives, aliensKilled;
score = 0;
distance = 1200.76;
playAgain = ‘y’;
shieldsUp = true;
lives = 3;
14 Chapter 1 ■ Types, Variables, and Standard I/O: Lost Fortune
Figure 1.5
Specialization required
Software/IT
Language pair(s)
English
> Italian
About the outsourcer
The outsourcer information has been removed because this job posting has already been closed.
You cannot place a quote anymore because this job posting has already been closed.
Subscribed to calls for feedback?
Please subscribe to feedback
calls to share your experience on the Feedack Forum.

When subscribed you will receive requests to leave feedback on translation outsourcers.
Click here to subscribe.