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
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 »

NeverSayDie wrote:Trying to learn C++
Necromancy :|
Advertising
"If the truth is a cruel mistress, then a lie must be a nice girl"
NeverSayDie
Posts: 30
Joined: Mon Dec 02, 2013 6:58 pm
Location: ColdNinjaPro

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

Post by NeverSayDie »

how can you get c++ on the PSVITA?
Advertising
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.
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 »

NeverSayDie wrote:how can you get c++ on the PSVITA?
Via the pspemu.
grief3r
Posts: 358
Joined: Sat Nov 09, 2013 4:12 am

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

Post by grief3r »

Image



apart from that, you can learn c with a program called j creator which is what they taught me on first year of high school, but if you wanna learn c++ just download it buy a book ?
PSV1001 2.61 FieldRunners
PSP1001 6.60 Pro-C
PSP 3001 6.20 Pro-C2
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 »

grief3r wrote:apart from that, you can learn c with a program called j creator which is what they taught me on first year of high school, but if you wanna learn c++ just download it buy a book ?
JCreator? As in JCreator? From all the dedicated C/C++ IDEs, they decide to pick a Java IDE. Typical highschool.
As for book: just go to a local book store and pick up whatever book you feel is best written.
grief3r
Posts: 358
Joined: Sat Nov 09, 2013 4:12 am

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

Post by grief3r »

Xian Nox wrote:
grief3r wrote:apart from that, you can learn c with a program called j creator which is what they taught me on first year of high school, but if you wanna learn c++ just download it buy a book ?
JCreator? As in JCreator? From all the dedicated C/C++ IDEs, they decide to pick a Java IDE. Typical highschool.
As for book: just go to a local book store and pick up whatever book you feel is best written.
yeah the class was really easy even though it was upper level class, but since it's the course you need to start with its mandatory
PSV1001 2.61 FieldRunners
PSP1001 6.60 Pro-C
PSP 3001 6.20 Pro-C2
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:
grief3r wrote:apart from that, you can learn c with a program called j creator which is what they taught me on first year of high school, but if you wanna learn c++ just download it buy a book ?
JCreator? As in JCreator? From all the dedicated C/C++ IDEs, they decide to pick a Java IDE. Typical highschool.
As for book: just go to a local book store and pick up whatever book you feel is best written.
True. Only we used Eclipse, which is good, but it isn't visual studio (but then it's the best IDE for Java), although the course was a breeze (it's either me or teachers downplay the programming level too much) I still dislike Java (but please let's not turn it into a flame thread, it's just personal opinion)
"If the truth is a cruel mistress, then a lie must be a nice girl"
NeverSayDie
Posts: 30
Joined: Mon Dec 02, 2013 6:58 pm
Location: ColdNinjaPro

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

Post by NeverSayDie »

I have A+ certification though. Also I like learning new things, and C++ is kinda of exciting. It's like learning html for the first time.

C++ super basic calculator
spoiler.

[spoiler]#include <iostream>


using namespace std;

int main()
{
int a = 4;
int b = 21;
int sum = a + b;
cout << sum;

system ("pause");
return 0;



}[/spoiler]
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.
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 »

NeverSayDie wrote:I have A+ certification though. Also I like learning new things, and C++ is kinda of exciting. It's like learning html for the first time.

C++ super basic calculator
spoiler.

[spoiler]#include <iostream>


using namespace std;

int main()
{
int a = 4;
int b = 21;
int sum = a + b;
cout << sum;

system ("pause");
return 0;



}[/spoiler]
Why the irrelevant use of system? And also, your compiler will turn the code into "cout << 25".
NeverSayDie
Posts: 30
Joined: Mon Dec 02, 2013 6:58 pm
Location: ColdNinjaPro

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

Post by NeverSayDie »

Xian Nox wrote:
NeverSayDie wrote:I have A+ certification though. Also I like learning new things, and C++ is kinda of exciting. It's like learning html for the first time.

C++ super basic calculator
spoiler.

[spoiler]#include <iostream>


using namespace std;

int main()
{
int a = 4;
int b = 21;
int sum = a + b;
cout << sum;

system ("pause");
return 0;



}[/spoiler]
Why the irrelevant use of system? And also, your compiler will turn the code into "cout << 25".
What irrelevant? Also I understand this that why its super basic. I have another one made. I mean CompTIa A+
certification. I forgot there's a A+ programming language. Please excuse my ignorance.
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”