Advertising (This ad goes away for registered users. You can Login or Register)

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

Programming on your favorite platform, for your favorite platform? Post here
dragonxtamer596
Posts: 188
Joined: Wed Oct 24, 2012 11:49 pm
Contact:

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

Post 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).
Advertising
Acid_Snake
Retired Mod
Posts: 3100
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

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

Post 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.
Advertising
dragonxtamer596
Posts: 188
Joined: Wed Oct 24, 2012 11:49 pm
Contact:

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

Post 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.
codestation
Big Beholder
Posts: 1660
Joined: Wed Jan 19, 2011 3:45 pm
Location: /dev/negi

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

Post by codestation »

So do you want something to compile, build and deploy C++/Java code from scratch? what about cmake/gradle?
Plugin list
Working on: QPSNProxy, QCMA - Open source content manager for the PS Vita
Playing: Error: ENOTIME
Repositories: github, google code
Just feel the code..
Acid_Snake
Retired Mod
Posts: 3100
Joined: Tue May 01, 2012 11:32 am
Location: Behind you!

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

Post 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
hgoel0974
Retired Mod
Posts: 2155
Joined: Mon Jul 23, 2012 11:42 pm
Location: New York

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

Post 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?
"If the truth is a cruel mistress, then a lie must be a nice girl"
Xian Nox
Retired Mod
Posts: 2744
Joined: Fri Nov 05, 2010 5:27 pm
Location: Over the hills and far away

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

Post 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.
hgoel0974
Retired Mod
Posts: 2155
Joined: Mon Jul 23, 2012 11:42 pm
Location: New York

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

Post 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 ;)
"If the truth is a cruel mistress, then a lie must be a nice girl"
Xian Nox
Retired Mod
Posts: 2744
Joined: Fri Nov 05, 2010 5:27 pm
Location: Over the hills and far away

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

Post 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.
NeverSayDie
Posts: 30
Joined: Mon Dec 02, 2013 6:58 pm
Location: ColdNinjaPro

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

Post by NeverSayDie »

Trying to learn C++
I love electronic Music
My Favorite artists are
1. 12th Planet
2. Noisestorm
3. Zomboy
Never Say die and Monstercat
I have ADHD and Aspergers
I love techonlogy and Computers first though.
Locked

Return to “Programming”