![]() |
| | #1 | |
| Registered User Join Date: Aug 2005
Posts: 133
| (forgot namespace std) /facepalm Code: #include <vector>
bool is_equal( const int*ia, int ia_size, const vector<int> &ivec )
{
//function does nothing yet
return false;
}
Quote:
thanks for the help (i believe i copied this function signature directly from a book, by the letter...i dont see whats wrong ) (and if it matters, the other source file i have does compile with this function 'declared' in it) Last edited by rodrigorules; 11-22-2009 at 06:01 AM. | |
| rodrigorules is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| In over my head | Shelnutt2 | C Programming | 1 | 07-08-2008 06:54 PM |
| Game Pointer Trouble? | Drahcir | C Programming | 8 | 02-04-2006 02:53 AM |
| airport Log program using 3D linked List : problem reading from file | gemini_shooter | C Programming | 3 | 03-04-2005 02:46 PM |
| structure vs class | sana | C++ Programming | 13 | 12-02-2002 07:18 AM |
| Contest Results - May 27, 2002 | ygfperson | A Brief History of Cprogramming.com | 18 | 06-18-2002 01:27 PM |