TRADUguide

TRADUguide - Your Guide to Translators and Translation Agencies

For translators

Find a job  |   Conges terminology center  |   Agencies list  |   Feedback forum
Register as a freelance translator or an agency  |   My profile  |   My status
Become a featured member  |   Renew your featured membership

For job posters

Post a translation job to ask for quotes
Browse the translators directory
My account / My job postings

Home   |   This is how TRADUguide works   |   Contacts / Imprint

 

TRADUguide.com auf Deutsch

Conges terminology question

<<Previous question

All questions

Next question>>

201 months ago

Barbara R. Cochran (a guest user) asked this question:

Language pair:

Italian > English

Subject:

Technical / Engineering

Level of diffculty:

Easy / medium

Word or term in question:

passagio di parametri in numero variabile

Context:

Linguaggio C: Techniche di programmaz. avanzata

Keywords:

Passagio di parametri di tipo funzione...passagio di parametri in numero variabile...Computer Programming

 

 

The answer of Robert Tucker  See profile was rated best

passing a variable number of parameters

My comment:

getting and passing variable number of parameters
http://bytes.com/topic/c/answers/215523-getting-passing-variable-number-parameters

Arrays are used to pass a variable number of parameters to a member. Some languages, such as C# ...
http://msdn.microsoft.com/en-us/library/ms229008.aspx

Pass A Variable Number Of Parameters To Your Stored Procedures With A User Defined Function
http://www.sswug.org/articles/guestarticle.aspx?id=23205

The asker's comment:

Thanks.