| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
beginner, help
i dont know much, i just started an intro class for C++. im using Textpad and the free Borland compiler, but when i ran the compiler it came up with some errors i dont know how to fix. :
Unable to open include file 'iostream' Undefined symbol 'cout' in function main Undefined symbol 'cin' in function main help? |
|
#2
|
|||
|
|||
|
what do your includes look like you should have
#include <iostream> using namespace std; |
|
#3
|
|||
|
|||
|
try dev-c++ its free and its open to everyone
you'll get lots of help with that compiler + it has alot of documentation,also microsoft has free compilers on its site, msdn.microsoft.com, I don't know the exact address but look for it, they have I think almost all the newer compilers there, sry but no ide but you'll manage, its a 100 meg download for each compiler though. ![]() |
|
#4
|
|||
|
|||
|
Quote:
I suggest to you to check your compiler Library |
![]() |
| Viewing: Dev Articles Community Forums > Programming > C/C++ Help > beginner, help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|