199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for jchamel

The first part of my asp file is working, but I have to concatenate the variables and add text to read this. My name is Joe Blow. I live at 123 easy street in Pine Bluff, AR 71601. My phone number is (870) 123-4567 and my Email address is [email]jblow@seark.edu[/email]. …

Member Avatar for clartsonly
0
113
Member Avatar for Erica

My program is reading the last line of data from an infile twice. When I execute the program, the last line of data is being displayed twice. Please Help!

Member Avatar for Narue
0
310
Member Avatar for afzalhassen

Hi, i'm trying to make use of sqldataconnections/commands&readers to populate a datagrid..the msdn collection lib. hasnt been much help at all in this regard :sad: In addition to binding to the datagrid, i also want to be able to make use of the datagrids ability to update the data to …

Member Avatar for Billy_K
0
382
Member Avatar for eboney

Hello everyone, I am trying to write a program that will list all my videos by title and also by ID# and sort titles. Also I want the user to enter a ID# and they would see what title is associated with the id #. Can anyone give me a …

Member Avatar for Banderson
0
103
Member Avatar for auchewie

I have a problem that I need help with. My fiancé was placed in the hospital recently and I missed the entire first two weeks of my C++ programming class. I was given an assignment that has to be completed by tonight, October 3. If anyone could help me out, …

Member Avatar for auchewie
0
85
Member Avatar for dontcare

I'm having trouble with this program the objective is to Prompt the for a int. from 0-999, then split the int into three digits, then output the three digits from 000 through number entered using 3 nested for loops. I can get the second and last digits to work but …

Member Avatar for dontcare
0
142
Member Avatar for NJR

:cry: I am trying to create a 2d array that will store the information i hold in the txt file (which is in this format x,y - 45 50 36 47 60 56 etc then i am supposed to calculate the distance btn x and y and store it in …

Member Avatar for NJR
0
99
Member Avatar for mikeandike22

what is the best compiler out there that you can use for a variety of languages. Like is their a compiler that can compile c++, the basics, java, etc. I am just looking for a good compiler that is free and if possible can compile more than one prog. lang.

Member Avatar for vegaseat
0
328
Member Avatar for ellas747

I'm having problem writing code for a program that estimates the value of the mathematical constant e by using this formula e= 1 + 1/1! + 1/2!... I just cant get this to work. Can someone please help

Member Avatar for Narue
0
1K
Member Avatar for wacko

Here is my date code [QUOTE]<%= FormatDateTime(strDate, 1) %>[/QUOTE] I just put this in but it is showing Saturday, December 30, 1899 and wont change. What is wrong??? Wacko [url]www.wackosonline.com[/url]

Member Avatar for Drew
0
83
Member Avatar for coolmel55

What is the difference between a method and an object? Isn't this a method? void Standard::print_results() What denotes an object?? CONFUSED!

Member Avatar for letmec
0
129
Member Avatar for chound
Member Avatar for floweracre

I'm going bald anyhow and this thing is getting me pulling the last of my hair out. I have installed the latest .Net framework on XP Pro running SP2. It creates the following folders... c:\windows\microsoft.net\framework\V1.0.3705 (this has only 4 files in) and \V1.1.4322 (this seems to have the full suite …

Member Avatar for Tekmaven
0
168
Member Avatar for billah_norm

I'm ujsing php 4.0.3 with apache web server. generally i use mysql. but i have to use mssql for another reason. so i am using ODBC for this purpose. but the "odbc_fetch_array()" is not work. says, undefined function. but as far i know, this function should work with this version …

Member Avatar for billah_norm
0
215
Member Avatar for bluegoo06

* ** *** **** ***** i need to make a triangle like this for a homework assignment heres what i have so far im stuck on this i must use for loops...when i compile it all it does is end the program #include <iostream> using namespace std; int main () …

Member Avatar for Narue
0
114
Member Avatar for chris_18

i need help..my grade is on the line.... plss help.. i have a project.. a c banking program which consist of two programs... one is a administrator that adds, edit,delete and show the accounts and the other program is for bankers...in that program you can deposit,withdraw,and check your balance.... this …

Member Avatar for alc6379
0
102
Member Avatar for freesoft_2000

Hi everyone, I am doing a simple compression program in which the application uncompresses the file to a selected folder. The thing is that the file that is being compressed already exists in that folder. What i need is someone to show me a way in whic the file is …

Member Avatar for cosi
0
110
Member Avatar for Pietro

hi guys i am newbie at programming as well. I have a problem in applying reference parameters.I underastand that they are aliases for other variables and they can modify variables in the original called function where as call by value parameters are just copies and cnnot modify the original variable …

Member Avatar for Pietro
0
94
Member Avatar for Tomás

I'm useless at programming so could someone help with simple programes for calculating the aresa under a curve ie "Integral" and one for reading words from an infile sorting them alphabetically and prenting to an outfile??

Member Avatar for Tomás
0
101
Member Avatar for Sheriff Mole

I have just finished a very careful (I thought) session of loading mods. I was sure to have backup versions of every file I effected, and I tested each mod in turn, if they didn't work I scrapped the idea of the mod and put back the old files. Anyway, …

Member Avatar for Sheriff Mole
0
123
Member Avatar for Ivan Ruiz

I Am A Vb On Excell User, I Am Trying To Make A Macro In Visual Basic But I Do Not Know How To Run A Msdos Comand Over Vb In Specific I Want To Excecute A "ping" Command Over A Macro That Help Me To Se If A Computer …

Member Avatar for HokSun
0
126
Member Avatar for Slade

Ok, the company I work for require the vacancies datagrid located at [url="http://www.goldenwest.org.au/vacancies.aspx"]http://www.goldenwest.org.au/vacancies.aspx[/url] to be printable. I have made a new project that shows all records in the datagrid and the datagrid takes up the whole page. What I want to do, is when it is printed, no rows are …

Member Avatar for nashcontrol
0
317
Member Avatar for freesoft_2000

Hi everyone, I have a problem with the fundamentals wit serversockets and sockets in java. In the constructor of the java socket as shown below Socket(InetAddress address, int port) In the above constructor what do they mean by address? In the below java constructor as shown below Socket(String host, int …

Member Avatar for alc6379
0
118
Member Avatar for Kimmi

hopefully any of the experts out there could help clear my suspicion...the 2 IF statements in my .bat file seem logiclly correct but it deosn't seem to work as I expected : 1) IF /I %varX% NEQ %varY% 2) IF NOT %varX%==%varY% whereby the %varX% and %varY% are actually numeric …

Member Avatar for Kimmi
0
135
Member Avatar for matika

#define ENDFILE "CTRL-Z" this end the file whenever the user enter CTRL-Z what i need, i want the user 2 enter CTRL-X to end the program #define ........ "CTRL-X" ( what could i write here) so the program end whenever the user press CTRL-X

Member Avatar for matika
0
191
Member Avatar for wewe

C++ - deals with list Assginment given: Consider a slight variation of the pointer-based implementation of the queue ADT. In this variation, the queue uses a circular linked list to represent the items in the queue. You must use only a single tail pointer. Construct the implementation of such queue …

Member Avatar for alc6379
0
190
Member Avatar for Chester1

Need HELP! This Program that accesses a data base will not print out information from Data Base.I think the Problem is in the SELECT statement.The Primary Key is ID1, I want to Access Primary Key 2, Field Father but when I run it, it will only print out Quote: " …

Member Avatar for sergio
0
106
Member Avatar for coolmel55

I'm very new at this but I'm getting some weird error: unexpected end of file while looking for precompiled header directive I don't have much yet but here it is: #ifndef RECTANGLE_H #define RECTANGLE_H #include <iostream> using namespace std; class Rectangle { public: Rectangle(); //constructor ~Rectangle(); //destructor Rectangle(); //copy constructor …

Member Avatar for coolmel55
0
457
Member Avatar for mohammad

i am new on file(c) if i copy fscanf(nom du file,"%d",&a); from where i want copy th value of a plz send for me a example use fscanf plzzzzzzzz realy i need help :cry: :cry:

Member Avatar for Narue
0
150
Member Avatar for JECMAIL

I have to build a C++ code that accepts 4 separate Hexadecimal inputs and returns in English the human readable for a set of machine code instructions. I can either get my program to accept characters or integers. At this time I have my program set to work on integers …

Member Avatar for Narue
0
175
Member Avatar for HinJew

Hi, as I posted earlier, what I need to do is get a user to input the temperature in celsius (and if input in farenheit, convert it to celsius first) and the windspeed, and have the program calculate the windchill. I have one error in line 88 of the program …

Member Avatar for coolmel55
0
117
Member Avatar for wewe

C ++ reading a textfile into linked list text file: Humpty Dumpty sat on the wall Humpty Dumpty had a great fall all the kings horses and all the kings men could not put Humpty Dumpty back together again --------------------------------------------------- the idea is to read in this sentence into a …

Member Avatar for coolmel55
0
106
Member Avatar for Sheriff Mole

Hi guys. Could someone please tell me; is there a way of making an avatar disappear from the gallery after someone has selected it? I am working with the adinfinitum phpbb template. I'm fairly new to the phpbb code, but I have managed to get a little forum on the …

Member Avatar for Sheriff Mole
0
264
Member Avatar for robertdavies

Hi I am creating some error trapping code that will email me when a error occurs in asp code. Alot of the code works, except perhaps one of the most vital pieces of information line number of the error I have tried ASPError.Line & set objErr=Server.GetLastError() objErr.Line & Err.Line I …

Member Avatar for Lafinboy
0
717
Member Avatar for Jason Marceau

Hi, I have to write a program that tests if a number entered is prime or not. I have finished all the code to display input prompts and output message Example: " Enter a number: " - " x is a prime number" - " x is not a prime …

Member Avatar for nanosani
0
132
Member Avatar for Asif_NSU

Hi guys, itz my that projectile game in C which used to be in code snippets sections. Well, as u can see no one was able to compile it and as a consequence it's been thrown out of the snippets :rolleyes: Well, here is the complete program, no codes -- …

Member Avatar for Asif_NSU
0
111
Member Avatar for coolmel55
Member Avatar for coolmel55
0
301
Member Avatar for asn_vasan

difference between c and c++ languages difference between templates and class,structures in c language and class and structures and templates difference between java and c++

Member Avatar for Narue
0
148
Member Avatar for tip

I am a second year IT student who is working on a project using PHP(frontend) and MySQL(backend). I am brand new to these softwares which are not being touch in class. I have 2 questions: 1. How do I populate fields (textboxes) in a html form from a selected item …

Member Avatar for tip
0
181
Member Avatar for HinJew

I have to write a program that takes temperature in celsius (if in farenheit, it converts it to celsius) along with the windspeed and calculates the windchill. I have the program written but I can't figure out what I'm doing wrong in lines 63 and 75. Any help would be …

Member Avatar for Chester1
0
93
Member Avatar for Jason Marceau

Hi, I have written a program that accepts a positive integer as input and determines whether or not the number is prime, it all works accept when a number is prime it should display " x is a prime number " and continue to prompt for user input ( loop …

Member Avatar for jerbo
0
148
Member Avatar for bheng

[FONT=Arial Narrow]undefined[/FONT] please help me to make my Java programming project. my teacher required me to make at least a very simple game using java application. Since we're still on the basic Java, however I tried to make my own, I still cannot. Please!!!! anyone can help me to make …

Member Avatar for Dani
0
145
Member Avatar for chound

I want to break the loop if the user does not enter any value. How do I do that. [CODE] #include<iostream> using namespace std; int main() { int a=1; while(a!=NULL) //how do i phrase this. When the user does not enter any input //I want the loop to exit cin>>a; …

Member Avatar for jasweb2002
0
145
Member Avatar for Mahen

hi everyone i've created a program on perl and i want to share it with everyone so as everyone can bring his own code. For more information, email me at: [email]neoanderson12@hotmail.com[/email]

Member Avatar for alc6379
0
97
Member Avatar for ray96

Hi, I am very new to C, and also to this forum, so please bear with me. :!: :o I am trying to create a console astronomical program, and I need to know how to convert radian numbers to degrees. I would appreciate any help.

Member Avatar for Dave Sinkula
0
137
Member Avatar for macca1979

Hey there, I'm new to java and I need to write a string that i generated in my code to an output file. I'm currently writing the string to the standard output like so : System.out.println("K_"+Receiver+",t"+msgnum+"(R(" +Receiver+",t"+msgnum+"("+out1+")))"); All the types e.g. 'Receiver' or 'out1' are of type string. Could anyone …

Member Avatar for tigerxx
0
95
Member Avatar for SirMack

I am seeking some advice, as I am in the process of helping a friend develop a website. Basically an online store that will have a catalogue of 1,000 items. I know that doing it the old fashioned way (Creating an HTML page manually for each item) is not practical. …

Member Avatar for Lafinboy
0
510
Member Avatar for jasweb2002

I asked this before but didn't get an answer so I went to talk to my "professor" and he just about made me want to quit programming :( . So a little help would go great lenghs to salvaging this day. Basically I have to right a program that reads …

Member Avatar for jasweb2002
0
105
Member Avatar for XianBin

I don't how to description this puzzle, just like this: [code] int *fun_num() { int b = 123; return &b; } char *fun_char() { char *b = "123"; return b; } int main(int argc, char *argv[]) { int *pfun; char *pchar; pfun = fun_num(); pchar = fun_char(); cout << *pfun …

Member Avatar for XianBin
0
146
Member Avatar for willow

New to C++ programming. I am supposed to write a program that will ask the user if they want to print an ascending or a descending triangle. Based on user input, print the triangle on the screen. Only one cout statment may be used and it has to read: cout …

Member Avatar for Dave Sinkula
0
1K

The End.