Forum: C Aug 9th, 2006 |
| Replies: 2 Views: 2,643 fadin in and out on a console application? id rather to use color the text dark and delay, then coloring it a lighter and refresh the screen. and so on so on... |
Forum: Perl Aug 9th, 2006 |
| Replies: 5 Views: 2,521 hmmm xml and perl, how's you going to implement xml in perl, you should at least use a javascript interface between platforms. :mrgreen: |
Forum: Java Aug 9th, 2006 |
| Replies: 3 Views: 3,105 thanks i was also looking for exactly the same to help me with a xml parser project. |
Forum: Java Aug 9th, 2006 |
| Replies: 6 Views: 1,503 KeyListener will do what exactly what you wanna do. |
Forum: C++ Aug 9th, 2006 |
| Replies: 2 Views: 923 they simple dont have any meaning while they dont provide us some meaningful comments but itd be useful the see declarations or some major steps of program by trying to get attention :mrgreen: |
Forum: C++ Aug 9th, 2006 |
| Replies: 3 Views: 1,541 #include <stdio.h>
#define DENEME "hehehehe"
void mydenemefunc(char * in) {
puts(in);
}
int main() {
mydenemefunc(DENEME); |
Forum: C Aug 9th, 2006 |
| Replies: 6 Views: 1,565 flag is a preordered keyword that isnt avaible to be used as a variable or a function name or a structure name blah blah.... simply change the keyword and it'll work |
Forum: C Aug 9th, 2006 |
| Replies: 4 Views: 1,859 if i were you, id rather go with ipr or avl trees which are more balanced than simple b ones. coding may be more diffucult but if you are able to find a pre written b+ or b#tree class/sstructure,... |