Page 1 of 3

[C++,Java] I wanna learn....

Posted: Wed Oct 16, 2013 2:38 am
by dragonxtamer596
I know as far as me being around I'm dead but I've come back wondering a few questions.
What is the best set up for c++ and or Java? The software ect
I wanna learn the basic bases of the languages like the structure.
I as well want the learn what some of the lua programming functions in c++ and java like the controls functions ect in c++
Ty and have a nice day(s).

Re: [C++,Java] I wanna learn....

Posted: Thu Oct 17, 2013 10:56 pm
by Acid_Snake
if you are talking about IDEs, Eclipse is good enough for them both. As far as tutorials is concerned, just google it, there are thousands flying around.

Re: [C++,Java] I wanna learn....

Posted: Thu Oct 17, 2013 11:36 pm
by dragonxtamer596
Acid_Snake wrote:if you are talking about IDEs, Eclipse is good enough for them both. As far as tutorials is concerned, just google it, there are thousands flying around.
No, I'm talking about from scratch and compiling your project. Then running.

Re: [C++,Java] I wanna learn....

Posted: Thu Oct 17, 2013 11:41 pm
by codestation
So do you want something to compile, build and deploy C++/Java code from scratch? what about cmake/gradle?

Re: [C++,Java] I wanna learn....

Posted: Fri Oct 18, 2013 9:43 am
by Acid_Snake
dragonxtamer596 wrote:
Acid_Snake wrote:if you are talking about IDEs, Eclipse is good enough for them both. As far as tutorials is concerned, just google it, there are thousands flying around.
No, I'm talking about from scratch and compiling your project. Then running.
eclipse, and pretty much every IDE will greatly help you with that

Re: [C++,Java] I wanna learn....

Posted: Sun Oct 27, 2013 12:37 am
by hgoel0974
dragonxtamer596 wrote:
Acid_Snake wrote:if you are talking about IDEs, Eclipse is good enough for them both. As far as tutorials is concerned, just google it, there are thousands flying around.
No, I'm talking about from scratch and compiling your project. Then running.
why would you even want to do that when there are so many IDEs flying around?

Re: [C++,Java] I wanna learn....

Posted: Sun Oct 27, 2013 3:22 am
by Xian Nox
hgoel0974 wrote:why would you even want to do that when there are so many IDEs flying around?
In order to learn how the process works without having an IDE hold your hand.
Tbh, starting out with gcc, makefiles and a text editor is preferable to starting out in an IDE. Using an IDE later on is a must, of course, but it won't help you learn how/what compilers do, etc.

Re: [C++,Java] I wanna learn....

Posted: Sun Oct 27, 2013 4:18 am
by hgoel0974
Xian Nox wrote:
hgoel0974 wrote:why would you even want to do that when there are so many IDEs flying around?
In order to learn how the process works without having an IDE hold your hand.
Tbh, starting out with gcc, makefiles and a text editor is preferable to starting out in an IDE. Using an IDE later on is a must, of course, but it won't help you learn how/what compilers do, etc.
typing in 'make' in a commandline won't help much either ;)

Re: [C++,Java] I wanna learn....

Posted: Sun Oct 27, 2013 5:06 am
by Xian Nox
hgoel0974 wrote:
Xian Nox wrote:
hgoel0974 wrote:why would you even want to do that when there are so many IDEs flying around?
In order to learn how the process works without having an IDE hold your hand.
Tbh, starting out with gcc, makefiles and a text editor is preferable to starting out in an IDE. Using an IDE later on is a must, of course, but it won't help you learn how/what compilers do, etc.
typing in 'make' in a commandline won't help much either ;)
man gcc, or man make do.

Re: [C++,Java] I wanna learn....

Posted: Sun Dec 08, 2013 1:41 am
by NeverSayDie
Trying to learn C++