XenForo
Administrative
- Thread starter
- Admin
- #1
Hi all,
First, sorry for my poor language's quality, english is not my first language ...
Well, I know that had been asked two years ago here, but I want to have an answer that hadn't been given ...
So, there's a code editor option in XenForo's forums :
In Java, by example it gives :
Java:
But, is it possible to compile that code, like in a code editor...
Read more
ادامه مطلب...
First, sorry for my poor language's quality, english is not my first language ...
Well, I know that had been asked two years ago here, but I want to have an answer that hadn't been given ...
So, there's a code editor option in XenForo's forums :
In Java, by example it gives :
Java:
Code:
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
But, is it possible to compile that code, like in a code editor...
Read more
ادامه مطلب...