- Strength to Increase Rep
- +10
- Strength to Decrease Rep
- -2
- Upvotes Received
- 16
- Posts with Upvotes
- 13
- Upvoting Members
- 9
- Downvotes Received
- 5
- Posts with Downvotes
- 5
- Downvoting Members
- 3
| |
Re: The logic is there in your mind. But you have posted something that is very much far from a sound error-free program. Either you were in too much hurry or you need to clear your basics. | |
Re: "It's not whether you win or... Okay, maybe it is". Adolf Hitler. | |
Re: Good God! Did you realize that you're replying to a thread posted by the OP in Feb 2006? It is a general practice to do so over here only if you've got significant amount and quality of content to add to the one already there in the thread. Better PM … | |
Re: [QUOTE=U'rDady;634142]Can anybody help me in filling an Access database table in one field from a serial port using VB 6.0.Data coming from the serial port can be seen in the VB text box line by line.I want to store every line under a field and can manipulate.How can i use … | |
Re: value on the left hand side of an expression containing assignment operator | |
Re: The code posted by rajatC will not work if the user enters a backspace anywhere. For e.g., inda[backspace char here]ia001. Also, you would not want the user to leave any whitespace in between. What you need to add is, check the scancode of the character. Then print a '*' only … | |
Re: you can use the sine series for calculation upto a certain accuracy and then plot the curve [quote=pretu;380468]HI All How can we generate a sine wave without using the sin() function. Thanks pretu[/quote] | |
Re: [url]http://www.daniweb.com/forums/thread97328.html[/url] Atleast show your code (efforts) & specify where you are stuck up. You are expecting that someone will write the entire code for you. You've not even specified what your specific problem is about. [QUOTE=kiel19;472793]Write a c program that inputs the names of the 5 students and their marks … | |
Re: Hey, we appreciate your goodwill but this is not the way to do so. Go to 'contribute code' in the 'code snippets' section. Forums are meant only for problem solving. | |
Re: [URL="http://www.daniweb.com/forums/thread132002.html"]Repeated Thread[/URL]. :D | |
Hi all, I was reading Vijaya Mukhi's The 'C' Odyssey UNIX - The Open-Boundless C (1st ed.). This is in reference to program 43 in the first chapter when file buffering is introduced. [CODE]#include <stdio.h> int main() { FILE *fp; char buff[11]; int pid; fp=fopen("baby1","r"); pid=fork(); if(!pid) { printf("initial file … | |
Re: Hi invisal, As rajatC pointed out the OP must mention the specifications and the rules before we can help him more. He's being too much general. | |
Re: Use the ADODB control avilable in VB6. It basically deals with all the recordset in a MS Access database. Google for more info on the same. Hope this helps :) You may also refer to the tutorial given at [url]http://www.daniweb.com/forums/thread41057.html[/url]. Good luck! | |
Re: Use the clock() function available in time.h twice. Once for starting the time and the other for stopping it. Take the difference and you have the time elapsed. Errors can be simply calculated by functions like strcmp. | |
Re: seed, bless, led however | |
Re: Another 'fossil' thread bumped right through :D | |
Re: If you are planning to opt for CS, try searching for "Logical aptitude tests" on google. They'll help you a long way. | |
Re: Though I may be wrong, I think that code won't be compatible. You'll have to learn VB. And that's not much difficult. Come on! | |
Re: No 1. Write a C++ program that read two integer values from input and print the larger of the two integers to the output. No. 2 a. Read the problem statement. b. Formulate the algorithm using pseudocode and top-down, stepwise refinement c. Write a C++ program d. Test, debug and … | |
Re: [QUOTE]and how we make IR remote control circuit that transmit and receive more than two signals. can we use serial port to do that.[/QUOTE] Give clear specifications regarding what you want to achieve using serial port programming. | |
Hello, I've downloaded the setup of Netbeans-6 IDE JavaSE for Windows from Sun's website. When I run the setup, it says, "Error starting program: A required .DLL file, USERENV.DLL, was not found". Has anyone faced this problem before? Please guide me. |