![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Newbie
Join Date: Jun 2005
Posts: 28
Rep Power: 0
![]() |
JCreator is a free IDE for Java. It has a compiler and all. Give it a shot (I haven't since I use the command prompt in Windows to compile).
GCC does support Java if that is what you're implying Pizentios (didn't know if you were, but if so, just letting you know )Last edited by Knight; Jun 8th, 2005 at 10:57 AM. |
|
|
|
|
|
#12 |
|
Newbie
Join Date: Jun 2005
Posts: 7
Rep Power: 0
![]() |
Ok, can someone recommend a C++ source file and compiler, just for something to start out with? This java file looks pretty complex... If anyone cares it's the Jext source.
Last edited by blu3ninja; Jun 8th, 2005 at 11:40 AM. |
|
|
|
|
|
#13 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
You can download tarballs of MinGW from http://www.mingw.org/download.shtml, and here's a basic C++ program:
#include <iostream>
int main ()
{
std::cout << "I'm hungry." << std::endl;
return 0;
} |
|
|
|
|
|
#14 |
|
Newbie
Join Date: Jun 2005
Posts: 7
Rep Power: 0
![]() |
As I said in my original post, I can't install mingw or cygwin, as the computer owner considers them "risky".
|
|
|
|
|
|
#15 |
|
Professional Programmer
|
If it has to be through the linux cd, GCC would be the way to go, would it not? I'm not familiar with linux but that has always been my understanding.
Dev-C++ would be a good way to go. But you'd have to discuss it with mom and dad, I guess. Ever try having them read over the software description so they get an understanding of what you're wanting to download?
__________________
Amateurs built the ark Professionals built the Titanic |
|
|
|
|
|
#16 |
|
Professional Programmer
|
Or have a friend d/l it and burn it to a disk for you, then load it that way.
__________________
Amateurs built the ark Professionals built the Titanic |
|
|
|
|
|
#17 | |
|
Newbie
Join Date: Jun 2005
Posts: 28
Rep Power: 0
![]() |
Quote:
![]() |
|
|
|
|
|
|
#18 |
|
Newbie
Join Date: Jun 2005
Posts: 7
Rep Power: 0
![]() |
I'm not dropping Java, just starting C++. I got permission for and downloaded Dev-C++ with MinGW, and am looking at a few tutorials now.
Blue |
|
|
|
|
|
#19 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Wonderful. Good luck with the learning, mate.
|
|
|
|
|
|
#20 |
|
Programming Guru
![]() |
Enjoy c++ its harder then Java well i think so anyway.
__________________
"Put your hand on a hot stove for a minute, and it seems like an hour. Sit with a pretty girl for an hour, and it seems like a minute. THAT'S relativity." - Albert Einstein |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|