i made this thing...program or smthing


but i wont compile it...in the log file or smthing...

it says this

what to do?

lol, you need iostream.h which containts all your #defines, voids, bools ETC ETC for your iostream.cpp file.pelmeen wrote: i use the dev-C++
i made this thing...program or smthing
but i wont compile it...in the log file or smthing...
it says this
what to do?![]()
omg how did I not notice that rofl.bone-you wrote: lol his problem is quite simple. Lose the NUMERIC line numbers.
hah. He's actually typing those line#s out it appears. They aren't a compiler function. xD But I suggest getting Visual Studio. 6.0 is what most get, but 7.0 if you're cool and want to do more with your time. 8.0 if you got the hots for codingdelinquent wrote: Q actually looked hahahahahaha cool
bone-you wrote:hah. He's actually typing those line#s out it appears. They aren't a compiler function. xD But I suggest getting Visual Studio. 6.0 is what most get, but 7.0 if you're cool and want to do more with your time. 8.0 if you got the hots for codingdelinquent wrote: Q actually looked hahahahahaha cool![]()
![]()
Many things that deserve usage xD here's a screen.Slipknight wrote:bone-you wrote:hah. He's actually typing those line#s out it appears. They aren't a compiler function. xD But I suggest getting Visual Studio. 6.0 is what most get, but 7.0 if you're cool and want to do more with your time. 8.0 if you got the hots for codingdelinquent wrote: Q actually looked hahahahahaha cool![]()
![]()
whats new in 7.0 and 8.0? me only gots 6.0
Code: Select all
#include <iostream>
using namespace std;
int main()
{
cout<<"Hello World!\n";
cin.get();
}