HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

can you write C++ in wc3 editor? (expects no)

10-18-2006, 02:25 AM#1
Fr0zenLord
Dont suppose you can write C++ in world editor, cus im lookin for a way to learn C++ and I dont know what to make with it, so im wondering if WE can have C++ in it
10-18-2006, 02:36 AM#2
Alevice
Not at all. Simply put, the WE compiler just will attempt to compile JASS, it cannot recognize any other kind of syntax.

You should also add the fact that C++ is an actual programming language, not an scripting language (let's not debate this part people, there is not a point on it on this thread), which means you make actual programs with it.

If you are interested in learn C/C++, try something like http://www.cprogramming.com/ and http://www.cplusplus.com/.
10-18-2006, 02:40 AM#3
Vexorian
can you write c++ in world editor?

no


can you add a c++ native to the game by using a patch and then use jass to call the native?

yes
10-18-2006, 02:44 AM#4
Fr0zenLord
lol

thanks guys, o_O I think i'll stick with jass for now, lol, I dont even know what a native in jass is! lol
10-18-2006, 02:52 AM#5
Alevice
Quote:
Originally Posted by Fr0zenLord
lol

thanks guys, o_O I think i'll stick with jass for now, lol, I dont even know what a native in jass is! lol

You can always try learning another good scripting languages, like Javascript. Man, the more I work with it, the more I love it, despite its flaws.

Why aren't there any more ECMAScript based lanuages floating around?