132,726 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for shyterrice

Hello everyone, My name is Stephanie I am new to the forum I have been just reading, this is my first time actually participating in one of the threads. I must say that I have learned a great deal from this site, I have been able to fix minor problem …

Software Development c c# c++
Member Avatar for alc6379
0
100
Member Avatar for JRM

hello all, I have an old database that was written for xenix 386 using the old a.out binary format. Since then most unix/linux OS s have adopted the ELF format. These binaries will not run on a modern OS. I don't have the source code, just the binaries. Is there …

Software Development c++ unix
Member Avatar for vijayan121
0
149
Member Avatar for Jennifer84

If I have a textBox1 that contains 2 lines of text. What I want to do is to put each line into an Array. So I want to check the textBox1 and read in all consisting lines into an Array. [I](1 line will reprsent 1 memoryplace in the Array)[/I] How …

Software Development c++
Member Avatar for Jennifer84
0
340
Member Avatar for nschessnerd

hey im using vb 6 on a 64 bit vista computer in vb express 2008, is there some way i can compile a lightweight program for use on a mac? thanks m

Software Development visual-basic
Member Avatar for bbqchickenrobot
0
89
Member Avatar for matt999tye

I am writing a program that performs a NOR function and i keep getting this error I cant figure it out! 1>z:\assembly\p2a\p2b\p2b\p2b\p2b.cpp(28) : error C2443: operand size conflict 1>z:\assembly\p2a\p2b\p2b\p2b\p2b.cpp(29) : error C2443: operand size conflict 1>z:\assembly\p2a\p2b\p2b\p2b\p2b.cpp(30) : error C2443: operand size conflict 1>z:\assembly\p2a\p2b\p2b\p2b\p2b.cpp(31) : error C2443: operand size conflict 1>z:\assembly\p2a\p2b\p2b\p2b\p2b.cpp(33) …

Software Development assembly
Member Avatar for matt999tye
0
160
Member Avatar for SergioQ

Dying here people! I am have basically confirmed that I my script is getting a POST and that it has some length to it, etc.: $ENV{REQUEST_METHOD} $ENV{'CONTENT_LENGTH'} But this line here: [code]read (STDIN, $query, $ENV{'CONTENT_LENGTH'});[/code] Comes back with $query being blank. Surely I am missing something? Wish I knew Perl …

Software Development first-post perl
Member Avatar for KevinADC
0
129
Member Avatar for matt999tye

hi I am new here. I have started an assembly class and I have completed the beginning assignments about making a program perform addition and what not. I am now stuck on making it do an NAND function. I have to use 16 bit registers, but I cant wrap my …

Software Development assembly
Member Avatar for Duoas
0
132
Member Avatar for armanp

I have a function find(x) in my linked list, that search through the listfor the value and return an Iterator pointing to the first node contaning value x. if x is not found in the list, it returns an Iterator pointing to NULL. it should be a linear search. would …

Software Development c++ linked-list
Member Avatar for Lerner
0
105
Member Avatar for new_2_java

Hi all, I have a program which downloads a bunch of documents from a remote server and after bundles them up in a .zip file using ZipOutputStream. The problem is that when I download the files, there could be more than one file with the same file name. So, when …

Software Development java
Member Avatar for new_2_java
0
4K
Member Avatar for sridharp_in

I need code for autosuggest textbox in html using java connecting database. plz its very urgent. Thanking u in advance. Sridhar.

Software Development java
Member Avatar for jwenting
0
84
Member Avatar for jelab89

HI I need to make Microsoft Access 2003 Dependent Drop Down from an existing application which set a configuration file. The user interface contains many drop down that are filled dynamically. The issue here is the latency, meaning the time needed to refill the drop down after making a first …

Member Avatar for techniner
0
77
Member Avatar for Jennifer84

I wonder. When you are in dubbingmode and develop you program you refer to ifstream like in the code below. [code] ifstream OneFile("Text.txt"); [/code] "Text.text" is in the folder debug. Later when the application is finished. I want the file "Text.txt" to be in a folder like this: C:\NewApplication\FileFolder\Text.txt How …

Software Development c++
Member Avatar for Jennifer84
0
140
Member Avatar for bis student

[CODE]#include <iostream> using namespace std; void intialize(char array[][6]){ for(int i=0;i<13;i++) for(int j=0;j<6;j++) array[i][j]='*'; } void menu (char array [][6]){ cout <<endl; cout<<"\tA\tB\tC\tD\tE\tF"<<endl; for (int i =0; i<13 ;i++){ cout<<"Row "<<i+1<<'\t'; for(int j=0;j<6;j++){ cout<<array[i][j]<<"\t"; } cout<<endl; } cout<<endl; } void main(){ char array[13][6]; intialize(array); char smoking,type,exit,column; int row,col; do{ smoking = …

Software Development c++
Member Avatar for Narue
0
148
Member Avatar for buddyrocks73

I'm having trouble with this program that is a math tutor for a young student. The program should display two random numbers between 1 and 500. Could I get some help?

Software Development c++
Member Avatar for Narue
0
142
Member Avatar for lycoslocos

I had a form that requiring a Job Order Code, "the Job Order Code is just like number of transaction". We had 12 months in 1 year. I need to reset the starting Job Order Code in every month. For Example: January: In month of January I had 10 transaction, …

Software Development visual-basic
Member Avatar for choudhuryshouvi
0
174
Member Avatar for Nemoticchigga

Hi, I am writing a simple program to read and write a serial port. I only have access to one serial port on my pc so I am using a HugePine RS-232 to USB convertor. The driver is installed and windows recognizes it is attached. My question is what comm …

Software Development c++
Member Avatar for Nemoticchigga
0
148
Member Avatar for gcardonav

Hello Well I have this coding and I thought I set it up ok to catch this simple exception, but as of right now, the program continues to run after the exception happens and its not even catching it. where did I go wrong. Thank you all Your rookie programmer …

Software Development c++
Member Avatar for gcardonav
0
100
Member Avatar for chetanmangsuli

Implementation of Apriori algorithm using count distribution algorithm could any one send the source code at [email]chetan_a84@yahoo.com[/email]

Software Development algorithm java
Member Avatar for techniner
0
116
Member Avatar for ptaylor965

Is it possible to issue SQL Style Commands to manipulate data from XML Files ie. SELECT, INSERT, UPDATE and DELETE The reason i ask is the i want to write an appliclation that will store the database with the application but with out the user needing to have MSAssess (for …

Software Development app-store vb.net xml
Member Avatar for binoj_daniel
0
113
Member Avatar for mmxbass

How can I make my pygtk windows switch to another workspace. I'm working on a box-oriented task selector and I need my boxes to follow windows to their new workspaces when they change workspace. This is my code thus far: [code] import wnck import pygtk pygtk.require('2.0') import gtk import gobject …

Software Development python
0
183
Member Avatar for mmxbass

I am trying to make a box-oriented task selector similar to the style of nextstep. I am currently having problems painting the box background and application icon onto my window. If I just use a normal gtk.Image widget it works fine, but that won't let me have both the box …

Software Development python
Member Avatar for mmxbass
0
105
Member Avatar for vishalkhialani

Hi, My below code compiles and builds ok but it behaves a bit unexpected. Please see my comment where I am having the problem. Any advice will be highly appreciated. [code] while(count<9) { system("cls"); printf("\n\n\n"); printf("\t\t\t PURCHASE ORDER SYSTEM \n\n\n\n\n\n\n\n\n\n\n"); printf("\t\t\t\t INPUT NEW ORDER DETAILS MENU\n\n\n\n\n\n"); printf("PLEASE SELECT ONE OF …

Software Development c++
Member Avatar for vishalkhialani
0
106
Member Avatar for craigdmc

I see I am not the first to have problems with ComboBox and will most likely not be the last This is likely to be an easy one for most of you... i put it down to my age :) am using Visual Studio - Visual Basic.. I have a …

Software Development visual-basic visual-studio
Member Avatar for kinyuadave
0
109
Member Avatar for larryperl

Here is part of my code- [Code] extrafiles1=$(ls mt.*.*.*.*) if [[ $(ls -l $file 2>/dev/null) = *$today* ]]; then if [[ $file -eq $extrafiles1 ]];then rm $file fi fi [/code] when i am running the script it's showing an error-- mtclean[239]: ./mt.log.8882.-5.1202989443474: bad number. when i just ran this command …

Software Development shell-scripting unix
Member Avatar for DimaYasny
0
122
Member Avatar for jb7643

I have just started today. I put the following code into DEV-C++: [code=cplusplus] #include <iostream> int main() { std::cout << "Enter two numbers:" << std::endl; int v1, v2; std::cin >> v1 >> v2; std::cout << "The sum of " << v1 << " and " << v2 << " is …

Software Development c++
Member Avatar for jb7643
0
94
Member Avatar for jagdish.ind

hi, i am using crystal report to prepare reports. my database is in oracle 9i. i am using vb.net 2003. after creating crystal report whenever i am going to view the report in button click event it is asking me to give login id and password. for each and every …

Software Development oracle vb.net
Member Avatar for sbv
0
107
Member Avatar for JoePie

If anyone can throw a good suggestion my way, i 'd love it. I'm coding a piano that uses Swing and the piano keys are JButtons. A standard computer keyboard can be used to play notes by linking up to the JButtons. I'm only using two buttons for a prototype. …

Software Development java java-swing
Member Avatar for JoePie
0
1K
Member Avatar for kedi

Hello, I need to write a program which displays some images on the screen depending on some calculations. For example if the result of the calculation is 3 it will display an image file, if it is 5 it will display another image file. I don't even know where to …

Software Development c image
Member Avatar for Nick Evan
0
285
Member Avatar for BBC59

Hereafter is a macro (VB6) that converts 2 adjacent lowercase consonants into the 1st remaining in lowercase and the 2nd converted into uppercase. Well, so far so good, but the problem is that it works only when both consonants are the same, i.e. cc, ll, pp, ss, etc. become cC, …

Software Development visual-basic
Member Avatar for BBC59
0
206
Member Avatar for missileh

Hi... Does anyone know how can we get motherboard details using a c program for a Mac machine ? I want details like Motherboard Manufacturer, Its Model No., Its version and Serial Number. How can this information be obtained ??

Software Development c
Member Avatar for missileh
0
92
Member Avatar for millanskie

Hi to all, Do anybody knows how to display the complete dialog of a printer properties, showing all tabs of a printer properties like when you are manually doing it on controlpanel>printer&fax... i wanted to show it that way... I have a program that can show the printer properties... here …

Software Development printer visual-basic
Member Avatar for ruifrazao
0
346
Member Avatar for sanzilla

Hi I am really little bit new to java , actually J2ME , really , can anyone know the API or libraries that can freely download to handle the vcf business card format that come with outlook express ? I really feel lazy to write my own code , anyone …

Software Development api java
Member Avatar for sanzilla
0
144
Member Avatar for codeaa

[B]Background:[/B] I am developing a library for an existing (network) protocol that frequently changes. I want to develop the library to be compatible with the current protocol and support future changes, while maintaining backwards compatibility. Right now, my concern is about the protocol model. I'm trying to find the best …

Software Development c++
Member Avatar for DangerDev
0
140
Member Avatar for sarko86

I downloaded the most recent vesion of winHugs and I installed it. I'm trying to follow a [url=http://www.ssw.uni-linz.ac.at/Teaching/Lectures/SpezialLVA/Stanczyk/]tutorial[/url] about the commands (hugs2List pg 3). I try to use the Prelude function isDigit, but this gives an error. -- File second.hs getDigits :: [Char] -> [Char] getDigits s = [C|c <-s, …

Software Development
Member Avatar for sarko86
0
124
Member Avatar for kursist

Hi, I am new to bash scripting. I have some questions here, Can anybody help? I have a text file which has the following format. UserNam User full name road and house nr. post nr, city phone, mobil Department, job The first thing should be to open file and find …

Software Development file-system shell-scripting
Member Avatar for kursist
0
109
Member Avatar for jaasaria

hi.. i tried to put picture on our system. in the employee form.. but i dont know the exact step on how. i have here a code for opening the picture.. but i dont know how to save it in my database together with the information of the employee... here …

Software Development visual-basic
Member Avatar for jaasaria
0
90
Member Avatar for rajeshkhanna_in

Hi all, I'm working in VB 6.0, when I try to put a component on my form for Crystal Reports XI, It gives me a error message (Unexpected Error) , error Number (35005). Can anybody help me? Thanks in advance Rajesh khanna

Software Development visual-basic
Member Avatar for rajeshkhanna_in
0
66
Member Avatar for aircraft

How can in the output, I want ONLY ONE LINE from 1 to 99, the windows is not enough.. myvector contains: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 …

Software Development c++
Member Avatar for Ancient Dragon
0
128
Member Avatar for aircraft

How to correct it? ompiling... 27.cpp C:\Documents and Settings\ashida\My Documents\MASTER C++\main\27.cpp(21) : error C2065: 'aTable' : undeclared identifier C:\Documents and Settings\ashida\My Documents\MASTER C++\main\27.cpp(21) : error C2109: subscript requires array or pointer type C:\Documents and Settings\ashida\My Documents\MASTER C++\main\27.cpp(21) : error C2228: left of '.size' must have class/struct/union type C:\Documents and Settings\ashida\My …

Software Development c++
Member Avatar for aircraft
0
242
Member Avatar for Roebuc

Hello all, yes yet again an Assignment problem I need help with haha ;) Anyways this time my code is correct, I think, but I am getting hung up on an ifstream issue. Here is the code: [CODE] ifstream infile; ofstream outfile; infile.open("C:\Users\***\Desktop\School\chapter5.txt"); if (!infile) { cout << "Cannot open …

Software Development c++
Member Avatar for Roebuc
0
252
Member Avatar for pitbro

Could you please help me? what is wrong with this code? it prints only D->D->D->D (I want A->B->C->D) [code=c++] #include <stdio.h> #include <stdlib.h> #include <string.h> #include <malloc.h> struct node /* Declaration of structure "node" */ { char letter[1]; struct node *next ; }; struct node *start = NULL; main(void) { …

Software Development c
Member Avatar for Ancient Dragon
0
153
Member Avatar for nurulshidanoni

Can C++ draw a table for matrix? or I must draw a line like this? __________________________ __________________________ _________________________ _________________________

Software Development c++
Member Avatar for ndeniche
0
169
Member Avatar for Roebuc

Hey guys, I was doing my reading last night and was trying to come up with a program other than the practice assignments. It has been hard remembering all the keywords when they are given to you in the practice assignment. I came up with one and kinda got myself …

Software Development c c# c++
Member Avatar for Roebuc
0
135
Member Avatar for orangejuice2005

I have an assignment dealing with polynomials and adding two of them together. Am using vectors to approach this and i have one vector assigned for coefficients and the other exponents Am very very new to c++ and am at a lost. Here is my + operator [code] Polynomial operator+(Polynomial& …

Software Development c++
Member Avatar for Duoas
0
2K
Member Avatar for aircraft

whats the different between two multidimensional vector and array?

Software Development c++
Member Avatar for Duoas
0
119
Member Avatar for wolverine_ramir

1) is it possible that i could create GUI application under Perl (*.pl) files? 2) what are the things that i need to consider and do? 3) i tried copying a perl program from a certain website and when i tried running it on command prompt for Windows, it says …

Software Development gui operating-system perl
Member Avatar for wolverine_ramir
0
203
Member Avatar for augussk

Hi, I am programming in VC++/MFC to make applications for Bus, Airline and other ticket booking softwares. In those applications i need to display the available Buses/Flights in as in Web pages. i.e., like tables. A row for a flight like that. Currently I am making such a view by …

Software Development c++
Member Avatar for Duoas
0
121
Member Avatar for jaggesh

The question goes like this: You are given a file in which each line contains a list of space separated words. Write a program to find out: 1. List of words that are present in all the lines (words common to all lines) 2. List of unique words that are …

Software Development c
Member Avatar for Aia
0
103
Member Avatar for hallinan

write a bit of code to read from a file and compare a string but it dies before it finishes. the complier tells me there is a segment fault on line 31 can anyone help. [CODE] [LIST=1] [*]#include <stdio.h> [*]#include <string.h> [*]#include <stdlib.h> [*]#define max 100 [*]struct customer{ [*] [*] …

Software Development c
Member Avatar for Aia
0
162
Member Avatar for RexxX

I want to store a byte from fread as type char, and then be able to perform comparison operations on that byte as an int. I have [quote] int num; char buffer; num = fread(buffer, 1, 1, myFP); [/quote] and I'm sure it's not right.

Software Development c
Member Avatar for John A
0
115

The End.