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 


{request}C for newbies = ]
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
NINTENDO
Grandmaster Cheater Supreme
Reputation: 0

Joined: 02 Nov 2007
Posts: 1371

PostPosted: Tue Jan 15, 2008 9:27 am    Post subject: {request}C for newbies = ] Reply with quote

Erm..

What is the difference between the c languages?
And is VC++ good for newbies?

_________________
Intel over amd yes.


Last edited by NINTENDO on Tue Jan 15, 2008 9:33 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Tosy
How do I cheat?
Reputation: 0

Joined: 20 Jul 2007
Posts: 5

PostPosted: Tue Jan 15, 2008 9:29 am    Post subject: Reply with quote

By looking in the tittle , looks like you've posted a ebook or tutorial,btw changes between C and C++ are here I think
http://unthought.net/c++/c_vs_c++.html
Back to top
View user's profile Send private message
NINTENDO
Grandmaster Cheater Supreme
Reputation: 0

Joined: 02 Nov 2007
Posts: 1371

PostPosted: Tue Jan 15, 2008 9:32 am    Post subject: Reply with quote

_ToSy_ wrote:
By looking in the tittle , looks like you've posted a ebook or tutorial,btw changes between C and C++ are here I think
http://unthought.net/c++/c_vs_c++.html

C, C#, C++

_________________
Intel over amd yes.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Tue Jan 15, 2008 9:37 am    Post subject: Reply with quote

C# is so radically different than C and C++ you can't compare them.
_________________
Back to top
View user's profile Send private message
Tosy
How do I cheat?
Reputation: 0

Joined: 20 Jul 2007
Posts: 5

PostPosted: Tue Jan 15, 2008 9:40 am    Post subject: Reply with quote

appalsap wrote:
C# is so radically different than C and C++ you can't compare them.
C# is based on VB and C++
Back to top
View user's profile Send private message
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Tue Jan 15, 2008 9:48 am    Post subject: Reply with quote

_ToSy_ wrote:
appalsap wrote:
C# is so radically different than C and C++ you can't compare them.
C# is based on VB and C++

Wrong

_________________
Back to top
View user's profile Send private message
Tosy
How do I cheat?
Reputation: 0

Joined: 20 Jul 2007
Posts: 5

PostPosted: Tue Jan 15, 2008 9:56 am    Post subject: Reply with quote

appalsap wrote:
_ToSy_ wrote:
appalsap wrote:
C# is so radically different than C and C++ you can't compare them.
C# is based on VB and C++

Wrong
Yes
Back to top
View user's profile Send private message
Renkokuken
GO Moderator
Reputation: 4

Joined: 22 Oct 2006
Posts: 3249

PostPosted: Tue Jan 15, 2008 9:59 am    Post subject: Reply with quote

_ToSy_ wrote:
appalsap wrote:
_ToSy_ wrote:
appalsap wrote:
C# is so radically different than C and C++ you can't compare them.
C# is based on VB and C++

Wrong
Yes
Yes, you were wrong.
Back to top
View user's profile Send private message
NINTENDO
Grandmaster Cheater Supreme
Reputation: 0

Joined: 02 Nov 2007
Posts: 1371

PostPosted: Wed Jan 16, 2008 1:47 am    Post subject: Reply with quote

Still you haven't answered..
_________________
Intel over amd yes.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Renkokuken
GO Moderator
Reputation: 4

Joined: 22 Oct 2006
Posts: 3249

PostPosted: Wed Jan 16, 2008 6:05 am    Post subject: Reply with quote

Naablet wrote:
Still you haven't answered..
Regarding your previous posts and how you like an easy-to-use GUI, and GUI builder, go with C#.
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Wed Jan 16, 2008 10:14 am    Post subject: Reply with quote

C:
- Devleoped in 1972
- Devleoped by Dennis Ritchie
- Developed for the use with Unix.
- Later extended for other platform use.

C++:
- Developed in 1979
- Developed by Dr. Bjarne Stroustrup
- Created as an 'extension' to the C language.
- Originally named 'C with Classes' but later renamed to C++
- Enhances the C language by introducing OOP style programming and other features such as: virtual functions, operator overloading, multiple inheritance, templates, and exception handling.
- C++ has been standardized serveral times and a new standard is in the works currently where as C can be platform / compiler based.


References:

C :: http://en.wikipedia.org/wiki/C_%28programming_language%29
C++ :: http://en.wikipedia.org/wiki/C%2B%2B

As for C#:

Quote:
C# (see section on name, pronunciation) is an object-oriented programming language developed by Microsoft as part of the .NET initiative and later approved as a standard by ECMA and ISO. Anders Hejlsberg leads development of the C# language, which has a procedural, object-oriented syntax based on C++ and includes aspects of several other programming languages (most notably Delphi and Java) with a particular emphasis on simplification.


http://en.wikipedia.org/wiki/C_Sharp_%28programming_language%29

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
NINTENDO
Grandmaster Cheater Supreme
Reputation: 0

Joined: 02 Nov 2007
Posts: 1371

PostPosted: Wed Jan 16, 2008 12:34 pm    Post subject: Reply with quote

Which one should i start with if i don't have any experience about any c-language?
I've just been codeing in vb. Wink

_________________
Intel over amd yes.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Renkokuken
GO Moderator
Reputation: 4

Joined: 22 Oct 2006
Posts: 3249

PostPosted: Wed Jan 16, 2008 1:17 pm    Post subject: Reply with quote

Naablet wrote:
Which one should i start with if i don't have any experience about any c-language?
I've just been codeing in vb. Wink
C#, though it is different from C/C++.
Back to top
View user's profile Send private message
NINTENDO
Grandmaster Cheater Supreme
Reputation: 0

Joined: 02 Nov 2007
Posts: 1371

PostPosted: Wed Jan 16, 2008 1:21 pm    Post subject: Reply with quote

Renkokuken wrote:
Naablet wrote:
Which one should i start with if i don't have any experience about any c-language?
I've just been codeing in vb. Wink
C#, though it is different from C/C++.

Thanks, but which tools does C sharp require?
Is MS's compiller good?

_________________
Intel over amd yes.
Back to top
View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
baken
Cheater
Reputation: 0

Joined: 04 Apr 2007
Posts: 43

PostPosted: Thu Jan 17, 2008 2:02 pm    Post subject: Reply with quote

VC# is the only C# compiler.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
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