199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for senthilkumar24

Hi, i was trying to use timer in asp.net. The purpose is like this, there will be a server(ASP.NET) and a client(Web Application). I was trying to implement a timer in the client so that, for a specified period of time say 10 seconds, a function has to be called …

Member Avatar for senthilkumar24
0
131
Member Avatar for himanjim

Hi.. I'm trying to write a simple program to include a c file in another one.. TEST1.c #include<stdio.h> #include<conio.h> #include<test.c> void main() { printf("%c" str); getch(); } test.c #include<stdio.h> #include<conio.h> extern char str; void main() { str='A'; } Is somethin like this is possible??? Code didn't run successfully

Member Avatar for himanjim
0
105
Member Avatar for 7arouf

hey i have a problem... i am working on a car dealership object-oriented program project and i am working on the (admin part) in which i can add cars, delete cars, and modify cars... so that as soon as i change info on cars, other users can see the changes... …

Member Avatar for iamthwee
0
79
Member Avatar for revenge2

Hello there. which compiler would you recommend out of these 1. bloodshed dev c++ 2. Visual c++ express edition 3. code: blocks studio one more question whats the .net framework?

Member Avatar for iamthwee
0
114
Member Avatar for ShaneUniStudent

Hey guys, i am about to throw it all in because i just cannot get this to work :S. All i wanted to do is search through a file and find a string and replace with an argument from the command line. So basically i have a file which has …

Member Avatar for ghostdog74
0
206
Member Avatar for crazynp

Hi, How safe is to allow users to submit the entries with single or doube quotations to the database? and wondering is there any free site or service to check vunerabilities of the site? Hope to see it in daniweb. Thanks!

Member Avatar for w_3rabi
0
91
Member Avatar for vinutha1309

hi... how to compile and run a servlet application using Tomcat5.5 ... where to place the class path......and how to run.... After compiling Java file I have placed .class file in ... C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\ROOT\WEB-INF\classes and my java file is in... C:\servlets/HelloWorld.java and i have accessed like this.... …

Member Avatar for rgtaylor
0
178
Member Avatar for shmay

This is from my C mid-term study guide so you geniuses should be able to crack it easily: Write a function that will return a random double number. The function takes two parameters (both integers). The first parameter is the maximum whole-number value that number can be (the minimum is …

Member Avatar for Rashakil Fol
0
177
Member Avatar for akhilesh.nitt

Hi everyone, i m new to JSP, i want to create table in jsp,attribute will be selected by the Excel sheet which resides on server. client will see the table and he/she can edit or reset the table and these modification will be saved on server.next time when same user …

Member Avatar for rgtaylor
0
154
Member Avatar for AngeloBaro

[COLOR=#000000]Hello, [/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]I learn newly Java programming. [/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]Because of this I have this small following question on it: [/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]I must create several points from different 3 components (x, y, z), values. [/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]e.g: I must create 2 points and (2, …

Member Avatar for arunjain_in
0
129
Member Avatar for rinoa04

Hello, I am new to JSP. I need to develop a web system using JSP. I have a few doubts that I couldn't figure out. I understand how to write jsp page by embedding the jsp coding in the same page as the html form. I know this is not …

Member Avatar for rgtaylor
0
96
Member Avatar for sirkraven

[COLOR=#555555]Hey, I’m trying to put a c++ project together using Dev-c++. Is there any reason why I can’t define 2 NEW different classes in different .h files in the same project? [/COLOR]

Member Avatar for John A
0
105
Member Avatar for Duki

This program works unless I input 's' for marital status. Does anyone see my logic error? #include <iostream> #include <iomanip> using namespace std ; void getData ( int& numChild , double& grossSalary , double& penPay , char& maritalStat ) ; double taxAmount ( int& numChild , double& grossSalary , double& …

Member Avatar for Duki
0
123
Member Avatar for victor Thomas.D

Hi, Some one help me, I want create a new mail message with to address ,cc address and with the subject. I want standard message in the mail also. Please help in this issue. Regards Victor

Member Avatar for victor Thomas.D
0
67
Member Avatar for kendell

hay i am reading strings from a file and I have to store the first six char into string array. I used this to get the file and the first six char input. while (getline(inFile, list )) { line.substr(0, 6) } there are also some blank lines for the first …

Member Avatar for Lerner
0
95
Member Avatar for kendell

hay i really need some help here.First i need to know how to have a live chat with someone. Can someone please give me the direction on how to do that?

Member Avatar for Lerner
0
97
Member Avatar for raj157

Can someone help me to start this assignment. i am totally lost on what needs to be done .. can someone provide me with some input ... would be great help .... not asking for someone to write me the code .. just tell me what needs to be done …

Member Avatar for vijayan121
0
314
Member Avatar for civil1

hi,this sandy patel i have problem related to random number genre. ter . i don't understand from which is number from i have to start my program? and,upto witch number i have to go? The following steps describe the algorithm. Step 1: Enter an odd 4-digit integer seed number that …

Member Avatar for civil1
0
213
Member Avatar for Soraji

Hello everyone! I am a first year student studying computer science and I am having a little trouble figuring out how to implement this part of a program. I am writing a word search puzzle generator that takes in a list of words and dimensions (such as "cat", "animal", "fish", …

Member Avatar for Soraji
0
102
Member Avatar for pjakubo86

Hey guys, I was hoping you could help me with a little problem I'm having. I'd like to create a priority queue from the STL of Node objects. Node is a class I've written myself. From what I understand, the STL uses the < (less than) operator (well, it uses …

Member Avatar for vijayan121
0
408
Member Avatar for omoz4real

Pls i am a new member of dani web and i need help on implementing random images. I have got six gif images on my frame ,a JComboBox and a Button.the JComboBox displays the images if each one is clicked.I want to add an actionlistener to the Button so that …

Member Avatar for omoz4real
0
1K
Member Avatar for squinx22

what site could I get complete tutorials in making a program for symbian application?? your help is highly appreciated.. tnx...

Member Avatar for vijayan121
0
99
Member Avatar for Eko

I have a class , named Set,and I want to overload the operator - so I can get the difference between 2 Set object. [COLOR=Blue]i.e. A={1,2,3,4} , B={ 3,4,5,6} , A-B={1,2} [/COLOR] In header file I declared the operator function like this : [code] Set operator-(const Set & ) ; …

Member Avatar for GreenDay2001
0
113
Member Avatar for RwCC

Hey all, I spotted Rugby mainly by looking at the "hello world" thread in Legacy. So I was wondering if it is actually worth learning? I am always looking for more ways to update my CV, but is Rugby wide-spread enough to warrent learning for any other reason than fun? …

Member Avatar for iam
0
188
Member Avatar for june_bunga

Private Sub btnsearch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnsearch.Click Try txtmsg.Text = "" OleDbDataAdapter1 = New OleDbDataAdapter("select * from phbook where name like '" & ddl.SelectedItem.Text & "%'", OleDbConnection1) OleDbDataAdapter1.Fill(DataSet21, "phbook") OleDbConnection1.Open() Dim com As New OleDbCommand com.Connection = OleDbConnection1 com.CommandText = "select * from phbook" dg1.DataBind() …

Member Avatar for ManicCW
0
106
Member Avatar for mailsteam

Can somebody give me the reason why the integer i is not getting incremented. Here is the code: main() { int i=10; i=i++; printf("%d",i); } and the output is 10. Here my doubt is that, i know that i is post incremented. Eventhough i is not incremented at the time …

Member Avatar for deng_cen
0
197
Member Avatar for Adriel1990

i need help i dont know what to do, heres the psudocode and java code Function (BinaryNumber is String) returns Integer Var DecimalNumber is Integer initialized as 0 Var Power is Integer initialized as 0 Var BinaryDigit is Integer For (I (start value is length of BinaryNumber) to (end value …

Member Avatar for lucky1981_iway
0
91
Member Avatar for ramakrishna172

[I]why include file can not modify the header and cookies.can tell the reason. [/I]

Member Avatar for rgtaylor
0
131
Member Avatar for ramakrishna172

i am intersted to send group object from one jsp to another. In this case can i use vector or arraylist. then why?

Member Avatar for rgtaylor
0
100
Member Avatar for Legoland

Hi! I hope someone can help me out with this.I have one task left on my homework that i´m struggling with. The assignment is: Create a program in which you can put 10 words into separated by enter in the command window after that print the words backwards in the …

Member Avatar for Legoland
0
94
Member Avatar for it_dude

[B]Help with C++ project[/B] 59 Minutes Ago | [URL="http://www.daniweb.com/techtalkforums/reputation.php?p=343564"]Add to it_dude's Reputation[/URL] vbrep_register("343564") | [URL="http://www.daniweb.com/techtalkforums/report.php?p=343564"]Flag Bad Post[/URL] | #[URL="http://www.daniweb.com/techtalkforums/post343564-1.html"][B]1[/B][/URL] I am a beginning [URL="http://www.daniweb.com/techtalkforums/thread75095.html#"]programmer[/URL] and urgently need help with a project that requires me making a game consisting of a "gameboard". It looks something like this: 1 2 3 1 …

Member Avatar for thekashyap
0
95
Member Avatar for Rich2701

Hi guys, im new to ASP.Net and was wondering what the code was to display a Access DB Also does anyone have any good easy to follow tutorials which will show me how to manipulate the data etc - edit, delete, add Thanks :)

Member Avatar for ManicCW
0
105
Member Avatar for atulsweet82

hi how can count a text , image , button etc on a paticular page with watir. plzzz help me thanks & regards atul

Member Avatar for amithasija
0
108
Member Avatar for Dado++

Hello, im having abit of a problem, I'm trying to compare two strings for matching characters, so far I have used the '[B]strpbrk[/B]' function but this is only returning the first instance of a match. Can someone please tell me what I could use to find all the matches. thank …

Member Avatar for Day Brown
0
122
Member Avatar for squinx22

below is my program. I want to link the implementation file to main function. // implementation file // imp.cpp #include "myClass.hpp" #include <iostream> using namespace std; int display(void) { cout<<"hello"<<endl; } // main function //main.cpp #include "myClass.hpp" int main() { myClass sub; sub.display(); return 0; } // header file. //myClass.hpp …

Member Avatar for John A
0
194
Member Avatar for CRD

I am trying to write a program to print a file to a printer. havent gotten fery far till I started to go ary, here is the listing so far. [code=c] // This Program is to print a file listing with line numbers to Printer. #include <stdlib.h> #include <stdio.h> #include …

Member Avatar for WaltP
0
213
Member Avatar for raj157

i have a question Write a function that returns a pointer to the maximum value of an array of floating-point data: double* maximum(double a[], int a_size) If a_size is 0, return NULL. first of all i don't want the code for the entire program .. can someone tell me how …

Member Avatar for raj157
0
106
Member Avatar for ravenous

Hi there, I am trying to make a piece of code in C that: 1. opens a specified file, 2. Reads the data in the file and separates it into two arrays, based on the position of commas, 3. Converts the strings into doubles and then perfoms some manipulation on …

Member Avatar for WaltP
0
1K
Member Avatar for Atsnipes

Hi, I need to write a program in the LC-3 assembly language to convert hex to dec. Here are the exact guidelines: "Your program begins at x3000. Beginning at x4000 is a list of any length of positive numbers, terminated with a -1. Your program must display each number in …

Member Avatar for Atsnipes
0
151
Member Avatar for youngone

[code] #include <iostream> // stream #include <cmath> // math functions #include <cctype> // toupper using namespace std; int main() { int jul1; int jul2; int diff; int jdate; int toupper; char ans = 'Y'; do { jul1 = jdate(); /* Term does not evaluate to a function */ jul2 = …

Member Avatar for John A
0
200
Member Avatar for Legend01

hi there, i have created a php website for my mobile DJ business, and want a booking enquiry form so people can fill out their details and email the data to us and we can then contact them about their booking. I have created the form in html, and using …

Member Avatar for GliderPilot
0
84
Member Avatar for captainhair

[code] I need help in Dr scheme. i need to make it so that a string can be broken into the individual words ignoring punctuation. please help [/code]

Member Avatar for Rashakil Fol
0
105
Member Avatar for willyc

Hi, I use to be a bit of a wiz at coldfusion 4, but I havent used it in quite a WHILE! Now its at version 7 and what I remember doesnt seem to work anymore... I am trying to write a 'news' page, it takes data from two tables... …

Member Avatar for Memento
0
136
Member Avatar for example303

My code dose not work its: *//Extract code1.exe to... *//Extract code2.exe to... *//Extract Intro.wav It wown't extract and if you wanted to know why the code is so short its because i did it all in 2 other code files.

Member Avatar for John A
0
89
Member Avatar for whap

Hi all, Let me know if I'm posting this in the wrong place.. I'm in the process of recruiting a development team for part time work on a MMORPG I'm creating called World Domination Online (WDO). Please visit my website [URL="http://www.dtmstech.com/"][COLOR=#800080]http://www.dtmstech.com[/COLOR][/URL] for more details about the game and the development. …

Member Avatar for arthipesa
0
195
Member Avatar for squinx22

how could I link the implementation file to the header file and to the main function. I made this program; // This is my implementation file.. (imp.cpp) #include <iostream> using namespace std; #include "CRectangle.hpp" output() { cout<< "hello"; return 0; } // This is my header file.. #include <iostream> using …

Member Avatar for John A
0
169
Member Avatar for enggars

Hello. I have array that i deffered from my database. For i=0 to 4 Point(i)=Cint(Rs("Point")) Name(i)=Rs("Name") rs.MoveNext next The result is giving me : Point(0) Point(1) Point(2) Point(3) Name(0) Name(1) Name(2) Name(3) I would like to built a chart from it. The chart goes this way: [B]ShowChart[/B] Array(Point(0),Point(1),Point(2),Point(3),Point(4)), Array(Name(0),Name(1),Name(2),Name(3),Name(4)) That …

Member Avatar for enggars
0
126
Member Avatar for vivek.a.84

Hi Im working in an application which will track the click made in any web based application. For Eg: If u click on a link "mail" in yahoo.com.. this application should be able to detect the link clicked. silmilarly for other radio buttons, check boxes.. etc. can someone tell me …

Member Avatar for jwenting
0
102
Member Avatar for Witzbold

Hello, I am kind of new to programming in VB (and programming in general). I am trying to program a (what I assume to be simple) action of having a form when clicked open up a Excel Document. I need the path of the file it reads from to be …

Member Avatar for Witzbold
0
241
Member Avatar for the-new-guy-

[inlinecode] hi in school we have been set a homework task of making a game with a few simple programs! Our teacher asked us to team up and make a game lol just like that we have one month and we have sketched out some plans backgrounds ideas etc please …

Member Avatar for jwenting
0
109

The End.