<div>Sorry for the previous message I did it by mistake..<br>the function was like below:</div>
<div>&nbsp;</div>
<div>void get_args(int argc, char* argv[], Argument* args)<br>{<br>&nbsp;&nbsp;&nbsp; //check the amount of the arguments<br>&nbsp;&nbsp;&nbsp; if(argc%2 == 0)</div>
<div>&nbsp;&nbsp;&nbsp;{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; printf(&quot;Error, incorrect argument numbers : %d\n&quot;,argc);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; print_help();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; exit(1);<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; </div>
<div>.....</div>
<div>.........</div>
<div>}</div>
<div>&nbsp;</div>
<div>My first question about the pointers here; how can I convert them to Python? </div>
<div>&nbsp;</div>
<div>And second and may be a little stupid; do I need to define argc how can I get arguments in python ?</div>
<div>&nbsp;</div>
<div>Thanks in advance,</div>
<div>&nbsp;</div>
<div>Burge</div>