Click here to Skip to main content
16,006,065 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Quickie: CListCtrl message Pin
Michael Dunn31-May-02 11:48
sitebuilderMichael Dunn31-May-02 11:48 
GeneralMS Installer 2.0 needs .NET framework?!?! Pin
paulccc31-May-02 3:50
paulccc31-May-02 3:50 
GeneralRe: MS Installer 2.0 needs .NET framework?!?! Pin
Nish Nishant31-May-02 4:21
sitebuilderNish Nishant31-May-02 4:21 
GeneralRe: MS Installer 2.0 needs .NET framework?!?! Pin
paulccc31-May-02 4:24
paulccc31-May-02 4:24 
GeneralRe: MS Installer 2.0 needs .NET framework?!?! Pin
Nish Nishant31-May-02 4:38
sitebuilderNish Nishant31-May-02 4:38 
Questiondelphi VS vc++,which one? Pin
tiaozi31-May-02 3:25
tiaozi31-May-02 3:25 
AnswerRe: delphi VS vc++,which one? Pin
Michael P Butler31-May-02 3:30
Michael P Butler31-May-02 3:30 
AnswerRe: delphi VS vc++,which one? Pin
señor codeman31-May-02 3:53
señor codeman31-May-02 3:53 
choosing either Delphi or Visual C++ depends largely on what you are doing.... although C++ executes faster, Delphi compiles in a single pass which means it will always be faster than MSVC, and most other C/C++ compiler out there.... Delphi is also based on the Pascal language, but borland have their own version, Object Pascal, which supports most features found in C++

if you want to do database programming, or large GUI-based programs (using windows common controls and such), Delphi is by far the best choice. if you plan on creating games or other performance-critical applications, C++ is probably a better choice (i am not saying Delphi is slow in any way here, because it isnt). if you want to learn programming, Delphi is far easier to learn than Visual Basic and outperforms it in just about any circumstance (Delphi executables also dont need a DLL with the runtime libraries in it to run either, but that option can be activated to produce tiny executables....)

I actually have both Visual C++ and Delphi and use them both often - which one you use depends on what you want to do (although i prefer Delphi for it's ease of use....)

in the end, it's up to you....
(sorry for the massive amount of text, but im going through caffeine withdrawal and my brain is going crazy.... Smile | :)

-- señor codeman
codeman@crowbartherapy.cjb.net
GeneralRe: delphi VS vc++,which one? Pin
Renjith Ramachandran31-May-02 5:37
Renjith Ramachandran31-May-02 5:37 
GeneralRe: delphi VS vc++,which one? Pin
Member 9631-May-02 6:01
Member 9631-May-02 6:01 
GeneralRe: delphi VS vc++,which one? Pin
Ed Gadziemski31-May-02 11:03
professionalEd Gadziemski31-May-02 11:03 
GeneralRe: delphi VS vc++,which one? Pin
señor codeman6-Jun-02 1:04
señor codeman6-Jun-02 1:04 
AnswerRe: delphi VS vc++,which one? Pin
Nish Nishant31-May-02 4:23
sitebuilderNish Nishant31-May-02 4:23 
GeneralRe: delphi VS vc++,which one? Pin
Michael P Butler31-May-02 4:23
Michael P Butler31-May-02 4:23 
GeneralRe: delphi VS vc++,which one? Pin
Alexandru Savescu31-May-02 4:34
Alexandru Savescu31-May-02 4:34 
GeneralRe: delphi VS vc++,which one? Pin
Michael P Butler31-May-02 4:42
Michael P Butler31-May-02 4:42 
GeneralRe: delphi VS vc++,which one? Pin
Nish Nishant31-May-02 4:40
sitebuilderNish Nishant31-May-02 4:40 
GeneralRe: delphi VS vc++,which one? Pin
Michael P Butler31-May-02 4:55
Michael P Butler31-May-02 4:55 
GeneralRe: delphi VS vc++,which one? Pin
Alexandru Savescu31-May-02 4:47
Alexandru Savescu31-May-02 4:47 
GeneralRe: delphi VS vc++,which one? Pin
Phil Speller31-May-02 10:32
Phil Speller31-May-02 10:32 
GeneralRe: delphi VS vc++,which one? Pin
Nish Nishant31-May-02 4:37
sitebuilderNish Nishant31-May-02 4:37 
GeneralRe: delphi VS vc++,which one? Pin
señor codeman6-Jun-02 1:11
señor codeman6-Jun-02 1:11 
AnswerRe: delphi VS vc++,which one? Pin
Rene De La Garza31-May-02 4:49
Rene De La Garza31-May-02 4:49 
GeneralRe: delphi VS vc++,which one? Pin
señor codeman6-Jun-02 1:15
señor codeman6-Jun-02 1:15 
AnswerRe: delphi VS vc++,which one? Pin
Tomasz Sowinski31-May-02 5:15
Tomasz Sowinski31-May-02 5:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.