I want to repeatedly zero a large 2d array in C. This is what I do at the moment: // Array of size n * m, where n may not equal m
What I would like ask is best illustrated by an example, so bear with me. Suppose I have the following table:
Basically, I do not want the user to enter \'0\' (zero) as开发者_运维百科 the first character in a textbox which represents data with type of integer?
i get price values from D开发者_开发问答B. now whenever the price is perhaps 5, I want to show 5.00