199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for dami06

Can someone please help me out here.. I am trying to convert a .xml file to .dtd file.. I got this .xml file from google. <?xml version="1.0"?> <book> <person> <first>Kiran</first> <last>Pai</last> <age>22</age> </person> <person> <first>Bill</first> <last>Gates</last> <age>46</age> </person> <person> <first>Steve</first> <last>Jobs</last> <age>40</age> </person> </book> Please could you help me out …

Member Avatar for ausgezeichnete
0
909
Member Avatar for crprajan

[COLOR=darkblue]I have a datagrid in my webform with two columns namely empno and empname. The column empname is a hyperlink column. When the page loads both the columns are displaying data from the emp table. There are totally 5 records in the emptable. So five rows are getting displayed in …

Member Avatar for jamello
0
124
Member Avatar for cagricekin

hi all I am Cagri from MARTI LTD in TURKEY. As Marti Ltd we are searching assistance of delphi programmers. We would release works, we need assistance, in some time through internet. Therefore we want from programmers willing to colloborate us to send their mail addresses and their knowledgement and …

Member Avatar for radu84
0
92
Member Avatar for ggboko
Member Avatar for dss
0
150
Member Avatar for PancoMaan
Member Avatar for fightfox06

[code=c] #include<stdio.h> #include<string.h> #include<stdlib.h> #define MAX 20 //struct team_info typedef struct { char team[16]; int played; int won; int drawn; int lost; int goalsf; int goalsa; int goald; int points; int ID; }team_info; team_info arrdetails[12]; int print_header(); void draw_table (); int take_team_input(); int take_team_name(); int save_table(); int read_table(); int sort_table(); …

Member Avatar for thekashyap
0
157
Member Avatar for Nelly1965

I am processing word documents and would like to move the files to a new location after processing. What code do I use to move file from one directory to another.

Member Avatar for shasur
0
85
Member Avatar for Phreak

Hi Can you help with amending this code, so it no longer looks at the boot ini, but will look at apx 200 separate texts files called "textfile1.txt" "textfile2.txt" etc etc consecutively for the line of text "Max100" and remove and replace with "max200" This is a piece of code …

Member Avatar for shasur
0
94
Member Avatar for nizam147

I Am Trying To Run A Hello World Application Which I Downloaded From The Net. But I Am Getting An Error Saying That Driver Class Not Found Where I Am Specifying The Driver Name As Follows 'com.mysql.jdbc.driver' Which Is Not Recognising Can Anyone Help In Running My First Hibernate Applciation. …

Member Avatar for lucky1981_iway
0
117
Member Avatar for grifflyn

Hi I have written this program to find out how many vowels are in a sentance. What i need to do now is is capitalise the vowels and put a star next to the capital showing how many times that vowel was used in the sentance. so that the output …

Member Avatar for nikkibaby1979
0
177
Member Avatar for ptaylor965

Hi, In VB.NET I have Two tables Table1 = OrderNum, Stockcode, QtyNeeded And Date Table2 = Stockcode, QtyProduced And Date I need to get the sum of QtyNeeded and the sum of QtyProduced so that i can see the differance They are grouped by Stockcode and Date e.g. Stockcode | …

Member Avatar for hollystyles
0
107
Member Avatar for jhdobbins

Alright.. I have to rewrite a program. The thing is, I have to rewrite it using parent and children... With processes (pipes) or threads... How do you create the parents and children with either of these? I am basically asking for a tutorial on how you would create these with …

Member Avatar for ndeniche
0
310
Member Avatar for naya22

I am having problems generating the Fibonacci sequence. I would like to start at 30. Here is my program: #include <iostream> #include <conio> using namespace std; int main() { int Fibonacci, n; cout <<"Here is the Fibonacci number sequence until 30 ."; if ( n==1 || n==2 ) return( 1 …

Member Avatar for ndeniche
0
112
Member Avatar for Albert88

actually i'm new in programming and i have a problem with my assignment... in the assignment, i have to validate the input from the textbox the input have to contain "SO" and folowed by the 3 to 5 numbers and i really don't know how to code it....... plissss someone …

Member Avatar for Albert88
0
75
Member Avatar for milonix

i am looking for a good tut for shell scripting if anyone know's a good please post here thanks :)

Member Avatar for jaepi
0
94
Member Avatar for Dhanesh.M

I need some help about ,how to naviagte from one form to another on a button click using java swing:-/

Member Avatar for Dhanesh.M
0
84
Member Avatar for lionburn50

I have to remove an element from index = 7 from an array and then move the rest of the elements to the positions 7, 8, 9, and so on.. i looked in my book but i cant find the remove code... does anyone know how i can remove the …

Member Avatar for ndeniche
0
255
Member Avatar for dragoshstoica

Hi, I have a new problem in my project. For connect to database and to creat her i used DISQLite3 Personal_1.3.4.I've learnd how to show sa table but just in a richedit and i don't know how to put the information in a table. help pls. Here is how i …

Member Avatar for dragoshstoica
0
100
Member Avatar for RaCheer

I am trying to write a program that will scan another file for comments only. It will scan for comments of both types, // and /* */, and then print these comments. The code I have written so far works, but it prints the entire code. I would really appreciate …

Member Avatar for RaCheer
0
142
Member Avatar for fredzik

Hello every1, I've been googling about but can't seem to find a solution to the following problem: [code=Python] print "Hello world"[/code] How does one colourize the "Hello world" in the results. It can be any colour as long as it's not the standard blue. Also I need to know what …

Member Avatar for fredzik
0
143
Member Avatar for siyomai

I got this error from my php code... [B]Parse error[/B]: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in [B]C:\Program Files\xampp\htdocs\projko\sign_in_sub.php[/B] on line [B]11 here is my code: [code=php]<?php ini_set('display_errors', 1); function sign_in(){ $con = mysql_connect("localhost", "root", "dodong"); if(!$con){ die('Could not connect: ' . mysql_error()); } mysql_select_db("dbko", $con); …

Member Avatar for siyomai
0
98
Member Avatar for gparadox

Hey I am doing a program in palindromes. Don't worry, I dont want any code (I read the sticky). But this is my first semester using it, and my second program. I am having trouble in storing the word from the user. Right now it only stores one character. How …

Member Avatar for gparadox
0
138
Member Avatar for mcole50

I cannot find my era as to why the program wont exit. No matter the number i input it still continue to run. If someone cant point out my era it would be highly appreciate.. [code=c] #include <stdio.h> #include <conio.h> #define FROZEN -99 #define BOILING 212 int main(void) { int …

Member Avatar for ndeniche
0
146
Member Avatar for dacs

:( please help me in my laboratory exams in c++ programming... please give me a source code and .exe file on the following program: FOR STRINGS Write a program that inputs 4 string that represent integers, converts the strings into integers, sums the values and prints the total of the …

Member Avatar for Madzts
0
142
Member Avatar for dks1383

Hi Is there any free web hosting sites that suport php and mysql? (and work with them be easy)

Member Avatar for jbennet
0
118
Member Avatar for jan1024188

Hello, I made a small app and I wanted to include DialogBox Here is a code: [code]#include <windows.h> #include "resource.h" const char g_szclassName[] = "myWindowClass"; BOOL CALLBACK WelcomeDDlgProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM lParam) { switch(Message) { case WM_INITDIALOG: return TRUE; case WM_COMMAND: switch(LOWORD(wParam)) { case IDD_WELCOMED: { int …

Member Avatar for jan1024188
0
161
Member Avatar for monkeyhead

Hi there, I've written a program that calculates the average of a few things. How ever somtimes the average can be say for for example 69.3%. If I was to get that value to show, would I use a float or a double? I've tried using a float but it …

Member Avatar for ndeniche
0
110
Member Avatar for lafalot

Hi all, I am running a query on an MS Access table that has some fields that are the same and some that aren't. For example, the customer number_field is the same, but the start_date field is different. I'd like to run through the query and when the customer_id is …

Member Avatar for lafalot
0
312
Member Avatar for wallish

Well, I'm working on a simple project but I've hit a snag in my progress so far. I'd like to take a file that has text which will be something similar to: [code] Placemarker 1 = words/numbers Placemarker 2 = words/numbers Placemarker 3 = words/numbers [/code] so you'll have a …

Member Avatar for wallish
0
330
Member Avatar for adam37

Hi All, I have a question about the following C++ program: How does the C++ program know which of the sqr functions to use in this program? [code] #include <iostream.h> // This program illustrate the use of Function overloading int sqr(int x); float sqr(float x); double sqr(double x); int main(void) …

Member Avatar for thekashyap
0
121
Member Avatar for vrushalinz1

HI , i m using System.Windows.Forms.ListView control. i want to set the text in the subItems to bold at run time. How do i acchieve this :!: Thanks in advance.

Member Avatar for Shodin
0
210
Member Avatar for dm215

So here is some sample code: [code] #include<valarray> int main() { std::valarray<double> vec(10); for (size_t i=0; i<11; i++) vec[i] = 1.0; std::valarray<double> vec2(vec); return 0; }[/code] So, in a situation similar to this one, I am segfauting, but not in the loop, rather in the constructor call after the loop. …

Member Avatar for thekashyap
0
161
Member Avatar for RossSCann

I have tried Beep() and MessageBeep() which compile fine, execute with no error but there is no sound. Are there better sound/tone generating fns avail for SDK? Ross

Member Avatar for RossSCann
0
88
Member Avatar for desiguru

I am looking for a PHP news system. I guess it will be more like any other news paper site online. I am looking for an open source or paid version. Does anyone know such thing?

Member Avatar for cpickering
0
76
Member Avatar for ajay_tabbu

hello friends i have write a code(j2me) for mobile game my code is build but on run i got error message: Unable to create MIDlet Jeep.java java.lang.ClassNotFoundException: Jeep/java at com.sun.midp.midlet.MIDletState.createMIDlet(+29) at com.sun.midp.midlet.Selector.run(+22) Execution completed. 3610981 bytecodes executed 7309 thread switches 1647 classes in the system (including system classes) 18046 dynamic …

Member Avatar for ~s.o.s~
0
111
Member Avatar for pavani2006

1. Write a java program using following details. You are free to make all necessary assumptions. All the assumptions made should be documented. There are four scientists who need to be ordered according to their smartness (smartest to least smart). There is a text file “smart.txt” in the following format: …

Member Avatar for ~s.o.s~
0
258
Member Avatar for gabs

hi! In a GUI I'm making, I'm using a dialogbox, and I want the user to have an option to load a picture from file, and to see it on the dialog box. but here is where I need help. how can I display a picture on a dialog box? …

Member Avatar for ~s.o.s~
0
91
Member Avatar for revenge2

Hello there, does anyone know of any free beginner c++ videos on the net? . Thanks-:cheesy:

Member Avatar for qwertydid
0
85
Member Avatar for HunterSThompson

how would I upload files with php if someone can steer me into the right direction that would be great.

Member Avatar for cpickering
0
75
Member Avatar for someoneelse

I am using visual devloper express, and i have been following allow in the "starter videos". for lesson 8 (editing and insterting into a sql express db file on the local host), the example worked fine, but when i try to replicate the example with a SQL database (external one) …

Member Avatar for hollystyles
0
247
Member Avatar for kohkohkoh

Currently i am building a message queue program which one is sending a message to another party. lets say ABC sending a message to DEF if ABC sends a msg out using message queue, it stores at the msg queue manager, once the msg stored in,i want the server side …

Member Avatar for kohkohkoh
0
98
Member Avatar for aerian

[COLOR=#0000ff]hye i m working on a n autocomplete textbox. here the text box is binded through only specific values defined in array. i want to bind the text box through the values selected from data base . how can i retrieve the database values here. the code is as follows …

Member Avatar for f1 fan
0
149
Member Avatar for Luckychap

Hi, I am doing a project on finger print authentication. I am using finger print bitmap(4-bit). can any one help me with how to trace all the rigids on finger print so that i can find minutiae points for creating my template database. any links are also valuable.. Thanks.

Member Avatar for thekashyap
0
122
Member Avatar for adotl

I dont know if Im far off with this, The user enters their name and I want them to only enter in a string so if they enter in a number Id like an error message, any ideas? [code]program Word; uses crt; var letter: string; begin clrscr; Repeat writeln('What is …

Member Avatar for adotl
0
111
Member Avatar for zak2710

[B]Would u help me with this task, I am new in C++ programming, this codes have alot of errors, I have never work with graphs before, I am using Borlard C++ Ver 5.02. I was told u can not run a graph task using text editor. If that is the …

Member Avatar for Ancient Dragon
0
102
Member Avatar for louis7370

[code=c] #include<iostream.h> #include<fstream.h> #include<conio.h> ofstream Ofil("ROW-COLUMNAR.DAT",ios::app); class application { private: int number; char application [20]; public: void accept_data { cout<<"enter application: "; cin>>"application: "; Ofil<<"application"<<endl; } void display_data() { char appl; ifstream Ifill("ROW-COLUMNAR.DAT",ios::app); while(Ifill) { Ifill.getline(appl); cout<<appl; } } }; class Calculator:application int mc(int x, int y) //Multiply two numbers …

Member Avatar for Ancient Dragon
0
325
Member Avatar for marlon ng

I got this from a book.: Forty students were asked to rate the quality of the food in the student cafeteria on a scale of 1 to 10 (1 means awful and 10 means excellent). Place the 40 responses in an Integer array and summarize the results of the poll. …

Member Avatar for scudzilla
0
195
Member Avatar for aparnesh

I have 3 SELECT elements, one of which contains text and the other two numbers. Values in all 3 selects are generated dynamically from ASP. The Option elements in the selects are being added by a Javascript Code like below [Code] var newOpt ; newOpt = document.CreateElement("option"); newOpt.text = <%=Value%> …

Member Avatar for aparnesh
0
146
Member Avatar for machspud

I was assigned to create a program that lets the user enter the total rainfall for each of the 12 months, into an array of doubles. Then it needed to calculate and display the total rainfall for the year, the average monthly rainfall, and the months with the highest and …

Member Avatar for WaltP
0
2K
Member Avatar for livingsword

hi, i have just started with scripting and read several tutorials. But i have some doubts, 1) How do i print the file access permission(FAP),... not changing the FAP... but printing it ?? 2) how to search for duplicate files in current directory ? 3) how do i validate a …

Member Avatar for jbennet
0
119

The End.