Click here to Skip to main content
15,887,256 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Conversion Pin
Ivan Cachicatari10-Jan-06 15:46
Ivan Cachicatari10-Jan-06 15:46 
QuestionHow to declare the vector data structure inside the header file? Pin
Ming Luo10-Jan-06 11:02
Ming Luo10-Jan-06 11:02 
AnswerRe: How to declare the vector data structure inside the header file? Pin
Nish Nishant10-Jan-06 11:14
sitebuilderNish Nishant10-Jan-06 11:14 
GeneralRe: How to declare the vector data structure inside the header file? Pin
Ming Luo10-Jan-06 11:17
Ming Luo10-Jan-06 11:17 
QuestionRe: How to declare the vector data structure inside the header file? Pin
Ming Luo10-Jan-06 11:41
Ming Luo10-Jan-06 11:41 
AnswerRe: How to declare the vector data structure inside the header file? Pin
Nish Nishant10-Jan-06 11:48
sitebuilderNish Nishant10-Jan-06 11:48 
AnswerRe: How to declare the vector data structure inside the header file? Pin
Ming Luo10-Jan-06 11:57
Ming Luo10-Jan-06 11:57 
GeneralRe: How to declare the vector data structure inside the header file? Pin
Nish Nishant10-Jan-06 12:04
sitebuilderNish Nishant10-Jan-06 12:04 
Okay, you need to #include <vector> as well as your custom "Vector.h". I hope you are doing that.

Now if you are getting an error that Vector is not defined, it probably means, there's something wrong about the way it's defined in Vector.h.

Can you copy/paste the declaration of the class Vector from Vector.h?

Also copy/paste the compiler error message here.

Regards,
Nish


AnswerRe: How to declare the vector data structure inside the header file? Pin
Ming Luo10-Jan-06 12:23
Ming Luo10-Jan-06 12:23 
GeneralRe: How to declare the vector data structure inside the header file? Pin
Stephen Hewitt10-Jan-06 16:08
Stephen Hewitt10-Jan-06 16:08 
GeneralRe: How to declare the vector data structure inside the header file? Pin
Christian Graus10-Jan-06 12:14
protectorChristian Graus10-Jan-06 12:14 
QuestionSoftware for process mapping? Pin
Mithra409610-Jan-06 10:01
Mithra409610-Jan-06 10:01 
AnswerRe: Software for process mapping? Pin
David Crow10-Jan-06 10:04
David Crow10-Jan-06 10:04 
AnswerRe: Software for process mapping? Pin
Neville Franks10-Jan-06 12:11
Neville Franks10-Jan-06 12:11 
GeneralRe: Software for process mapping? Pin
Taka Muraoka10-Jan-06 15:00
Taka Muraoka10-Jan-06 15:00 
GeneralRe: Software for process mapping? Pin
Neville Franks10-Jan-06 15:44
Neville Franks10-Jan-06 15:44 
GeneralRe: Software for process mapping? Pin
Mithra409610-Jan-06 16:09
Mithra409610-Jan-06 16:09 
GeneralRe: Software for process mapping? Pin
Neville Franks10-Jan-06 16:20
Neville Franks10-Jan-06 16:20 
GeneralRe: Software for process mapping? Pin
Mithra409610-Jan-06 17:13
Mithra409610-Jan-06 17:13 
GeneralRe: Software for process mapping? Pin
Taka Muraoka11-Jan-06 0:17
Taka Muraoka11-Jan-06 0:17 
QuestionMFC Pointers Pin
LCI10-Jan-06 9:46
LCI10-Jan-06 9:46 
AnswerRe: MFC Pointers Pin
Nish Nishant10-Jan-06 9:48
sitebuilderNish Nishant10-Jan-06 9:48 
GeneralRe: MFC Pointers Pin
LCI10-Jan-06 9:58
LCI10-Jan-06 9:58 
GeneralRe: MFC Pointers Pin
Nish Nishant10-Jan-06 10:08
sitebuilderNish Nishant10-Jan-06 10:08 
GeneralRe: MFC Pointers Pin
Christian Graus10-Jan-06 10:45
protectorChristian Graus10-Jan-06 10:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.