There is no iostream or cout in the "c" language.
Is your program in C++ instead?
If so, try giving it a different extension, like .cpp instead of .c
If that doesn't fix the problem you just need to change the include directory that BCC 5.5 searches.
2006-09-29 20:14:20
·
answer #1
·
answered by Carl K 2
·
1⤊
0⤋
make sure the line where you include the file is correct. For instance, the file should be iostream.h, not just iostream. The compiler has a standard set of directories to look for includes, and I can't imagine one that would not include the normal ones in it's default path, but if you're sure the include statement is correct, then look at the documentation for your compiler, see where it searches, and then see why that file isn't there.
2006-09-29 21:47:10
·
answer #2
·
answered by Ken H 4
·
0⤊
0⤋
in case you easily look up the go connection with the scripture at John 18: 6 you will see it factors to John 7:40 six the place it states "The officers responded: “in no way has [yet another] guy spoken like this.” They knew he became the "Christ" it is Greek for Messiah. It says not something approximately Him being God. alongside comparable strains, we could examine Philippians 2:9, the place the apostle Paul describes what God did after Jesus died and became resurrected. The verse says: "God exalted him [Jesus] to an excellent place and kindly gave him the call it is above another call." If Jesus became God or equivalent to God earlier he died and God later exalted him to a extra robust place, might that not positioned Jesus above God? yet how would desire to anybody become better to God? And if he became God earlier he died, how can God die? there is not any "secret" here. Jesus is the Son of God. additionally, God consistently reported Jesus as his son, and Jesus consistently reported God as his father, showing that God became older and had extra authority. He additionally reported that he got here to do God's will and not his own, showing 2 wills; his father and his. 2 separate wills. in case you desire to bypass on believing that God has 3 heads, then you definately would desire to have 3 too, considering you have been created in his image!
2016-10-18 05:56:22
·
answer #3
·
answered by ? 4
·
0⤊
0⤋
iostream and cout are in the C++ standard library so make sure that you are using a C++ compiler and that your file has a .cpp, .cc, or .cxx extension so the compiler treats it as C++.
Good luck!
2006-09-29 20:20:12
·
answer #4
·
answered by msabramo 2
·
1⤊
0⤋
you have an option called window in your turboc editor.In it, select path and check whether that path is leading to your BCC 5.5 directory or not. it is the only problem
2006-09-29 20:17:26
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
Either you have typo in the #include line
Or your installation is bad (gotta reinstall there)
2006-09-29 20:15:15
·
answer #6
·
answered by Andy T 7
·
0⤊
0⤋