|
Edit:
Okay, solved my first problem, but I have another. Here is my syntax.
#include <iostream>
using namespace std;
main ()
{
int tempInt;
tempInt = 45;
cout <<"You're tempInt ="<< tempInt << endl;
}
I’m just learning the basics, but I think I have the jist of it. When I try and compile this, it won’t execute the program and I have one error. It says “Fatal error C1014: too many include files : depth = 1024”. When I did this a LONG time ago, I never remember running into any errors like this. Any help would be AWESOME.
3DS Max 9 32Bit
FumeFX
Afterburn
|
|
|
|
http://www.codeguru.com/forum/showthread.php?referrerid=177422&t=353545
Michel (aka Mike)
software engineer by day...3D interest by night
Max v7
hardware: who cares
|
|
|