| View previous topic :: View next topic |
| Author |
Message |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Thu Aug 30, 2007 9:22 am Post subject: C/C#/C++? |
|
|
i got a few questions...
1. what should i learn first? C? C++? or should i just start C#?
2. whats diffrent with C++? i know its something like Object-Oriented Programming and C is Functional something or opposite... what are those and what is C#? OOP?
3. why i almsot never see ppl use C#? its not good as C++? :O
thx
|
|
| Back to top |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Thu Aug 30, 2007 9:30 am Post subject: |
|
|
C (imo)
_________________
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Thu Aug 30, 2007 9:30 am Post subject: |
|
|
| How about you never learn C#?..
|
|
| Back to top |
|
 |
merkark12 Advanced Cheater
Reputation: 0
Joined: 04 Jul 2007 Posts: 74 Location: In that program you just downloaded
|
Posted: Thu Aug 30, 2007 9:32 am Post subject: |
|
|
1.Depends. C# is just C++ with extra stuff and its .NET.
2.C++ is just a superset of C is what ive heard its just a better C in some cases.
3.many ppl dont use it cuz its .NET if it wasn't .net prolly more ppl would use it. i suggest C++ straight away but C will help if you know some of it.
_________________
|
|
| Back to top |
|
 |
Liquid369 I post too much
Reputation: 0
Joined: 15 Oct 2006 Posts: 3938 Location: Where ever I am
|
Posted: Thu Aug 30, 2007 10:14 am Post subject: |
|
|
C# is nice except for having to import .dll's
_________________
People are of no value.
We could make more sometime.
If we need them.
Life itself is only vision, a dream.
Nothing exists in empty space and you.
And you are but a thought. |
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Thu Aug 30, 2007 10:22 am Post subject: |
|
|
Learn C++. That is all you need to know.
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
lurc Grandmaster Cheater Supreme
Reputation: 2
Joined: 13 Nov 2006 Posts: 1900
|
Posted: Thu Aug 30, 2007 10:51 am Post subject: |
|
|
C++ FTW!
_________________
|
|
| Back to top |
|
 |
Flyte Peanuts!!!!
Reputation: 6
Joined: 19 Apr 2006 Posts: 1887 Location: Canada
|
Posted: Thu Aug 30, 2007 2:13 pm Post subject: |
|
|
| merkark12 wrote: | | 1.Depends. C# is just C++ with extra stuff and its .NET. |
C# = Java + Microsoft(.Net) + Gay
| merkark12 wrote: | | 2.C++ is just a superset of C is what ive heard its just a better C in some cases. |
GTFO
| merkark12 wrote: | | 3.many ppl dont use it cuz its .NET if it wasn't .net prolly more ppl would use it. i suggest C++ straight away but C will help if you know some of it. |
Symbol, do yourself a favor and learn C.
|
|
| Back to top |
|
 |
the_undead Expert Cheater
Reputation: 1
Joined: 12 Nov 2006 Posts: 235 Location: Johannesburg, South Africa
|
Posted: Thu Aug 30, 2007 2:14 pm Post subject: |
|
|
Learn C first.
Skip C++.
Then move to C# for OOP experience.
It'll give you a good taste of both worlds.
_________________
|
|
| Back to top |
|
 |
gamesguru Grandmaster Cheater
Reputation: 0
Joined: 22 Mar 2006 Posts: 926 Location: detroit
|
Posted: Thu Aug 30, 2007 2:32 pm Post subject: |
|
|
C# is my pick, not just because I like it, but for many reasons. For one, it's a fairly new language, and already has a lot of support: Code Project, pInvoke.net, and MSDN. But there's just no jobs for programming C# out there...so if you're going to get a job, just go straight for C++, but if you like to program for you self, I'd recommend C#.
_________________
|
|
| Back to top |
|
 |
Robotex Master Cheater
Reputation: 0
Joined: 05 Sep 2006 Posts: 378 Location: The pizza country!
|
Posted: Thu Aug 30, 2007 11:15 pm Post subject: |
|
|
If you're going to learn C++, 3/4 of what you learn will be what you learn in C
C# is a reinterpreted code, if you want learn it, but because it's interpreted it has got all it's cons (mostly performance)
If you're going to develop games, then go for C++ (even if all microsoft tutorials on developing games are in c# (i think because it can be ported to xna), real game coders use C++), but if you're just making simple applications, go with C
_________________
ASM/C++ Coder
Project Speranza lead developer |
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Fri Aug 31, 2007 5:31 am Post subject: |
|
|
| the_undead wrote: | Learn C first.
Skip C++.
Then move to C# for OOP experience.
It'll give you a good taste of both worlds. |
C++ .NET =[
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Fri Aug 31, 2007 6:06 am Post subject: |
|
|
| Robotex wrote: | If you're going to learn C++, 3/4 of what you learn will be what you learn in C
C# is a reinterpreted code, if you want learn it, but because it's interpreted it has got all it's cons (mostly performance)
If you're going to develop games, then go for C++ (even if all microsoft tutorials on developing games are in c# (i think because it can be ported to xna), real game coders use C++), but if you're just making simple applications, go with C |
thx for your replies every1
and i think i'll just learn C++ altough im not gonna make any games with it, then i'll know C pretty good like he said 3/4 of what i will learn in C++ i would learn in C so i can know both and then ill learn C, should i?
so that way i can learn both, besides most of you said i should learn straight C++ so ill learn C++ and if ill want some C later...
thx every1 helped a lot
|
|
| Back to top |
|
 |
the_undead Expert Cheater
Reputation: 1
Joined: 12 Nov 2006 Posts: 235 Location: Johannesburg, South Africa
|
Posted: Fri Aug 31, 2007 8:40 am Post subject: |
|
|
| noz3001 wrote: | | the_undead wrote: | Learn C first.
Skip C++.
Then move to C# for OOP experience.
It'll give you a good taste of both worlds. |
C++ .NET =[ |
Why ruin a perfectly good language iwth .NET?!?!? Dont encourage them!
Bah. Anyway. C# is more comfortable than C++.NET.
C# is far more oop-ish than C++.
_________________
|
|
| Back to top |
|
 |
Grieverus Expert Cheater
Reputation: 0
Joined: 31 Aug 2007 Posts: 136
|
Posted: Fri Aug 31, 2007 9:07 am Post subject: |
|
|
| best to just learn C++ or C# they're essentially the same thing.
|
|
| Back to top |
|
 |
|