Dec 20, 2012 at 12:37 PM
Join Date: Jan 28, 2010
Location: Internet
Posts: 1369
Age: 35
Pronouns: he/him
It's not that hard to make PNGs display using C++.
runescape, #1 computer game of all timeS. P. Gardebiter said:Anyway, if this thing needs to run in a browser, I would surely stick to Java but there is no need for it. Also I know no AAA Titles who are coded in Java, most are coded in C or C++. However, this shouldn't be a reason why I wouldn't like to use Java. I never heared about a graphic library which supports hardware acceleration in Java.
He might be talking about Mint.Still you haven't even told me, what language you are talking about.
#ifndef FOR_EACH_H
#define FOR_EACH_H
#define foreach(alpha,beta,sequenceLength){ for(int SYS_I=0;SYS_I<sequenceLength;SYS_I++){void *alpha=beta[SYS_I];
#endif
#include <iostream>
#include "ForEach.h"
using namespace std;
void doCompletelyUselessThings() {
int[] derp = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10};
foreach(element,derp,10){
cout << element;
}
}
int main(int argc, char *argv[]) {
doCompletelyUselessThings();
}
/**
=== LICENSE FOR THIS PROJECT, C++MINT ===
Copyright (C) Jiangcheng Oliver Chu of
CodeHive, www.oliverchu.com, and Carrot Lord Studios - All Rights Reserved
Unauthorized copying of this file, and any of the
files in the C++Mint repository on Github or any
other website, via any medium is strictly prohibited.
Proprietary and confidential.
Contact Oliver Chu by sending an email to: j@oliverchu.com
Written 21 December 2012, 4:10 PM Pacific Standard Time.
Unlike JMint, which operates under a more permissive
and open license, C++Mint is a fully proprietary project.
You may view the source code.
You may not edit the source code, or distribute it or
give out any modified versions of it in any way.
You may not compile the source code, and you cannot
download executables that are the compiled versions of
the C++Mint source code.
You cannot use C++Mint as a client (regular user).
In other words, do not write Mint code that is supposed
to run on C++Mint. You are ABSOLUTELY NOT allowed to download and/or use any
Mint language interpreters written in C, C++, or any variants
thereof. Java is not considered a C/C++ variant. Neither is Python.
All ideas and concepts, or innovative implementations used in C++Mint
cannot be used in other programs or other pieces of source code
without the explicit written permission of Jiangcheng Oliver Chu,
unless United States Federal and State Laws in combination
with International Laws do not permit such a restriction on the
users.
Written Permission means a letter or note sent to you by
traditional non-electronic mail, with all writing on that letter or
note being written using a black pen in cursive.
If this is not so, the note is probably forged or fake in some way.
Note that fake notes can still be on pieces of paper and written
with black pen in cursive. Do not assume a note is real
if it follows the guidelines.
Remember to use the email address given above to contact the creator
of C++Mint and to ask questions about this license or the program
itself. */