Man, I feel like such a newbie(because I am)but... I have encountered another error. Just one this time, the error is in line 12 I think and the line is...
Now, I am a bit confused as to why(well of course, otherwise I wouldnt ask)but I am doing this form the irrlicht helloworld tutorial so...
Please help! Thanks!
Just comment that linr, it is not needed. mainCRTStertup entry point is by default called automatically if you link against Microsoft C runtime library (which is 99% the case).
I suppose you are using Visual Studio, no other compiler recognize that syntax.
Fix it, hehe. Seriously, debug your code line by line, examining your variables as you go and determine the exact source of the problem. It could be a bad pointer, a variable not initialized, etc.