|
[Sponsors] |
October 15, 2006, 21:54 |
What does the int argc, char *
|
#1 |
Guest
Posts: n/a
|
What does the int argc, char *argv[] mean?
Shuo |
|
October 16, 2006, 03:43 |
argc is an integer showing the
|
#2 |
Senior Member
Dragos
Join Date: Mar 2009
Posts: 648
Rep Power: 20 |
argc is an integer showing the number of parameters that your program was called with.
argv is an array of strings (double pointer of chars) containing the actual parameters. Dragos |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
int to char in UDF | Paolo Lampitella | FLUENT | 3 | December 11, 2008 05:01 |
Char Reactions | A A S | FLUENT | 0 | May 25, 2007 15:44 |
char reactivity | Jurgen Jacoby | Main CFD Forum | 0 | September 14, 2006 07:23 |
Please help! Char-o2, Char-CO2, Char-H2O reactions | Dai | FLUENT | 4 | May 28, 2003 15:40 |
Char Oxidation | Monir Hossain | CFX | 4 | February 19, 2001 13:25 |