what is not good in this function?[code] void set(int newprice=-1,char newname[]={"NONAME"},int newqty=-1) { if(price!=-1) pri...
increasing integers automatically within a two dimensional array please explain the problem properly(a little brief) (i am no too good in englsh)
increasing integers automatically within a two dimensional array well i some days back did this [code] . . . . int foo(int size) { int arr[size]; return si...
increasing integers automatically within a two dimensional array and too from line 90 to 104 you can use switch [code] switch(b) { case 1:{//equivalent to if(b==1) ...
increasing integers automatically within a two dimensional array i think that you should use loops in void array function like this [code] int grade [3][5] = {0...
This user does not accept Private Messages