so... i have been looking at this for a good 20 minutes and it makes no sense. when i compile this simple linked list implementation, it gves me this compile error.


obj\Debug\Projects\LinkedList\LinkedList.o||In function `_ZN4nodeC1Ev':|
obj\Debug\Projects\LinkedList\node.o:C:\Program Files (x86)\CodeBlocks\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\include\c++\3.4.5\bits\locale_facets.tcc|2497|first defined here|
||=== Build finished: 1 errors, 0 warnings ===|

any ideas what this means? and perhaps how to fix it?

Recommended Answers

All 2 Replies

Can you post code. I think you have multiple definition, or non proper linking.

I have decided to go another way and its working now so thanks for the help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.