i've just installed codeblocks with vc++6.0 integrated on it. (using Windows Server 2003 PSDK) while trying to build this code Код (Text): #include <iostream> using namespace std; int main() { cout << "Hello world!" << endl; return 0; } it says streambuf is missing Код (Text): -------------- Build: Release in test --------------- cl.exe /nologo /W3 /EHsc /Og /Ox /DNDEBUG /MD /IE:\compilers\MVSVC6.0\VC98\INCLUDE /I"E:\compilers\Microsoft SDK\include" /c main.cpp /Foobj\Release\main.obj main.cpp E:\compilers\MVSVC6.0\VC98\INCLUDE\ios(9) : fatal error C1083: Cannot open include file: 'streambuf': No such file or directory Process terminated with status 2 (0 minutes, 0 seconds) 1 errors, 0 warnings so i've downloaded streambuf from http://www.opensource.apple.com/source/gcc/gcc-1435/libstdc++-v3/include/backward/streambuf.h?txt and included it in the path, after it it complains backward_warning.h its missing Код (Text): -------------- Build: Release in test --------------- cl.exe /nologo /W3 /EHsc /Og /Ox /DNDEBUG /MD /IE:\compilers\MVSVC6.0\VC98\INCLUDE /I"E:\compilers\Microsoft SDK\include" /c main.cpp /Foobj\Release\main.obj main.cpp E:\compilers\MVSVC6.0\VC98\INCLUDE\streambuf(31) : fatal error C1083: Cannot open include file: 'backward_warning.h': No such file or directory Process terminated with status 2 (0 minutes, 0 seconds) 1 errors, 0 warnings so i've downloaded it from http://www.opensource.apple.com/source/gcc/gcc-1435/libstdc++-v3/include/backward/backward_warning.h?txt and included in the path, and now when i try to build it generate 50 errors http://www.everfall.com/paste/id.php?dfy5ekjo3vgf whats wrong? am i missing something?
OMGOMGOMG! i told you - don't do crack or coding! either of them were appeared to be leading to a certain death in your case (nocodingoncrack.com is closed because of those like you!), so why would you want to use MSVC*? and how did you manage to come to the idea of downloading GCC sysheader into MSVC inclides? omg.. so, use gcc and don't go in for vc, because 0. it sucks in its particular way 1. it deinately suck with you. and i also must give you a note about cb default codes: 0. it's always on gcc, even when you change your compiler to fortran and add a cpp file. 1. it's a code for linux systems. and if you cant compile a Hell'O'World program even when it's codeblocks, then ypu need to resee your relationship with coding (try harder or give the fuck up) nice to know you're still alive.
Try to write Код (Text): #include <iostream.h> and delete string Код (Text): using namespace std; Also, download book D Liberty "C++ 21 days" , it contains examples of just under Visual Studio 6