199,114 Archived Topics
Remove Filter ![]() | |
Hi all. I hope this it not taking up your reading time. I'm new and stuck up at the configuration of Dev-C++ compiler. Before posting, I did search throughout the threads, how to fix/configure the error. I have the snapshot of the error. Please give some steps on how I … | |
Hi all: Try to do some programming under Linux. The programme I am writing is supposed to read all the char from a file via "command in line argument (i.e. agv[i])" and via redirection (i.e. read <FILE_NAME. In my program, I have written: FILE *stream; stream = fopen(argv[i],"r"); if (stream==NULL) … | |
Hey all. Thanks in advance for any help you can give, hopefully this is an easy one. I want to create a loop to run a simple performance monitor like vmstat and record it to a file, but have very limited scripting skills. Starting with this... date >> /var/log/perfmon.log vmstat … | |
Hi everyone. I'm new, but I'll be here for a while I think :cheesy: . Here is my code so far. The delays are because I wanted to simulate typing =). [code]// #include <cstdio> #include <cstdlib> #include <iostream> using namespace std; int main(int nNumberofArgs, char* pszArgs[]) { int i = … | |
hi there, im new in Visual Basic. currently my task is to create a program that will automatically consolidate database based on the time. for example, the program will executes at 10 pm everyday in which the database will be consolidated in that particular time. the database that im using … | |
Hello, everybody. Sorry to disturb you all. Currently, I have a speech recording and playback software developed by Microsoft Visual C++ 6.0. The software is used to train children with speech problem and scores will be calculated and showed at the end of each practice session. The software is able … | |
Hello everyone! I am new to C++ and downloaded Dev-C++ a few hours ago. Is this the right C++ to use? Sometimes I get it to work but sometimes it doesn't. After I typed in the "Hello World" code I compiled it with no errors then when I click run … | |
Hello all: I successfully use `(int)i=fgetc(stream)` to read data from a file. But the problem is: All the data in the file are integers, like 3 0 2 3 0 0 1. (with a space between every two integers) Code: for(i=0;(i<100)&&((n=fgetc(stream))!=EOF)&&(ch!='\n');i++) { buffer[i] = n; printf("%d=%d ",i, buffer[i]); /*For debugging … | |
Hello - I'm trying to work with Microsoft's VB editor to create a series of macros. Information will be inputted into word using mail merge, and I [I]think[/I] we'll be seeing it in comma-separated values. It'll be dumped from a Peoplesoft application into Word. The code I'm writing needs to … | |
Hi All, Can anyone help with a problem I have? I'm using a Random Image javascript code with images that include links. I link to pages on my site (not opening in a new window), which I've managed OK. But I also want to link to new (or blank) pages … | |
In MSSQL "SQL server enterprise manager"(client side), I run query and application display record list, if I want to set a cell to "<NULL>" value, how can I do that with the hot key? thanks for any answer. | |
I have a table in MS SQL Server 7.0 Like this: Id Cat_Name Definition Image 101 A1 --------------- ************* 102 B1 ----------- ************* 101 A2 ------------------ ************* 103 C1 ----------------- ************* 101 A3 --------------- ************* 101 A4 ------------------ ************* 102 B2 -------------------- ************* 101 A5 -------------- ************* 101 A6 ----------------- … | |
Hi.. Could any one tell me about... 1) What is top-down approach(POP) and bottom-up approach(OOP) and the difference between them.. 2) Different types of containership (might be with exs..) Thanks for the help | |
hello i need help, i have to input 10 integers and find the maxinum of the numbers. [code] #include <iostream> using namespace std; int main() { const int MAX_NUM_INTEGERS = 10; int integers[0]; int largest = integers[0]; cout << "Enter 10 intergers: "; cin >> integers[i] for (int i=0; i … | |
I need to make a high scores list to a game, for class, and it has to be stored using a pickled object. I can only get it to where it stores and prints one score, and then every time you play it the score gets overwritten. How can I … | |
hi frnds, i am a new member of this group. i am facing a problem while using eclipse. my eclipse version is 3.1. my question is how to configure eclipse so that it can detect the external jars while compiling some program? if u know , please suggest me . … | |
I'm writing an IDE for java and already got the compiler linked into it, but I can't figure out how to read the data on the System.err or System.out streams. | |
if you can teach me php im me on aim or email me at [email]ndw2004@hotmail.com[/email] | |
Hi Everybody! First of all i would like tell my sincere thanks to founder of this site and people sharing the information. I am Newbie to this forum & to C language too.. Now i want to start to learn C. Could any body suggest/send me some quick start & … | |
Consider a line of simple C code: fopen("C:\\project\\test1.dat","r"); it "directs" the program to the directory where it can find the file from which it will read. My question is under what circumstances, I may write fopen("test1.dat","r") instead? Does the program need to be in the same folder / directory as … | |
A newbie here. I try to: Using MS Visual Studio 2005; Programming some simple C programs; Want to open a text file and read whatever it the file into a member of a struct. First of all, which type is this "FILE" anyway? Secondly, does the definition of "stdin" include … | |
How to Sort a MultiDimensional Array in C ???? in ascending order ? | |
I have written a java application that writes to a file. I want to call it using a button in my jsp web page. This worked but it didn't write to the file. I think I have the jar file in the wrong place?? Please Please Help, this is really … | |
Hey everyone! :mrgreen: I want to start a project soon, I have only alittle bit of knowledge of php so comments and suggestions would be very helpful! Although i am learning as much as I can, without confusing myself! Anyway I want to open an ecommerce site, but want all … | |
hello, how do i remove elements which are repeated in a list .I cant seem to do it . in this program i am first putting elements into the list ,then searching for a particular element seeing how many times it occurs in the list(count) .i need to display the … | |
OK.......right now i'm learning about binary tree traversal and this problem looks like a total killer to me. Here's it is: Write a program that takes as input the preorder and inorder traversals of a binary tree, and produces as output the level-order traversal of the tree. All i gotta … | |
can someone tell me a code for a countdown timer to a date set in a msgbox pop up | |
[CENTER][B]For Starters...[/B][/CENTER] I was recently helping someone with Random Files, and I realized as I googled along, that it took me some time to find any kind of information about random files, and how to go about working them. I had to pop in an old 3 1/2 inch floppy, … | |
Hello all, this is my first post and I feel a little bad about asking for help (instead of offering help), but I've reached writer's block. If I formatted this post incorrectly, I apologise... Okay here's what I need to get/have/do... I need to write a c++ program that will … | |
Hi All, May I know how to write the codes to get the correct Username and Password when I Click on "submit" (stored in Access - User_Login.mdb)? Next, how to make the locked the Login Page until I entered the correct Username and Password? Because now even when i type … | |
We need some Visual Basic programmers. To hunt talent we are putting this small project to test skills and reliability. This is 5-6 hour work. You have to build a clone of photo upload editor found in IM [url]http://meetro.com[/url] You must download the IM to view how that editor works … | |
Dear Experts, I am Manoj, I had been alloted with the project [B]online messaging system [/B] as a final project. i think it would very similar to the space where i am Posting , it should change the BackGround Color, icons etc please show me the way to do this. … | |
Good afternoon all, does anyone know the necessary codings to delete a file from the Web Server? I have tried the "Scripting-File" object, but it's still not working, any suggestions? Have a pleasant day... | |
i guess i didn't really have to make this page load repeatedly like this (but, why should it matter, right? i mean.. technically, couldn't i get it to reload indefinietly?) but, i didn't want the user to be sent all over to different pages just to fill out this little … | |
Hi, I am thinking about learning a new language for game development. Which one would you advise me to learn? Visual Basic or C++??? Please give pros and cons. THanks | |
Hello. I have an image system kinda working, when it uploads however it is uoloading calling all the images ARRAY.gif or ARRAY.jpg Can you see what I should do that it correctly list the images name. The code is two parts. The preupload form page NEXT To The photos.php page … | |
i am getting this error "[COLOR="Red"]error C2664: 'bool __thiscall BST::insert(class BST_Node *& ,struct Key)' : cannot convert parameter 1 from 'class BST_Node *' to 'class BST_Node *& ' A reference that is not to 'const' cannot be bound to a non-lvalue[/COLOR]" and i have no ideal why everything looks fine … | |
I am new to Microprocessor 8086. i should submit this assignment by today evening. I want to know how to write a C program that calls an 8086 assembly subroutine that divides a unsigned 2 byte number by an unsigned single byte provided the single byte number is NOT zero. … | |
Hi, i'm trying to create a project where i can click an option button and it will overwrite a file. i know the code to overwrite it but the problem is i don't know how to get it to work :P if that makes sence.. what i'm trying to do … | |
hi, how would i install jbuilder under fedora 5? is that possible.. thanks | |
Hi , Please I Want Books about Systems Analysis and Design System Analysis & Design ,,, Kedall & Kendall :?: :?: :?: and more in thise way :sad: :sad: thanks for ever and erery thing you doing for me. | |
could you please tell me what is wrong with this code it is compiling but a execution error occured i am unable to find that am using devc++ compiler [code] #include<stdio.h> #include<conio.h> #include<stdlib.h> typedef struct link { int value; struct link * lchild; struct link *rchild; }node; node *head =NULL; … | |
need help in findin the minimum of these 5 inputs its keeps showin 2 instead of 1... [code] #include <iostream> using namespace std; int findMin(int [], int); int main() { const int MAXELS= 5; int nums[MAXELS] = {2, 18, 1, 27, 16}; cout << "The minimum value is " << … | |
Hi, I'm fairly new to databases and database design - I'm wondering the best way of implementing a method of versioning a record. I'm designing a database for a simple document management application. The database has users who create and edit documents as well as adding comments to the docs. … | |
![]() | Hullo, I need help here I can't get this to work. I'm not sure if the code is correct. Any help would be most appreciated. I basically wanna convert a std::string to a const char array. [CODE]#include <string> #include <iostream> void bull(char[]); int main() { std::string Yo_momma = "iz fat"; … |
A new feature at DaniWeb is the ability to use [tex] bbcode. I feel this is a necessary feature if our Computer Science forums are ever to succeed. However, I want to be able to include some links to tex tutorials in my formal announcement on this feature. Does anyone … | |
How Do I make My Program Execute Multiple Programs At One Time Like Windows Update. If I have to make make a batch file or something could some one tell me how so i can get it done.... Thanks | |
I'm trying to find all quoted strings in a given text so that I can apply proper highlighting. I've tried various regex but can't seem to get the results I want. [code] String line = "a big \"yellow\" dog! And a \"purple\" bird!"; String[] tokens = line.split("\".+\""); [/code] That cuts … | |
I want to create this website and need to know (Language) how I can get started. I am a newbie in coding. The below are the foloowing I need to get started on: Admin login ( I want an administrator to be able to login on any pc and edit … | |
hello guys, i have latest version of dev c++ compiler ..is there any best compiler that is specifically made for c language i need it badly and required ur comment plz give me if anybody knows ..... |
The End.