Forum: C# Feb 21st, 2009 |
| Replies: 1 Views: 1,377 hello..i have OrderForms.cs..it has 2 datagridviews...when i click a product in orderDataGridView then click Add to Cart, it will display the product_id, description, quantity, unitprice, and total... |
Forum: Java Mar 17th, 2008 |
| Replies: 3 Views: 2,229 hey thanks for the reply.......what about update? hehehe..just improving my program....tnx a lot. |
Forum: Java Mar 17th, 2008 |
| Replies: 3 Views: 2,229 pls help!! can u give me some tips how to delete a string or list in a textfile based on this code....i created this code but i dont know how to delete it..pls explain in simple english because im... |
Forum: C Mar 14th, 2008 |
| Replies: 1 Views: 585 hi there.....i wonder what's the difference with these 2 linked list...
1.
struct node
{
int wage;
int hours_worked;
int salary;
int hoursW;
char* name; |