199,114 Archived Topics
Remove Filter ![]() | |
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]. … | |
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! | |
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 … | |
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 … | |
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, … | |
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 … | |
: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 … | |
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. | |
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 | |
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] | |
What is the difference between a method and an object? Isn't this a method? void Standard::print_results() What denotes an object?? CONFUSED! | |
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 … | |
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 … | |
* ** *** **** ***** 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 () … | |
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 … | |
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 … | |
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 … | |
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?? | |
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, … | |
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 … | |
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 … | |
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 … | |
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 … | |
#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 | |
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 … | |
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: " … | |
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 … | |
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: | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 -- … | |
how do you read in a text file char by char a store in a string? | |
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++ | |
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 … | |
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 … | |
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 … | |
[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 … | |
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; … | |
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] | |
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. | |
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 … | |
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. … | |
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 … | |
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 … | |
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 … |
The End.