49,760 Topics

Member Avatar for
Member Avatar for bis student

hi , my program calculate the area of rectangle , and I have some errors , and dont know how to correct them . this is the program , [CODE] #include<iostream> using namespace std; class Rectangle { private: double length ,width ; public: double getW(); double getL(); void setW(); void …

Member Avatar for BlackJavaBean
0
198
Member Avatar for flash121

Hello, I'm sorry if this has been asked before, but I didn't seem to find any answers. I'm trying to write a function that would delete a specified number from a singly linked list. This is what i've got so far, but it's not working: [code=c++] void remove(list*& start, int …

Member Avatar for Laiq Ahmed
0
697
Member Avatar for nurulshidanoni

I have this data 1 2 3 4 5 6 7 8 9 10 0 1 0 9 0 0 5 0 0 3 How to count rowwhich have value only? Which the answers is only 4 column which have value? something like this I do. [code=C++] a[i]=total; total=a[i]+temp; myfile<<"\t"<<total<<setw(5); …

Member Avatar for Laiq Ahmed
0
190
Member Avatar for piyush_soni

I have a structure in which there are three float variables, and in a bigger program, I'm using an array of these structure objects. Now, I thought that each time in a loop when I was using values of these structures, I was creating a new copy of those objects …

Member Avatar for piyush_soni
0
198
Member Avatar for fallen_prisoner

I wrote this a little while ago... I know i need to add a file check so overwrite does not occur but I am interested in learning to write clearer and less amatuer code. Any serious note would help... this program creates a file with an input name, saves text, …

Member Avatar for Laiq Ahmed
0
108
Member Avatar for Ice_Dragon

In an attempt to improve my coding skills, I decided to program a very simple DOS calculator. However, when i try and compile the program, I am presented with with following: [CODE]------ Build started: Project: Basic Calculator, Configuration: Debug Win32 ------ Compiling... Basic Calculator.cpp c:\documents and settings\my documents\visual studio 2008\projects\basic …

Member Avatar for Ice_Dragon
0
138
Member Avatar for ayk-retail

I have a major problem. I need to write a program using linked lists that will display... A B C D E F and then... F E D C B A without using a tail pointer. When I run the program, it displays the first set of letters but crashes …

Member Avatar for Laiq Ahmed
0
385
Member Avatar for code12

Hi guys! I have started writing a program for phonebook which will add, delete, search, display and sort the information of a person. information will include firstname, lastname & phonenumber. now I was testing the first part of the program which adds a contact. but my loop is not doing …

Member Avatar for VernonDozier
0
240
Member Avatar for Galaxiaunit

I am new to C++ I recently been trying to write an Game data base in C++ but I succesed in nothing though the Code seem to be all right it always shows me error messages this is the Source Code i created for this program: [CODE] #include<iostream.h> #include<conio.h> #define …

Member Avatar for Traicey
0
570
Member Avatar for VernonDozier

This came up in another thread. I gave some advice that I'm not longer sure of. Rather than hijacking that thread, I figured I'd start my own. I advised against using the == in that thread. The context was this: [code=cplusplus] string subChoice =""; getline(cin,subChoice); if (subChoice == "100") { …

Member Avatar for VernonDozier
0
919
Member Avatar for WonderWomen204

I need help with an assignment I am working on. Here is the assignment: count all the even numbers between X and Y, where X and Y are entered by the user. Do not include X and Y. EXAMPLE 1: Please enter an integer: 0 Please enter another integer: 10 …

Member Avatar for WonderWomen204
0
120
Member Avatar for kreyd

Im very well a beginner and I cant quiet grasp classes. I found that this topic is all over forums and I have decided to give it a whirl and I am stuck. Here is what needs to be done. You should create a class called ComplexNumber. This class will …

Member Avatar for kreyd
0
182
Member Avatar for jimJohnson

I know it has to do something with my main and around the "how many classes" but my program runs without any errors or warnings but blows up so I was wanting to know if someone could take a look at it..... I know I havent worked on the gpa …

Member Avatar for BlackJavaBean
0
434
Member Avatar for bramprakash1989

this program is inorder to split a string like krishnamoorthy into krishna & moorthy by splitting it at m i tried the following coding.the compiler pointed out an error saying that for cannot be expanded inline.what shud i do to rectify the error?this [code=cplusplus] #include<iostream.h> #include<string.h> #include<conio.h> class string { …

Member Avatar for Lerner
0
139
Member Avatar for demroth

I thought I had posted this earlier but... I am working on a sorting problem using counting sort but am getting a crash when I run the program. I have fixed some of the problems but I am still missing something. I just need a extra pair of eyes to …

Member Avatar for Ancient Dragon
0
127
Member Avatar for Jennifer84

I wonder something about this code that read(ifstream) a .txt file. In my file I have these 2 lines: [B]Hello,1000,Yes,walker How,2000,No,walker[/B] So with my code I use getline with a delimiter to put these 4 different strings/int to variables. The code works fine for the 2 first, wich is "Hello" …

Member Avatar for Ancient Dragon
0
205
Member Avatar for arun.gerrard

ive been writing a c++ program to make a quiz but i couldn't figure out about how u can put a timer. the timer should actually countdown from 20 to 1 and once the time is over it has 2 move on to the next question and no points should …

Member Avatar for Ancient Dragon
0
101
Member Avatar for dallaseve

[QUOTE]Hi, I have an assignment where I need to take a string and display it in reverse order and then convert anything in upper case to lower case and vis versa. I have the first piece of the code, but I'm not sure where to begin with the second piece. …

Member Avatar for dallaseve
0
103
Member Avatar for mussa187

Okay I need to be able to limit the input parameter to one!!! Example Enter a number 1 fine!! Enter a number 1 2 No good!! Help please!!!

Member Avatar for Ancient Dragon
0
110
Member Avatar for farkasember

HI! I need help! please somebody help me! I need program Sudoku in language C or C++, but I can't programming. please send me source code thanks very much! this program is very important for me, because I need this in school

Member Avatar for VernonDozier
0
66
Member Avatar for baku

Count the words of each line in a file. No suppositions will be made regarding the maximum length of a line. And my not working c code: //Count the words of each line in a file. No suppositions will //be made regarding the maximum length of a line. #include<stdio.h> #include<string.h> …

Member Avatar for Majestics
0
115
Member Avatar for Jennifer84

I have a GridViewControl on my Form in C++ .NET. I have put values to Rows and Columns like this: (3 columns and 5 rows) 1 a f 2 b g [B]3 c h[/B] 4 d i 5 e j What I wonder here is if I click with my …

0
67
Member Avatar for slayman89

When i compile my program i get the error "floating point exception". I do not know why this is occurring my code. I am hoping that this is the reason why nothing is being put into my outfile. if it is possible could you look at my code and give …

Member Avatar for slayman89
0
135
Member Avatar for zzmgd6

I understand how to use CreateProcess, ShellExecute(Ex), _spawn, exec methods to start a child process from a parent process. Question: Is there a way I can return values back to the parent process from the child process? For example, the child process sets an integer value and I want the …

Member Avatar for zzmgd6
0
192
Member Avatar for random7

this is some of code. I have a question. what is the meaning of '?' and ':1;' [just this part] [code=syntax] int t, dt, * cnt, tmax=0; cnt=(int*)calloc(M,sizeof(int)); ... /* Compute the mean-squared displacement using the straightforward algorithm */ fprintf(stderr,"# computing...\n");fflush(stderr); for (t=0;t<M;t++) { for (dt=1;(t+dt)<tmax;dt++) { cnt[dt]++; /* number …

Member Avatar for William Hemsworth
0
174
Member Avatar for bramprakash1989

iam facing thesame problem of run page not getting displayed.can i use srand function in this program. and what is its use and syntax? [code=cplusplus] #include<iostream.h> #include<stdlib.h> int randomno(); int main() { int i; cout<<"ten random numbers for the range 0 to 50"<<endl; for(i=0;i<10;i++) { randomno(); } } i int …

Member Avatar for VernonDozier
0
260
Member Avatar for flash121

Hello, Lets say i have 3 classes called class1, class2 and class3. Class1 has a method which returns a value, in class2 there's a pointer variable to class1(lets say class1* c1) and in class3 there's a class2 type variable(class2 c2). I would like to access the method from class1 through …

Member Avatar for Ancient Dragon
0
94
Member Avatar for Moporho

I need to create a program that is a table to convert between centigrade and fahrenheit temperatures. My solution must must utilize functions to perform the conversions. Requirements: 1. One of the functions must use pass-by-value, returning the converted measure 2. One of the functions must use pass-by-reference to store …

Member Avatar for JRM
0
182
Member Avatar for bramprakash1989

i am supposed to split a string like krishnamoorthy into krishna and moorthy using operator overloading.i am unable to strike upon the logic to write a program.can u pls help me?

Member Avatar for Ancient Dragon
0
259
Member Avatar for bramprakash1989

can u pls explain to me the use pf srand function & its syntax?i tried the following coding.it compiled,but runpage is not getting displayed. [code=cplusplus] #include<iostream.h> #include<stdlib.h> int randomno(); int main() { int i; cout<<"ten random numbers for the range 0 to 50"<<endl; for(i=0;i<10;i++) { randomno(); } return o;} int …

Member Avatar for Ancient Dragon
0
244

The End.