Nov 13, 2006 06:56
17 yrs ago
French term

castée en pointeur implicitement

French to English Tech/Engineering IT (Information Technology)
Dans la fonction "X", dans le cas où le poste n’a pas pu être récupéré, la valeur de retour est castée en pointeur implicitement.
Change log

Nov 13, 2006 06:59: GILLES MEUNIER changed "Language pair" from "English to French" to "French to English"

Proposed translations

+3
54 mins
Selected

implicitly casted to a pointer

As opposed to an explicit cast:

void* X();
A* a;
A* b;

a = X(); //Implicit
b = (A*) X(); //Explicit


--------------------------------------------------
Note added at 55 mins (2006-11-13 07:52:21 GMT)
--------------------------------------------------

Ooops, implicitly *cast* to a pointer. It's too early :(
Something went wrong...
4 KudoZ points awarded for this answer. Comment: "Selected automatically based on peer agreement."
30 mins

??

The cast operator is used for explicit type conversions. It converts the value of an expression to a specified type.
comment une conversion explicite peut-elle se faire implicitement ?
Peer comment(s):

neutral Terry Richards : It can be in some languages by *not* specifying the cast operator
20 mins
vu comme çà ...
Something went wrong...
Term search
  • All of ProZ.com
  • Term search
  • Jobs
  • Forums
  • Multiple search