No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
jelly tots and energade:) love the energy rush:P
My design pattern knowledge is not too good, but try visiting [URL="http://www.dofactory.com"]www.dofactory.com[/URL] .it summarises design patterns nicely
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
well it would obviously need to have the basic characteristics of an OOP language; abstraction, encapsulation. modularity, inheritance
oh yes she was...:) aida augusta byron.. countess of lovelace... I'm a female programmer. I have a BSc Computer Science degree and have now started my first job.. I was hired to be a java developer and i'm the only female developer on the team, but no1 wants to give …
u can still use the tokenizer class and the nextToken function if u like. Just read the values from nextToken into an array, then display the array from the back, by starting at array size and iterating down to zero
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 …
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 …
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 …
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
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 …
The End.
taineechan