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 


Delphi vs C/C++
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
Varreon
Advanced Cheater
Reputation: 0

Joined: 13 Jun 2007
Posts: 80

PostPosted: Thu Jul 26, 2007 3:33 pm    Post subject: Delphi vs C/C++ Reply with quote

Personally, I use c++, mainly because I know how. However, it seems like everyone here uses Delphi/Pascal. Is this for because of the UI builder, or is there an advantage to using Delphi?
_________________
Back to top
View user's profile Send private message
merkark12
Advanced Cheater
Reputation: 0

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

PostPosted: Thu Jul 26, 2007 3:40 pm    Post subject: Reply with quote

It's because delphi is a higher level language and is used to make windowed applications. however C++ or assembly is what ppl use to make popular games out there.
_________________


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 Jul 26, 2007 3:51 pm    Post subject: Reply with quote

merkark12 wrote:
It's because delphi is a higher level language and is used to make windowed applications. however C++ or assembly is what ppl use to make popular games out there.


Both Delphi and C/C++ are high-level languages, Delphi is not higher then C/C++ Varreon, go for C Smile

_________________
Back to top
View user's profile Send private message
Varreon
Advanced Cheater
Reputation: 0

Joined: 13 Jun 2007
Posts: 80

PostPosted: Thu Jul 26, 2007 4:07 pm    Post subject: Reply with quote

Good Enough. C++ it is!
_________________
Back to top
View user's profile Send private message
oib111
I post too much
Reputation: 0

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

PostPosted: Thu Jul 26, 2007 4:38 pm    Post subject: Reply with quote

I mainly like delphi because it is an easy language + it has the ui builder. But C/C++ is just as good. But really if I could start over learning my languages. It would be asm for sure, then C, maybe C++. And then I would do pascal -> delphi.
_________________


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 Jul 26, 2007 5:08 pm    Post subject: Reply with quote

Delphi for UI building is much easier,

Visual C++ on the other hand, is much more difficult. and doesnt really have the same UI builder as Delphi.

i havnt tried Borland C++ yet tho. i doubt its any easier

_________________
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Thu Jul 26, 2007 5:44 pm    Post subject: Reply with quote

C++ is the most recommended language to learn and use at any times.

i think its late for me to switch sence im allready used to delphi and i regred it Sad

if i didnt know delphi at all, i would of start learning C++
Back to top
View user's profile Send private message
compactwater
I post too much
Reputation: 8

Joined: 02 Aug 2006
Posts: 3923

PostPosted: Thu Jul 26, 2007 5:51 pm    Post subject: Reply with quote

Then you better get started with C++, Kaspersky!
I say Delphi is the best.
Back to top
View user's profile Send private message
luchofon
Master Cheater
Reputation: 0

Joined: 26 Nov 2006
Posts: 268
Location: CEF

PostPosted: Thu Jul 26, 2007 5:52 pm    Post subject: Reply with quote

Agreed with compact Delphi FTW
_________________



zeppobeam wrote:
how do u make addresses for games



hahaha
Back to top
View user's profile Send private message Yahoo Messenger
UnLmtD
Grandmaster Cheater
Reputation: 0

Joined: 13 Mar 2007
Posts: 894
Location: Canada

PostPosted: Thu Jul 26, 2007 5:57 pm    Post subject: Reply with quote

You are going to need to know C/Assembly if you would like to go into advanced stuff.
_________________
Back to top
View user's profile Send private message
sponge
I'm a spammer
Reputation: 1

Joined: 07 Nov 2006
Posts: 6009

PostPosted: Thu Jul 26, 2007 6:06 pm    Post subject: Reply with quote

c is better instead of creating boxes and windows and crap like that... you can actually learn how to create one without preset tools.
_________________
Back to top
View user's profile Send private message
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Thu Jul 26, 2007 6:35 pm    Post subject: Reply with quote

and if you want to create them delphi style you can always use dialog boxes. all of the easy, none of the bloat!
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Thu Jul 26, 2007 7:00 pm    Post subject: Reply with quote

Delphi FTW becuase its easy and we are used to it cause we used it to edit CE alot of times, then we undersoot the langauge and codes

if CE was written in C, we would all say "C FTW"

compactwater wrote:
Then you better get started with C++, Kaspersky!
I say Delphi is the best.


i tried but the intrudction is making me sick, "in 1958, C++ was bla bla.."

it takes 2 pages to read, and i dont want it, isnt there like a book that gets to the point allready ?

plus i need to know a few things before ill learn it:

*What is the best software to purchase for C++ ?

*What is "procedure" in C++ ?

*Begin and End i allready found out lol, { is Begin and } is end

*And how do i make uses list like in delphi ?, do i go like:

#include "Windows.h" ? thats all ?

*How/When do i know How/When to use ' or " ?

*To end line, do i go like ; ? or endl/; ?
Back to top
View user's profile Send private message
oib111
I post too much
Reputation: 0

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

PostPosted: Thu Jul 26, 2007 7:16 pm    Post subject: Reply with quote

1. By Software I assume you mean compiler. Borland C++

2. Unclear. Do you mean what it is or its syntax?

3. You don't have a uses list. You have header files. They can be compared to uses list. So I guess in a since yes.

4. That's part of learning the language.

5. You use ; to end. The endl function ends the line. [/url]

_________________


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
UnLmtD
Grandmaster Cheater
Reputation: 0

Joined: 13 Mar 2007
Posts: 894
Location: Canada

PostPosted: Thu Jul 26, 2007 7:17 pm    Post subject: Reply with quote

Kaspersky wrote:

if CE was written in C, we would all say "C FTW"


CheatEngine internals are written in C Smile

_________________
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