Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~34.7K People Reached
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 sillyboy

I usually listen to music while I'm browsing here, what are you listening to right now? EL-P - Fantastic Damage

Member Avatar for Helianthus
0
5K
Member Avatar for basukinjal

Ive made my binary tree in the following format [code=C] typedef struct node { int info; struct node *left; struct node *right; }*nodeptr; [/code] Im looking for a function that will accept the root pointer and print the tree in a graphical format. for eg. i want the output to …

Member Avatar for steve.lorimer
1
11K
Member Avatar for dv1r

i know this is a stupid question but i just don't know :\ if i have 2 time variables [CODE] a = 00:00:12 and b = 00:00:05[/CODE] how would i add them together to make [CODE] c = 00:00:17 ?[/CODE] i get the data from the database in this format …

Member Avatar for Biiim
0
199
Member Avatar for dv1r

im in the middle of a lab test and i need help the question is "PC computer component occupies real time clock 70-71H address Rmbah the IO. Find his ruling is the entry of sub-controller IRQ0 8259 (A1 A0H addresses in input and output)." and i have no idea how …

-1
60
Member Avatar for dv1r

hello im trying to install the ubuntu server edition but it wont boot.. iv downloaded 4 different ubuntus and only the desktop editions boot for me how do i install the server edition??? P.S. i searched the forum and couldnt find an answers if this question allredy came up pleas …

Member Avatar for jbennet
0
114
Member Avatar for dv1r

hello i dont know where to start i need to make a small html site so that i can see everythink that is on my hard drive like a tree and have the option to download it... i dont know html so i have no code to show i just …

Member Avatar for almostbob
0
99
Member Avatar for dv1r

is there a way to increase bluetooth range in mobile phone for 1 seconed? by changing the driver or somthing like that? in C\asm? i asked in the java forum,they said it might be possible in C. to save time - i checked and it's possible to increase range of …

Member Avatar for EricIskhakov
0
101
Member Avatar for dv1r

i don't know if this is the place to ask this but is there a way to write a program that will increase the mobile phone's bluetooth's range for one second??? if not in java then is there something else... thank you in advance :)

Member Avatar for peter_budo
0
92
Member Avatar for dv1r

hello i want to write a programme that creates (lets say) 700 folders and numbers the from 1 to 700 and if its possible to take contents from a txt file to put after the number... if anyone can help me get started it would be gr8 i just never …

Member Avatar for Salem
0
104
Member Avatar for dv1r

how do i use a .txt file in C like read and save form and into it... any help will be good thenks :)

Member Avatar for dv1r
0
126
Member Avatar for twomers

Who doesn't like a good quote from time to time? Anyone got any good ones? I like this one from Contact: First rule in government spending: why build one when you can have two at twice the price? Man, that movie's over ten years old now... weird.

Member Avatar for vmanes
0
276
Member Avatar for dv1r

if this topic is already up pleas point me to it coz i dont even know how to search it.... what i want to do is a small screen in the big screen and have all my printf(""); to print there... i dont know what else to say so pleas …

Member Avatar for dv1r
0
372
Member Avatar for dv1r

i have no idea whats wrong with this function =\ [code] void throw_cards(card h_cards[]) { char f; cleardevice(); while(f!='f') { printf("from 0 to 6 pick the cards you want to thorw\n"); printf("to finish hit 'f'"); f=getch(); printf("trowing card %c",f); } } [/code] i get the error: Type mismatch in redecleration …

Member Avatar for dv1r
0
182
Member Avatar for dv1r

im trying to make a function that will fill an array with numbers but something seems to be wrong =\ its suppose to be cards.... sorry if my spelling is bad :P [code] #include<stdio.h> #include<conio.h> #include<stdlib.h> typedef struct{ int num,sute,joker,in_use,arr_place; } card; void set_deck(deck[]) { clrscr(); int i=0,j=0,counter=0; for(j=1;j<=4;j++) for(i=1;i<=13;i++) …

Member Avatar for Narue
0
161