You are viewing our Forum Archives. To view or take place in current topics click here.
Quick C++ Question
Posted:
Quick C++ QuestionPosted:
Status: Offline
Joined: Mar 26, 201014Year Member
Posts: 10,306
Reputation Power: 501
Status: Offline
Joined: Mar 26, 201014Year Member
Posts: 10,306
Reputation Power: 501
Can anybody help me with including a header above the shell?
I know it's before #include <iostream> but don't know what to actually write out for it.
Thanks
I know it's before #include <iostream> but don't know what to actually write out for it.
Thanks
#2. Posted:
Status: Offline
Joined: Aug 16, 201212Year Member
Posts: 598
Reputation Power: 29
#include "HeaderFile.h"
Surely it would have been faster to Google it?
- 4useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.