RSS Forums RSS
Please support our C++ advertiser: Programming Forums

Unresolved External Symbol Error

Join Date: Apr 2006
Location: Canada
Posts: 4,545
Reputation: John A is a name known to all John A is a name known to all John A is a name known to all John A is a name known to all John A is a name known to all John A is a name known to all 
Rep Power: 17
Solved Threads: 284
Moderator
Featured Blogger
John A's Avatar
John A John A is online now Online
Vampirical Moderator

Re: Unresolved External Symbol Error

  #4  
Mar 15th, 2007
Another note: you should place your default parameter thingy in the function prototype instead of the actual function implementation. This is likely what's causing the linker errors.

[edit]

The actual reason for the linker errors is this:
  1. void Tokenize(const string& str, vector<string>& tokens);
You never included the third parameter, delimiters. No wonder the linker choked up.
Last edited by John A : Mar 15th, 2007 at 8:32 pm.
tuxation.com - Linux articles, tutorials, and discussions
Reply With Quote  
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 2:48 pm.
Newsletter Archive - Sitemap - Privacy Statement - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC