- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
15 Posted Topics
Re: i just took 2 huge gulps of water 3 huge gulps of air | |
Re: and how would it be done with out the 90 degree turn?? iv been trying and i always get the hole left side then the hole right and its all messed up =\ | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 :) | |
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 … | |
how do i use a .txt file in C like read and save form and into it... any help will be good thenks :) | |
Re: the one's i can think of now... You have a corpse in a car, minus a head, in the garage. Take me to it. <pulp fiction> Why is a soap bubble round? Because it is the most energy efficient configuration. Similarly, on your planet I look like you; on K-PAX … | |
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 … | |
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 … | |
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++) … |
The End.