Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~7K People Reached
Interests
Playing Games, Travelling, Listening Music, Sleeping
Favorite Forums
Favorite Tags
c x 3
Member Avatar for mitmehta22

i am using MySQL database. i have one field PurchaseDate. i want following result e.g. : PurchaseDate between May-2010 and Aug-2011 pls help me to solve this problem. its urgent. thanks in advance....

Member Avatar for mitmehta22
0
112
Member Avatar for mitmehta22

I want to find difference in hours and minutes from two DateAndTimePicker controls. how can i do this.

Member Avatar for ddanbe
0
25
Member Avatar for mitmehta22

hello sir. i am trying to create a program that will perform read/write operation on csv file. i am using structure. my structure and code is as follow: struct item { int item_no; char item_name[20]; float rate; }i1; main() { . . fprintf(fp,"%d,%-20s,%.2f\n",i1.item_no,i1.item_name,i1.rate); . . . fscanf(fp,"%d%*c %s%*c %f",&i1.item_no,i1.item_name,&i1.rate); printf("%d …

Member Avatar for abhimanipal
0
7K