Search found 4 matches

by Zunedude123
Thu Feb 25, 2010 10:45 pm
Forum: Programming Discussion
Topic: What language is the ES collision engine written in?
Replies: 7
Views: 717

What language is the ES collision engine written in?

What language was the Elysian Shadows collision engine written in? I know that many different languages are used in ES, but what was the collision engine made from?
by Zunedude123
Wed Feb 24, 2010 9:12 pm
Forum: Programming Discussion
Topic: Help with C++
Replies: 9
Views: 538

Re: Help with C++

Thanks, the code you posted worked after i turned off the precompiled headers. I have been struggling with that for a while now. I followed another post on a different website that said to turn off embedded manifests.
by Zunedude123
Wed Feb 24, 2010 8:45 pm
Forum: Programming Discussion
Topic: Help with C++
Replies: 9
Views: 538

Re: Help with C++

The book wants me to type for the Hello World, "#Include <iostream> int Main() { std::cout << "Hello World! \n"; return 0; }" The compiler wants, "#Include <stdafx.h> int Main() { std::cout << "Hello World! \n"; return 0; }" Sorry for not posting this earlier,...
by Zunedude123
Wed Feb 24, 2010 8:14 pm
Forum: Programming Discussion
Topic: Help with C++
Replies: 9
Views: 538

Help with C++

OK, im new here so bare with me. I dont know if this is the right place to post this but I went out and bought "Sams Teach Yourself C++ in One Hour a Day" and I can't even make a "Hello World." It's not that I'm having trouble writing whats in the book, I just can't get it to com...