I am new to programming but i have done basic input output operation, now i want to go for link list programming starting from single list.
so, before that i am having problem with DEv C++ comipler it is not compiling source file.
code is:->
Code:
#include <iostream>
int main()
{
using namespace std;
cout << "hey";
system("pause");
return 0;
}
Select All
and error listed below are.
i:\gw\lib\crt2.o(.text+0x8) In function `_mingw_CRTStartup': [Linker error] undefined reference to `__dyn_tls_init_callback' [Linker error] undefined reference to `__cpu_features_init' i:\gw\lib\crt2.o(.text+0x8) ld returned 1 exit status
This post has been edited by JackOfAllTrades: 15 May 2012 - 08:58 AM

New Topic/Question
Reply




MultiQuote



|