| | |
Link error...Pls! Help
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Aug 2007
Posts: 11
Reputation:
Solved Threads: 0
Hello
I'm new to computer programming , and I'm using Dev C++ 4.9.9.2. I'm also reading C++ How To Program Pearson International Edition from DEITEL as my source of knowledge. I don't if I'm reading the right book and using the right c++ software or compiler. Hop you can give me an advice regarding this.
I encountered a link error while compiling my programs or source file with file names GradeBook.h,GradeBook.cpp and fig3_10 I got this programs from the sample of my book C++ How To Program. But when I compiled it an error will occurred. I assume that the source file or the programs are coorrect because it come from the book of deitel.
GradeBook.cpp and fig3_10 has include Gradebook.h(#include "GradeBook.h").
Please help me these problems, because I can't go on with my self study without solving these problems, because most of the remaining illustration of the book is likely the same with this..
Thank you very much
I'm new to computer programming , and I'm using Dev C++ 4.9.9.2. I'm also reading C++ How To Program Pearson International Edition from DEITEL as my source of knowledge. I don't if I'm reading the right book and using the right c++ software or compiler. Hop you can give me an advice regarding this.
I encountered a link error while compiling my programs or source file with file names GradeBook.h,GradeBook.cpp and fig3_10 I got this programs from the sample of my book C++ How To Program. But when I compiled it an error will occurred. I assume that the source file or the programs are coorrect because it come from the book of deitel.
GradeBook.cpp and fig3_10 has include Gradebook.h(#include "GradeBook.h").
Please help me these problems, because I can't go on with my self study without solving these problems, because most of the remaining illustration of the book is likely the same with this..
Thank you very much
•
•
Join Date: Nov 2007
Posts: 390
Reputation:
Solved Threads: 39
Most generaly, link errors are caused by a mismatch in a function/method declaration and the actual implementation. Hence being unable to link the two (and possibly more in the case of overloading). For example, this would result in a link error:
C++ Syntax (Toggle Plain Text)
void Foo(int, int); int main() { Foo(10, 10); return 0; } int Foo(void) { return 0; }
![]() |
Similar Threads
- Run time error!!!!!! Pls help... (PHP)
- Apache2.2 and php5.1.4 installation... pls help (PHP)
- help help, computer giving winn 32run dll error, have not had sleep trying to fix (Viruses, Spyware and other Nasties)
- Pls Help, look at this log file (Viruses, Spyware and other Nasties)
- help me - An Hibernate error (Java)
- WinSock & Windows Mobile 5 (C++)
- page error after page loads (HTML and CSS)
- database error (MS Access and FileMaker Pro)
- Cannot Find Server or DNS Error - Secure Sites Pls Review HiJacks Log (Viruses, Spyware and other Nasties)
- Winsock2.h and Platform SDK (C)
Other Threads in the C++ Forum
- Previous Thread: 'DragDrop registration did not succeed'
- Next Thread: code compiles but does not produce answer!!
| Thread Tools | Search this Thread |
Tag cloud for C++
api application array arrays assignment beginner binary bitmap c++ c/c++ calculator char char* class classes code coding compile compiler console conversion convert count data database delete developer display dll email encryption error file forms fstream function functions game generator getline givemetehcodez graph homeworkhelper iamthwee ifstream image input int java lazy lib loop looping loops map math matrix memory multidimensional multiple newbie news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference return sorting string strings struct template templates text tree url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets





