- 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
266 Posted Topics
| |
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. | |
Re: We will try to help you once you have selected a topic and have a problem. For selecting the topic, introspect. Have an idea about the level of difficulty of you are willing to handle. Then try google for finalizing the topic. | |
Re: The code is a mix of C and C++ as suggested by usage of iostream and stdio.h in the first place. Secondly, I guess learning C++ would be easy as compared to converting such a code to pure C ;). | |
Re: We appreciate your efforts its.romi, but this is to remind you that if you want to post codes for reviews, then go to contribute code in code snippets. Salem, that IDE is great. Thank you :) | |
Re: Edited: Oh, I didn't realize earlier that this thread was as old one. I'd done PC to PC IM earlier. For that, you'll have to use socket programming, multi threading, exception handling and AWT. If you know all these topics, then post your specific problem and you'll get help. | |
Re: [QUOTE]yeah, i really wish threads that have been inactive for more than 90 days would be automatically locked.[/QUOTE] I'd reported this problem earlier in DaniWeb Community Feedback, but somehow, things didn't work out. Some problem regarding the workload that means for the mods or the work required for automating the … | |
Re: And there are people around who either post their homework questions or post very general problems (which are also the people who assume that other members love to make assumptions regarding the posted problems ;)) | |
Re: [QUOTE]I'm sitting here looking at the same screen, all I see is the same thing I click and click and not a thing blinks I know I know comes to mind I'll ctrl alt del tab tab and tab nothing still. Maybe is time to pull the cord. Now I … | |
Re: [QUOTE]And u should know what is ur target hardware(uProccessor). before proceeding.[/QUOTE] Exactly. Work out those details before commencing this big a task. | |
Re: [QUOTE]what is the logic i need to use so that on cliking Commandbutton in form2 i should get the customername in combobox(form1)[/QUOTE] No 'logic' as such. You need to be well-conversant with the basic properties and methods of the listbox and combobox controls. | |
Re: Isn't your question vague? Avoid forcing people who want to help you to assume anything. | |
Re: Are you sure you've declared those variables as public? | |
Re: Post it in [URL="http://www.daniweb.com/forums/forum133.html"]this[/URL] forum if you're in search of project partners. | |
Re: Write this code in the declaration section: [CODE]Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)[/CODE] Then suppose you want a delay of 2 minutes, then convert it into milliseconds, i.e. 120000. [CODE]Sleep(120000)[/CODE] | |
Re: [QUOTE]It is connected with its main unit with 15 pin serial port like thing[/QUOTE] Your being more specific will help us help you more. | |
Hi, There are certain spell-correcting features in search engines like google... What I want to do is this: If the word entered by the user doesn't match with any of the words in the databases, the program should try to find the word in the database that is closest to … | |
Re: [QUOTE]i m creating a new project of vb to access conncetivity in 5 PC small LAN. I don't Know What is the code,connection string use in project. And I am biginar for that type of programming.[/QUOTE] There might be ready-made [URL="i m creating a new project of vb to access … | |
Re: [QUOTE]No. That's not what we do. The way it works is *you* post your code, and also post up a description of your problem or error with that code. We will take a look at it and suggest ways of fixing it. We don't *do* your homework, we help you … |
The End.