| View previous topic :: View next topic |
| Author |
Message |
Varreon Advanced Cheater
Reputation: 0
Joined: 13 Jun 2007 Posts: 80
|
Posted: Thu Jul 26, 2007 3:33 pm Post subject: Delphi vs C/C++ |
|
|
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 |
|
 |
merkark12 Advanced Cheater
Reputation: 0
Joined: 04 Jul 2007 Posts: 74 Location: In that program you just downloaded
|
Posted: Thu Jul 26, 2007 3:40 pm Post subject: |
|
|
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 |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Thu Jul 26, 2007 3:51 pm Post subject: |
|
|
| 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  _________________
|
|
| Back to top |
|
 |
Varreon Advanced Cheater
Reputation: 0
Joined: 13 Jun 2007 Posts: 80
|
Posted: Thu Jul 26, 2007 4:07 pm Post subject: |
|
|
Good Enough. C++ it is! _________________
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Thu Jul 26, 2007 4:38 pm Post subject: |
|
|
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 |
|
 |
lurc Grandmaster Cheater Supreme
Reputation: 2
Joined: 13 Nov 2006 Posts: 1900
|
Posted: Thu Jul 26, 2007 5:08 pm Post subject: |
|
|
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 |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Thu Jul 26, 2007 5:44 pm Post subject: |
|
|
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
if i didnt know delphi at all, i would of start learning C++ |
|
| Back to top |
|
 |
compactwater I post too much
Reputation: 8
Joined: 02 Aug 2006 Posts: 3923
|
Posted: Thu Jul 26, 2007 5:51 pm Post subject: |
|
|
Then you better get started with C++, Kaspersky!
I say Delphi is the best. |
|
| Back to top |
|
 |
luchofon Master Cheater
Reputation: 0
Joined: 26 Nov 2006 Posts: 268 Location: CEF
|
Posted: Thu Jul 26, 2007 5:52 pm Post subject: |
|
|
Agreed with compact Delphi FTW _________________
| zeppobeam wrote: | | how do u make addresses for games |
hahaha |
|
| Back to top |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Thu Jul 26, 2007 5:57 pm Post subject: |
|
|
You are going to need to know C/Assembly if you would like to go into advanced stuff. _________________
|
|
| Back to top |
|
 |
sponge I'm a spammer
Reputation: 1
Joined: 07 Nov 2006 Posts: 6009
|
Posted: Thu Jul 26, 2007 6:06 pm Post subject: |
|
|
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 |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Thu Jul 26, 2007 6:35 pm Post subject: |
|
|
| 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 |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Thu Jul 26, 2007 7:00 pm Post subject: |
|
|
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 |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Thu Jul 26, 2007 7:16 pm Post subject: |
|
|
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 |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Thu Jul 26, 2007 7:17 pm Post subject: |
|
|
| Kaspersky wrote: |
if CE was written in C, we would all say "C FTW" |
CheatEngine internals are written in C  _________________
|
|
| Back to top |
|
 |
|