Μαθηματικός Posted January 22, 2011 Posted January 22, 2011 Hello i am a newbie C language developer,basically i am starting with C now.I want you to send me a link to download a good compiler where i will write my code and then i will compile+run with it.Don't forget me to give me a link plz.
Μαθηματικός Posted January 22, 2011 Author Posted January 22, 2011 #include <iostream.h> int main() { //This prints "Hello World" and <<endl makes a new line cout<<"Hello World"<<endl; return 0; } i press debug and says file not compiled. hax0r can u help me? i use Devcpp
BsCyB Posted January 22, 2011 Posted January 22, 2011 this that you write what not in c but in c++ thats why it cant compile it
Μαθηματικός Posted January 22, 2011 Author Posted January 22, 2011 this that you write what not in c but in c++ thats why it cant compile it and?it is the same devcpp is for C and c++
Μαθηματικός Posted January 22, 2011 Author Posted January 22, 2011 sorry for double post..i just solved it. Hax0r thanks a lot ...i made my first programm :P (press 1 number and it doubles it xd) request to lock. again thanks ;)
WeirdSituation Posted January 22, 2011 Posted January 22, 2011 sorry for double post..i just solved it. Hax0r thanks a lot ...i made my first programm :P (press 1 number and it doubles it xd) request to lock. again thanks ;)
Recommended Posts