Page 1 of 2 |
b0se
Banned
Posts: 5901
Location: Rapture
|
Posted: Thu, 15th Dec 2011 06:21 Post subject: C++ |
|
 |
Starting to show interest in this programming language, therefore I need some advices :
1. What compiler to use ?
2. Can you recommend me a cute website that can teach a fella C++ from 0% ?
3. Thanks men
[spoiler][quote="SteamDRM"]i've bought mohw :derp: / FPS of the year! [/quote]
[quote="SteamDRM"][quote="b0se"]BLACK OPS GOTY[/quote]
No.[/quote][/spoiler]
|
|
Back to top |
|
 |
Przepraszam
VIP Member
Posts: 14398
Location: Poland. New York.
|
Posted: Thu, 15th Dec 2011 06:28 Post subject: |
|
 |
|
|
Back to top |
|
 |
b0se
Banned
Posts: 5901
Location: Rapture
|
Posted: Thu, 15th Dec 2011 06:30 Post subject: |
|
 |
Why should I learn Java ?
[spoiler][quote="SteamDRM"]i've bought mohw :derp: / FPS of the year! [/quote]
[quote="SteamDRM"][quote="b0se"]BLACK OPS GOTY[/quote]
No.[/quote][/spoiler]
|
|
Back to top |
|
 |
Przepraszam
VIP Member
Posts: 14398
Location: Poland. New York.
|
Posted: Thu, 15th Dec 2011 06:32 Post subject: |
|
 |
b0se wrote: | Why should I learn Java ? |
its the new cool thing to learn in 2011
its so optimized!
|
|
Back to top |
|
 |
b0se
Banned
Posts: 5901
Location: Rapture
|
|
Back to top |
|
 |
LeoNatan
Banned
Posts: 73193
Location: Ramat Gan, Israel 🇮🇱
|
Posted: Thu, 15th Dec 2011 06:52 Post subject: |
|
 |
Java
If you are in Windows, I recommend Microsoft Visual C++ 2010, which is free and is an excellent IDE (integrated development environment).
|
|
Back to top |
|
 |
b0se
Banned
Posts: 5901
Location: Rapture
|
Posted: Thu, 15th Dec 2011 15:16 Post subject: |
|
 |
Thanks iMen
[spoiler][quote="SteamDRM"]i've bought mohw :derp: / FPS of the year! [/quote]
[quote="SteamDRM"][quote="b0se"]BLACK OPS GOTY[/quote]
No.[/quote][/spoiler]
|
|
Back to top |
|
 |
garus
VIP Member
Posts: 34200
|
Posted: Thu, 15th Dec 2011 15:24 Post subject: |
|
 |
snip
Last edited by garus on Tue, 27th Aug 2024 21:29; edited 1 time in total
|
|
Back to top |
|
 |
|
|
Back to top |
|
 |
Werelds
Special Little Man
Posts: 15098
Location: 0100111001001100
|
Posted: Thu, 15th Dec 2011 15:45 Post subject: |
|
 |
Eclipse sucks balls. I hate that thing with a passion.
|
|
Back to top |
|
 |
Frant
King's Bounty
Posts: 24433
Location: Your Mom
|
|
Back to top |
|
 |
garus
VIP Member
Posts: 34200
|
Posted: Thu, 15th Dec 2011 15:53 Post subject: |
|
 |
snip
Last edited by garus on Tue, 27th Aug 2024 21:29; edited 1 time in total
|
|
Back to top |
|
 |
b0se
Banned
Posts: 5901
Location: Rapture
|
Posted: Thu, 15th Dec 2011 20:49 Post subject: |
|
 |
What are the differences between visual basic and c++ ?
[spoiler][quote="SteamDRM"]i've bought mohw :derp: / FPS of the year! [/quote]
[quote="SteamDRM"][quote="b0se"]BLACK OPS GOTY[/quote]
No.[/quote][/spoiler]
|
|
Back to top |
|
 |
LeoNatan
Banned
Posts: 73193
Location: Ramat Gan, Israel 🇮🇱
|
Posted: Thu, 15th Dec 2011 21:04 Post subject: |
|
 |
Visual Basic is derived from Basic, which is a programming language. Visual Basic .NET is completely revamped, now object-oriented variant of Basic (although the relation to Basic is now almost in name only).
I don't like either. C style for me.
Also, Objective C 
|
|
Back to top |
|
 |
garus
VIP Member
Posts: 34200
|
Posted: Thu, 15th Dec 2011 21:17 Post subject: |
|
 |
snip
Last edited by garus on Tue, 27th Aug 2024 21:29; edited 1 time in total
|
|
Back to top |
|
 |
LeoNatan
Banned
Posts: 73193
Location: Ramat Gan, Israel 🇮🇱
|
Posted: Thu, 15th Dec 2011 21:36 Post subject: |
|
 |
Have you seen it? Used it?
Objective C and iPhone have been my main development targets in the last few months (and C++ on the server side), and it is so abysmal. Add on top of that Apple's ridiculously shitty and closed API, it starts to look like a bad joke. Especially when you reach the small nuances of the views hierarchy and their private implementation of it versus the public implementation and how restricted you are. Developers make software as if the clients are retards; well, Apple makes SDK as if developers are retards. 
|
|
Back to top |
|
 |
garus
VIP Member
Posts: 34200
|
Posted: Thu, 15th Dec 2011 21:38 Post subject: |
|
 |
snip
Last edited by garus on Tue, 27th Aug 2024 21:29; edited 1 time in total
|
|
Back to top |
|
 |
LeoNatan
Banned
Posts: 73193
Location: Ramat Gan, Israel 🇮🇱
|
Posted: Thu, 15th Dec 2011 21:47 Post subject: |
|
 |
Objective C vs Java, I'd pick ObjC simply because it compiles to native code. The IDE and toolkit also aren't that bad. Eclipse on the other hand...
But the restrictions, so stupid. Illogical really. View transition; you provide an enum value to choose an animation. Public API has 4 animations. Private Enum with the same name has 20+. The absurd is, you can put the int value of these "private" enum values, and it works. But it is rejected from store.
And ObjC is so bad, you can get all selectors (functions) by using reflection and call them. No private. 
|
|
Back to top |
|
 |
garus
VIP Member
Posts: 34200
|
Posted: Thu, 15th Dec 2011 21:55 Post subject: |
|
 |
snip
Last edited by garus on Tue, 27th Aug 2024 21:29; edited 1 time in total
|
|
Back to top |
|
 |
Werelds
Special Little Man
Posts: 15098
Location: 0100111001001100
|
Posted: Thu, 15th Dec 2011 23:20 Post subject: |
|
 |
|
|
Back to top |
|
 |
LeoNatan
Banned
Posts: 73193
Location: Ramat Gan, Israel 🇮🇱
|
Posted: Thu, 15th Dec 2011 23:21 Post subject: |
|
 |
Yes, I know, but I'd like to believe developers aren't. 
|
|
Back to top |
|
 |
Werelds
Special Little Man
Posts: 15098
Location: 0100111001001100
|
|
Back to top |
|
 |
LeoNatan
Banned
Posts: 73193
Location: Ramat Gan, Israel 🇮🇱
|
Posted: Thu, 15th Dec 2011 23:38 Post subject: |
|
 |
|
|
Back to top |
|
 |
b0se
Banned
Posts: 5901
Location: Rapture
|
|
Back to top |
|
 |
|
Posted: Fri, 16th Dec 2011 10:37 Post subject: |
|
 |
|
|
Back to top |
|
 |
garus
VIP Member
Posts: 34200
|
Posted: Fri, 16th Dec 2011 12:03 Post subject: |
|
 |
snip
Last edited by garus on Tue, 27th Aug 2024 21:29; edited 1 time in total
|
|
Back to top |
|
 |
Werelds
Special Little Man
Posts: 15098
Location: 0100111001001100
|
Posted: Fri, 16th Dec 2011 12:21 Post subject: |
|
 |
Not sure, am I? 
|
|
Back to top |
|
 |
garus
VIP Member
Posts: 34200
|
Posted: Fri, 16th Dec 2011 13:19 Post subject: |
|
 |
snip
Last edited by garus on Tue, 27th Aug 2024 21:29; edited 1 time in total
|
|
Back to top |
|
 |
|
Posted: Fri, 16th Dec 2011 13:34 Post subject: Re: C++ |
|
 |
b0se wrote: | Starting to show interest in this programming language, therefore I need some advices :
1. What compiler to use ?
2. Can you recommend me a cute website that can teach a fella C++ from 0% ?
3. Thanks men |
http://newdata.box.sk/bx/c/
This is a great tutorial in c++, you will know inheritance and polymorphism after this, be sure to go threw all of it.
|
|
Back to top |
|
 |
b0se
Banned
Posts: 5901
Location: Rapture
|
Posted: Fri, 16th Dec 2011 15:15 Post subject: |
|
 |
What I dont understand is how the fuck I compile this in VC2010 :
Listing 1.1. HELLO.CPP, the Hello World program.
1: #include <iostream.h>
2:
3: int main()
4: {
5: cout << "Hello World!\n";
6: return 0;
7: }
What I mean is that out of what I wrote should come : Hello World! , how do I do that ?
[spoiler][quote="SteamDRM"]i've bought mohw :derp: / FPS of the year! [/quote]
[quote="SteamDRM"][quote="b0se"]BLACK OPS GOTY[/quote]
No.[/quote][/spoiler]
|
|
Back to top |
|
 |
Page 1 of 2 |
All times are GMT + 1 Hour |