D, DLLs, UnrealScript and UDK (Sort of a complex question)

2011-09-19 Thread lsc9x
Dear Friends, I have a pretty technical question about D that I might be making more or less complex based on my lack of knowledge about C++. Any help would be appreciated! I'm a novice programmer who is more into the design end of game design, but I want to learn programming. I know some very

Re: D, DLLs, UnrealScript and UDK (Sort of a complex question)

2011-09-19 Thread bearophile
lsc9x: So, I was poking around looking at C++ books and I wondered Gee, I know there were languages A, C, C, C++ and C#, I wonder if there is a D language. Surprise! There is! Not only that, but D sounds like a better language for me to learn than C++ The best language of the world will

Re: D, DLLs, UnrealScript and UDK (Sort of a complex question)

2011-09-19 Thread Trass3r
So, my question is THIS: Can I write a windows DLL file in D that would have functions that can be accessible from a compiled C++ program? (Actually, in this case, it's UnrealScript that is compiled into a C++ exe.) It's perfectly possible to create DLLs with D, also see

Re: D, DLLs, UnrealScript and UDK (Sort of a complex question)

2011-09-19 Thread lsc9x
Excellent! Thanks so much for your feedback!. I am excited to get into C++ and D now.