Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


C/C#/C++?

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Symbol
I'm a spammer
Reputation: 0

Joined: 18 Apr 2007
Posts: 5094
Location: Israel.

PostPosted: Thu Aug 30, 2007 9:22 am    Post subject: C/C#/C++? Reply with quote

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 Razz
Back to top
View user's profile Send private message
UnLmtD
Grandmaster Cheater
Reputation: 0

Joined: 13 Mar 2007
Posts: 894
Location: Canada

PostPosted: Thu Aug 30, 2007 9:30 am    Post subject: Reply with quote

C (imo)
_________________
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Thu Aug 30, 2007 9:30 am    Post subject: Reply with quote

How about you never learn C#?..
Back to top
View user's profile Send private message MSN Messenger
merkark12
Advanced Cheater
Reputation: 0

Joined: 04 Jul 2007
Posts: 74
Location: In that program you just downloaded

PostPosted: Thu Aug 30, 2007 9:32 am    Post subject: Reply with quote

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
View user's profile Send private message
Liquid369
I post too much
Reputation: 0

Joined: 15 Oct 2006
Posts: 3938
Location: Where ever I am

PostPosted: Thu Aug 30, 2007 10:14 am    Post subject: Reply with quote

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
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Thu Aug 30, 2007 10:22 am    Post subject: Reply with quote

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
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
lurc
Grandmaster Cheater Supreme
Reputation: 2

Joined: 13 Nov 2006
Posts: 1900

PostPosted: Thu Aug 30, 2007 10:51 am    Post subject: Reply with quote

C++ FTW!
_________________
Back to top
View user's profile Send private message
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Thu Aug 30, 2007 2:13 pm    Post subject: Reply with quote

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
View user's profile Send private message
the_undead
Expert Cheater
Reputation: 1

Joined: 12 Nov 2006
Posts: 235
Location: Johannesburg, South Africa

PostPosted: Thu Aug 30, 2007 2:14 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website MSN Messenger
gamesguru
Grandmaster Cheater
Reputation: 0

Joined: 22 Mar 2006
Posts: 926
Location: detroit

PostPosted: Thu Aug 30, 2007 2:32 pm    Post subject: Reply with quote

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
View user's profile Send private message
Robotex
Master Cheater
Reputation: 0

Joined: 05 Sep 2006
Posts: 378
Location: The pizza country!

PostPosted: Thu Aug 30, 2007 11:15 pm    Post subject: Reply with quote

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
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Fri Aug 31, 2007 5:31 am    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
Symbol
I'm a spammer
Reputation: 0

Joined: 18 Apr 2007
Posts: 5094
Location: Israel.

PostPosted: Fri Aug 31, 2007 6:06 am    Post subject: Reply with quote

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 Smile
Back to top
View user's profile Send private message
the_undead
Expert Cheater
Reputation: 1

Joined: 12 Nov 2006
Posts: 235
Location: Johannesburg, South Africa

PostPosted: Fri Aug 31, 2007 8:40 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website MSN Messenger
Grieverus
Expert Cheater
Reputation: 0

Joined: 31 Aug 2007
Posts: 136

PostPosted: Fri Aug 31, 2007 9:07 am    Post subject: Reply with quote

best to just learn C++ or C# they're essentially the same thing.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites