Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk 3D General / Off Topic / C++ compiler trouble
  RSS 2.0 ATOM  

C++ compiler trouble
Rate this thread
 
21796
 
Permlink of this thread  
avatar
  • Total Posts: 80
  • Joined: 20 October 2007 08:01 PM

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

Replies: 0
avatar

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

Replies: 0