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
~728 People Reached
Favorite Forums
Favorite Tags
c++ x 11
Member Avatar for shayankhan

Hello guys i am little bit confuse here with the code can any one help me out .. i want max customer paid in shopping and their name i dont know that i am using right way or not but guide me here [CODE]Select sum(od.unitprice * od.quantity) as Amount, (Select …

Member Avatar for shayankhan
0
109
Member Avatar for shayankhan

Hello again guys, I am little bit stuck in this situation and searched everywhere in google but i did'nt find what actually i want.. a problem with autonumber in access database. i have created a database with 4 columns .. deleted primary key slip, cname, nic... the slip column is …

Member Avatar for shayankhan
0
93
Member Avatar for shayankhan

Hello i am making my project i am stuck at searching two strings in database for example my table [hotel] contains columns [Date] [Room Size] [Meal] [Car] i want to search for date + room size too. my code checks only [Date] but not [Room Size] and i want that …

Member Avatar for shayankhan
0
67
Member Avatar for shayankhan

Hello guys i am in level of class and objects i need some help and guide in copy contruct i search the thread and found 1 [url]http://www.daniweb.com/forums/thread21662.html[/url] but this is not what i want... ok here is the problem.. i created contruct class ... i want in program that create …

Member Avatar for shayankhan
0
237
Member Avatar for shayankhan

Hey Guys!!!! I am searching everywhere but i did'nt find actual answer from internet or may b I am wrong.. I am making a program that stores data.. my all program works perfectly but there is one problem i cannot solve.. i am new to WINDOWS FORM (Object ORIENTED) and …

Member Avatar for shayankhan
0
129
Member Avatar for shayankhan

Hello guys ... can anyone help me or guide me if i am thinking wrong, can we copy character array into character array. like char names[250]; cin>>names; names=names+names; like we do with int a; cin>>a; a=a+a; can we do this with character array i want to store 7 names into …

Member Avatar for shayankhan
0
93