What's new

emucoding

Doomulation

?????????????????????????
Yes, you saw that at last. You need a really good computer for emulation in vb. Try to learn c++ first, then do an emulator.
 
OP
G

GuestX

New member
hey Doomultion,
how about Delphi ?
Because i wanted to learn it, it's Powerful :)

What's Faster ?:

Borland Delphi 3.0
Borland C++ Builder 1.0
 
Last edited:
OP
G

GuestX

New member
because I'm going to buy beginner books:
"Delphi for Kids" <------- includes Borland Delphi 3.0 Prof.
New: 25€
"C++ For Kids" <------- includes Borland C++ builder 1.0
New: 25€ Used: 10€

i don't wich is better to learn
 

mesman00

What's that...?
don't buy a "for kids" book, it might NOT include much. i suggest a SAMS teach yourself c++ in 24 days type deal, even though it will take a fell of alot longer than 24 days, its a good resource.
 
Last edited:
OP
G

GuestX

New member
thnx,
but i think i'm going to get a Kids book, i have readed a lot
of thinks like that.

But whats faster ?
delphi 3.0 or
c++ builder 1.0
 

Cyberman

Moderator
Moderator
Delphi3? Ack... BCB 1.0?
You can't make serious applications with those anymore.

Delphi 4 or BCB 4.0 maybe.. but it requires a lot of bug swatting!

Cyb
 
OP
G

GuestX

New member
I think i am going for Delphi, because i hate GUIs in C++

Delphi 3.0 Professional is still Faster than VB7 Or ???
I Don't think VB7 is a lot faster than VB6.

VB = Just BASIC,

i think Delphi 3.0 is alot faster than VB7, VB dosen't have
a real compiler, and Delphi has a Compiler, and with
Delphi you can port with CLX to Linux.

-----------------------------------------------------------------------
New post: (i would not post in a row, i have 2 points from the
last row):


I have readed more...Now: the Delphi version in the book
can be updated to Delphi 7 !!. I must download just the
update. I think i buy it.
 
Last edited:
OP
G

GuestX

New member
Cyberman said:
Delphi3? Ack... BCB 1.0?
You can't make serious applications with those anymore.

Delphi 4 or BCB 4.0 maybe.. but it requires a lot of bug swatting!

Cyb

well, i am Downloading currently Delphi 6.0 & 7.0 Enterprise :D
if one download dosen´t work. i hope to get Delphi 7.0
enterprise.
 
Last edited:
OP
G

GuestX

New member
For C++ i Can´t find beginner tutorials.

And Delphi 's Syntax is easier.

Nemu64 0.7A (i think) was coded in Delphi
before Lemmy started to port the code to C.
With Delphi you can make plugins for emus
like pj64 too.
 
Last edited:

Cyberman

Moderator
Moderator
SculleatR said:
For C++ i Can´t find beginner tutorials.

And Delphi 's Syntax is easier.

Nemu64 0.7A (i think) was coded in Delphi
before Lemmy started to port the code to C.
With Delphi you can make plugins for emus
like pj64 too.
Delphi is just object pascal.. however BCB's VCL is written in delphi. Kind of a chicken and egg thing I guess. :)

Cyb
 

Doomulation

?????????????????????????
I don't find c++ syntax very hard. The faulty in the language lies within the complexity of the code you must make.
Btw, just wondering, what is more powerful & better in speed? C++ or delphi?
 

Doomulation

?????????????????????????
Of course, i can learn you, and many others as well. What you first would need is to understand the basics of the language (pointers, references, etc)--it's a must know! It'll probably teach you the syntax as well. Then get some example source and study it. Learn it!

Then start making your own apps. Still have questions, ask them and we will hear you.
 

Top