i have a question,it's about header files, the header files i always use is stdio.h and conio.h.... how can i use other header files like iostream, c time, etc.. whenever i use them and compile the source code, bad header files always exists,. Can you help me? Thanks a lot
darkmeyi0319 0 Newbie Poster
Recommended Answers
Jump to PostWhat compiler are you using? also the way to define the standard headers is to not include a .h after it.
#include <iostream> #include <ctime> #include <string> #include <vector> //...
Jump to PostNo. Turbo C is a C compiler, not c++. Get a modern c/c++ compiler such as Code::Blocks or VC++ 2010 Express, both are free.
All 5 Replies
NathanOliver 429 Veteran Poster Featured Poster
dflatt 0 Light Poster
darkmeyi0319 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
darkmeyi0319 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.