199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for LAMJAM

I couldn't get in here for a while, my pc was clocking-busy place?! I posted my problem to the wrong forum & didn't get any help-surprise! I just want to know what I'm doing wrong in my code. I can't get rid of the 2 errors or understand what they …

Member Avatar for prog-bman
0
184
Member Avatar for Mahen

Hi, it's me again, i started to learn C++ and I would like to ask your help to create a program. I want to create a program that will open and close my CD-ROM tray, after user input. You know, i press a button, tray opens, press a button, it …

Member Avatar for Extreme
0
163
Member Avatar for Kinroan

I am not very good with HTML yet, but I did manage to write a web site, and I was wondering if there was any way to put a forum on my site...or how to get one. Thanks for any help You can post here, or if you want, [EMAIL=KinroanZ06@aol.com]E-mail …

Member Avatar for Kinroan
0
134
Member Avatar for LAMJAM

> oh yeah. well it happens sometimes Hi, Can anyone give me a hint of what I'm doing wrong here? not pretty, but here's my code... #include <iostream.h> #include "apstring.h" #include <fstream.h> int main() { apstring user_name; int street_num; apstring street_name; apstring apt_num; apstring city; apstring state; int zip; ofstream …

Member Avatar for tgreer
0
290
Member Avatar for jdl44lfhs

I am new to programming and I am trying to learn, I got a book and it has some problems in it, Here is one of the problems that I would like some help with if anyone could help me through it of if you have any code that is …

Member Avatar for jdl44lfhs
0
210
Member Avatar for blackbabydoll

I receive to build areas when I want to start my debugging. But the errors do not show up when i just compile. They are: error LNK2001: unresolved external symbol "void __cdecl withdraw(char,double &,double &,class std::basic_ifstream<char,struct std::char_traits<char> > &,struct node * &)" (?withdraw@@$$FYAXDAAN0AAV?$basic_ifstream@DU?$char_traits@D@std@@@std@@AAPAUnode@@@Z) and fatal error LNK1120: 1 unresolved externals. …

Member Avatar for blackbabydoll
0
171
Member Avatar for kaiser<lucy>

recently we had a power surge, and the next morning when we came in we realized that all the filemaker databases had been wiped out. I know this isnt much to work with but im not sure where to start in recovering it. any advice?

Member Avatar for kaiser<lucy>
0
100
Member Avatar for dowens3rd

I have asked this question before and have not gotten a completely useful answer. I am trying to sort a number of any size. For example: if 643597 is entered, the output should be 345679.

Member Avatar for dowens3rd
0
200
Member Avatar for Devin

Alright i understand mybase.MouseMove event handles everytime the mouse is moved, but what i am having a problem with is using this code in a MDIContainer Form. When used here the mouse event is never trigged. So i am curious if there is away for this mouse event to be …

Member Avatar for Devin
0
96
Member Avatar for blacjuice

I have to get the total votes and percent of each vote for this program.I cant figure it out! I have attached input,but this should be output. Johnson 5000 6.2 Miller 4000 7.75 Duffey 6000 5.16 Robinson 2500 12.4 Ashtony 1800 17.22 Adkins 3500 8.85 Walls 5500 5.63 Bills 2700 …

Member Avatar for blacjuice
0
181
Member Avatar for hruzam

I've finally pulled out my old Visual Studio 6.0 and installed C++. I've done some very low level C++ programming years ago, but I've never used this program before. I've loaded the MSDN and searched on how to start a program. However, after about 3 weeks of migrating from one …

Member Avatar for hruzam
0
172
Member Avatar for Pheonix28

hello all, im new here, ok, i have a question, im trying to make a simple program, but keet gettin an error [CODE] //NFL Favorite Team #include <iostream> int main() { int NFL; std::cout << "Who is the best team in the NFL?\n"; std::cout << " (please only use the …

Member Avatar for 1o0oBhP
0
301
Member Avatar for mahas

i have to submit my final project but don't know what should i do as a final project. i wanna do something related with mobile communication with a pc over a network.is this possible and any suggestions what really to do thx

Member Avatar for 1o0oBhP
0
561
Member Avatar for mikeandike22

i want to write a latin translator because most translators online dont do it very well plus i have to translate like 3 chapters of cicero a week at boston latin school. So i need some advice on what language i should would be best for this and advice on …

Member Avatar for 1o0oBhP
0
127
Member Avatar for nanosani

Is there any good vb to java convertor available ?? or should it be java to vb convertor ?

Member Avatar for jerbo
0
146
Member Avatar for warm heart

hi there good evevning >>>>> :lol: :lol: i hope all of u is good ..... sorry but i know i am new but i face aproblem with array i don't know how to solve problem with array >>>>> i have problem that said enter name of 15 studemt and there …

Member Avatar for jerbo
0
107
Member Avatar for vtma71
Member Avatar for 1o0oBhP
0
74
Member Avatar for Xpyder

i try to compile source code from a CD in MSVC++ 6. It is scripted in C++ and uses the Win32 api and Direct X 8.0 SDK - and i have included the ddraw.h, ddrawx.h (i have tried with and without this) and with the .lib files. Whenever i tried …

Member Avatar for Xpyder
0
146
Member Avatar for dello

Hi, i have written a program for my assignment, however i need a little bit of help.. the program is written in c++ and im using the bloodshed compiler - [url]www.bloodshed.net[/url] i need to put some kind of validation in whereby - it calculates the duration of a call in …

Member Avatar for dello
0
164
Member Avatar for LAMJAM

Hi, Here's my code: #include <iostream.h> int main () { int i; cout << "Please enter a number" << endl; cin >> i; if (i < 0) { cout << "The number you entered is negative.\n";} if (i = 0) { cout << "The number you entered is zero.\n";} if …

Member Avatar for yb1pls
0
183
Member Avatar for Jeff20

I keep getting these errors. Anyone know how to fix them? My program was working before. Both directories seem to be the same tho so i have no clue what it means. "AppointmentMatthews.java": Package C:\javastuff\Appointment\AppointmentMatthews.java stated in source Massage does not match directory C:\javastuff\Appointment\AppointmentMatthews.java. at line 11, column 9 "MassageMatthews.java": …

Member Avatar for jwenting
0
132
Member Avatar for jonboy_us

Java2 homework help. Quick comment...Java was not meant for GUI! If you want GUI, then use VB. Now that I have that out of my system... Homework goal... To create a GUI java app that will save the info in the text fields to a file to a location that …

Member Avatar for jwenting
0
252
Member Avatar for sweetbaby

hello, i need the help for computer programming in the class. the question is below. i try to write the program, but it comes out a lot of error. please, help me to do this problem. Write a C++ program for the function `f1(x) = 2.6*x^3 - 5.7*x^2 + 4.9x …

Member Avatar for prog-bman
0
105
Member Avatar for I_Byte

:oops: Trying to play with shapes, but can't get anything to come out. I can do it in a module, but when I try using a class and a module, I get totally lost. This is what I have: [code]Public Class CSquare Inherits Object Private mside As Integer Public Sub …

Member Avatar for DeFrog777
0
152
Member Avatar for mahas

just a lil confusion plz hlp ok the physical consistency of the data means that it shoud be same(value/format) whereever present in the data base but what does logical consistency means...?

Member Avatar for mahas
0
122
Member Avatar for rusti

Hi everyone, I am a computer teacher in the midwest that is going to have to teach a unit on QBASIC very shortly! i am really a science teacher and would love a little help. i am looking for short, 10 lines or so, programs that the kids can type …

Member Avatar for rusti
0
165
Member Avatar for paradox814

is there a way to check the exsistance of a table? I want something similar to this: SELECT COUNT(*) FROM table1 but for a table (in a given database), not rows within a table I know of another line command: check table table1 quick but this gives back too much …

Member Avatar for paradox814
0
86
Member Avatar for Marauder

I am having a little trouble incorporating a simple password into a voting machine style program. If anybody can see what's wrong with it and point it out, I would be very grateful. [CODE]#include <iostream> #include <iomanip> #include<string> #include<cstdlib> using namespace std; int main() { char choice; string password = …

Member Avatar for vegaseat
0
340
Member Avatar for gkdmaths

So school's out for a month and Ive been doing some hobby VB6 programming... Im writing calculators involving up to 25 variables, many constants, etc, etc, etc.. So, instead of requiring the user to input all the vars I thought I'd allow the loading of comma- or tab-delineated textfiles with …

Member Avatar for gkdmaths
0
322
Member Avatar for KittyGirl

OK, here's my problem. This is supposed to print out a list of menu items. You choose from the list, then print the bill. My problem is that I can't seem to get the menu items to print out in a tabular format and my printout won't add the items …

Member Avatar for KittyGirl
0
232
Member Avatar for dustinschiffer

:cry: I am very confused, i am working on a console application and it doesn't seem that my console output codes are working. Can someone tell me whats wrong? cout << "text" << end1;

Member Avatar for vegaseat
0
157
Member Avatar for missy

i am trying to do a program but i have two error and i don't know what they mean. can someone please help me. this is the program [code] #include "stdafx.h" #include <iostream> using namespace std; int S1(int x, int& y); int S2(int& m, int n); int main() { int …

Member Avatar for 1o0oBhP
0
79
Member Avatar for jtxay

Hello there, Okay i had to write a program that computes the number of days between two dates, right, and so far i'm just sort of stumped over what to do next to get it all right and functioning correctly. I've written the code and everything else, and It runs, …

Member Avatar for 1o0oBhP
0
159
Member Avatar for Nabs

Consider this function: double find_distance (const stud &pnt_1, const stud &pnt_2); stud is a defined structure. What is the point of calling pnt_1 and pnt_2 by reference if 'const' is included at the begginning, making the value remain constant? I mean, when we call by reference, its only to change …

Member Avatar for 1o0oBhP
0
108
Member Avatar for RaulC

Iam suppose to make a program that creates an employee database of names, addresses, and phone numbers. the user to search by name for an employee in the database. if the name is not found output a message to that effect. so far I have this but its giving me …

Member Avatar for 1o0oBhP
0
146
Member Avatar for sherbertmonkey

ight here is my program or what i need my program to do and my frame work its pretty nasty its got lot of gaps but i just need to figure out how to output the ending to this to have the right start day the right num of days …

Member Avatar for 1o0oBhP
0
107
Member Avatar for onauc

Howdy, I want to know how the google, webcrawler etc. searchengines really work. I have read around 10 websites, found on google, about “how searchengines work

Member Avatar for onauc
0
136
Member Avatar for PriyaJaiGanesh

Sir, I need ur help in the Following Assignement. I have to write a program to store the Employee details i.e rollno,Department,salary,name,experience etc using the file operation. plz help me! Urs PriyaJaiGanesh

Member Avatar for alc6379
0
89
Member Avatar for badchick

Hello, I'm back again and i brought my code.. This Program counts upper/ lower case letters, digits, end of sentence markers, intrasentence markers, Blanks, and all other symbols, and then approximate the following statistics on average word and sentence length. But i'm not to sure if this is the right …

Member Avatar for alc6379
0
136
Member Avatar for CPLUSCPLUS

The System () function call is in C and C++, but I can't seem to find out just exactly what it can do. I use "C++ How to Program", by Deitel and Deitel, but it's silent on the application of System(). Any help would be appreciated. Thanks. PS: For example, …

Member Avatar for CPLUSCPLUS
0
119
Member Avatar for TKSS

Hi all, I have a three part question with each inhingent upon each other. 1. Is there a function in excel that isn't global that will call the time and date? I'm using an IF function to drop the date into a column when text is input into the cell …

Member Avatar for tonyd
0
201
Member Avatar for daniel75

I have a datagrid show all "New" work orders. I want to be able to open "History" of a work order under that work order number in the same datagrid. How would I do that? Do I need to insert rows or is it possible to insert a datagrid under …

Member Avatar for tgreer
0
390
Member Avatar for mak 23

i am taking a cpsc 140 class and i'm a little confused how to begin my assignment. Write a C++ program that reads in an unknown number of characters from the a text file, count the number of words, and print each word in reverse to the screen. Words are …

Member Avatar for vegaseat
0
151
Member Avatar for dello

hi all, i need urgent help. i am currently learning c++ and i have been given a program to write, I am really struggling with it and as it is an assignment whic needs to be handed in tomorrow i really need help :( - im not lazy its just …

Member Avatar for dello
0
204
Member Avatar for PLEEDS

Every time I try to write this page I encounter many errors, usually a blank page acan anybody help me? I am just learning, really just learning. Thanks "Write an ASP page that has a form taking a user's name as input. Store this name in a permanent cookie that …

Member Avatar for populate
0
242
Member Avatar for LostinCode

Hello... I am writing a C++ program that needs to code division with remainders. My current code does not work. //Division if (num2==0) do {num2 = rand() % 10; cout<<"new number "<<num2<<endl;} //get another number while (num2 == 0); cout << "(10) "; cout<<num1 << " / " << num2 …

Member Avatar for LostinCode
0
197
Member Avatar for freesoft_2000

Hi everyone, I am trying to compile some java codes from a .java file that i had saved to disk. Basically i am trying to build my own ide. I have a text area in which the java code is in and also have two buttons. What i need is …

Member Avatar for jwenting
0
196
Member Avatar for badger.home

I am making (or trying to make) a mailing list form for my web site. It is supposed to write the email addresses to the file but it isnt working any help would be [B]GREATLY[/B] helpful THANKS 1} <html> <body> <form action="write1.php" method="POST"> What is your E-MAIL ADRESS <input type="text" …

Member Avatar for badger.home
0
290
Member Avatar for cheesywan

this may be more of an html question but relates to php... I have a form with multipal text fields. when in any field you press the enter key the form is submitted to php, eventhou the form is not compleat. what would be a method for detecting or traping …

Member Avatar for paradox814
0
191
Member Avatar for onauc

Hiya, Ok, I really need help now. I want to learn Php programming. I use windows but I guess the Php scripts I write will be running on Unix/Linux since most webservers of this world are Uniz/linux. Now, my question is : Since there are 2 Php versions (one for …

Member Avatar for paradox814
0
175

The End.