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
Ranked #4K
~18.2K People Reached
About Me

energetic.laughable.confunzled.random.programming.shopping.ice-cream-eating.water-drinking.swimming.tv-watching.gossiping.quote-loving.fact-finding.yoga-doing.doodle-drawing.dramatist with a zest for life:) ..except when my energy gets finished....then…

Favorite Tags
Member Avatar for Duki

Well I just started eating dinner and thought this would be a neat topic. Everyone knows we love to eat while on the computer; two birds, one chair. I'll start it off: Deli Sandwiches, macaroni salad, potato salad and a Pepsi :)

Member Avatar for Dani
22
17K
Member Avatar for someone030

Hello, I'm implementing a software module and hesitating about the appropriate design. The client needs to perform operations for an componenet which is divided to few parts in the memory. However the client treats the componenet as one contiguous. My design includes a "Manager" which has an interface for the …

Member Avatar for dronkin
0
151
Member Avatar for taineechan

Hi All I want to delete records from a table. I'm using the following query: [code] adqdelete.active := false; adqdelete.sql.add('delete from stalls'); adqdelete.sql.add('where stall_name ='); adqdelete.sql.add(edtDeleteStalls.Text); adqdelete.active:=True; [/code] This gives a syntax error. does anyone know what I'm doing wrong? Thanks for your time Tai

Member Avatar for ennis
0
253
Member Avatar for shinoske
Member Avatar for piers

Something I have noticed with my uni course is that there are so few women on it. Is there some reason why women stay away from the best part of using a computer IE programming in java? am I a bit strange in getting excited when I finally finish a …

Member Avatar for neocoder
0
340
Member Avatar for spywx2003

private static int readFile (String filename, String[] capacities) the file whose filename is given as a parameter, and fills array of strings representing capacities. Error checking: Each line of the file should be checked for the following errors. Lines of the file that contain errors should not be put in …

Member Avatar for taineechan
0
153
Member Avatar for taineechan

I'm writing a peer to peer network in c# with .net 3. I'm using a tcp/ip architecture where each device acts as both a client and a server. If one pc wants to download a file from another, how will it know what port the server on the other pc …

Member Avatar for Killer_Typo
0
107
Member Avatar for taineechan

I'm writing a wpf application in c# on .net framework 3 using visual studio 2005. I need to connect my VistaDB database to my c# code. This can be done with .net Framework 2 on a windows form but does anyone know how to do it with a wpf application …

0
97
Member Avatar for taineechan

Hi I'm coding a game of towers in java. I'm having trouble moving a stack from one button to another. I have eventlisteners for buttons A and B. If Button A is clicked and then button B is clicked, the value at button A must be added to the value …

Member Avatar for taineechan
0
152
Member Avatar for taineechan

Hey all :lol: I'm a 3rd year computer science student who finds daniweb quite helpful. Although I'm a posting newbie, i often browse the forums for help. About time I gave something back.. Hoping to be of help and to receive help... Lotsa love Taineechan

Member Avatar for jbennet
0
62
Member Avatar for taineechan

I want to find the length of a string, But the strlen function seems only to work with chars. I can't use a char[] to store my text because the size must be known beforehand and I don't know it. So I read everything into a string, then tried to …

Member Avatar for taineechan
0
134