Thread
:
dev c++ software, template problem
View Single Post
May 22nd, 2006, 1:43 PM
#
2
Prm753
Professional Programmer
Join Date: Oct 2005
Location: United States
Posts: 447
Rep Power:
4
What type of header file is it? Is it one you made or is it a standard one that came with the compiler?
(
Toggle Plain Text
)
#include <iostream>
#include <iostream>
for standard header files.
(
Toggle Plain Text
)
#include "myHeaderFile.h"
#include "myHeaderFile.h"
for custom header files.
__________________
The world's first athletic computer geek!
The home of PrProgramsStudios
How not to post a question:
<-- Please don't reply
Prm753
View Public Profile
Visit Prm753's homepage!
Find More Posts by Prm753