473,386 Members | 1,886 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Error Message--> Never Seen Before And I Can't Resolve

Hello,

Usually I can figure out the errors after a while in C++, but this one is getting on my last nerve. Does anyone know what the following means:

Pool.cpp:65: error: no 'void Pool::removeContestant(std::string)' member function declared in class 'Pool'

Thanks for any help you can give. Also, I can't post my code because it is a class assignment for the whole class. I would post if I could.
Feb 27 '08 #1
1 1172
Laharl
849 Expert 512MB
The error means that you don't have a function called removeContestant in the Pool class that returns void and takes a std::string as an argument. If you think you did write one, check your braces.
Feb 27 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Aaron | last post by:
Hi Guys, I have a dbase installed on a network where the clints have linked tables to the database on the server. I found that i had to make some minor changes to the tables on the server...
4
by: KK | last post by:
Hello all, I have class 'atr' which is based on templates. My idea was to initialize it two scenarios 1. std::string case 2. other data types I have defined the Init for the above different...
4
by: alex323 | last post by:
Hey. I must have an array that can be resized dynamically. I have coded an implementation of it using malloc/realloc, but I am getting a runtime error as seen below in GDB: *** glibc detected...
8
by: CJM | last post by:
I have a working web application (ASP) which links to an Oracle 10g DB via OO4O. I'm trying to port it to either of two test servers, but in fact, I can't get it to work with either - 'Unable to...
0
by: varughmi | last post by:
A unique issue has cropped up today in a .NET program I developed. It has been working fine for over an year until now. The program makes 2 connections total - one to a UNIT instance and another...
4
by: ma | last post by:
Hello, I have a page with a image button. I defined it as follow: <asp:ImageButton ID="ImageButton" runat="server" ImageUrl="images\myimage.bmp" OnClick="Button_Click" Visible="False" /> ...
1
by: colin | last post by:
Hi, I have this code wich fills in data fields from a file, recursivley down through any structures/classes the difficulty is when I come acros a field wich is a structure, wich can not be read...
5
by: eternalLearner | last post by:
i am using vector< pair<string,double> > v; string k = function_coded(v); where , string function_coded(vector< pair<string,double> > v )
8
by: amitverma60 | last post by:
Hi Guys I am getting an error in php. 403 forbidden error when i try to view my picture kept in a folder e.g www.neuronsoftsols.com/upload/75/johal1.bmp comes an error 403 forbidden? I cant...
5
by: vamsirays | last post by:
error no.2003 cant connect to mysql server on localhost(10061), how can we resolve this..
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.