Click here to Skip to main content
15,907,396 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionClassView does not display if project has more than about 4000 classes?? Pin
khanhtruong22-Jun-03 21:27
khanhtruong22-Jun-03 21:27 
GeneralPrint monitor Pin
lynhoo22-Jun-03 21:00
lynhoo22-Jun-03 21:00 
GeneralRe: Print monitor Pin
Duncan Edwards Jones22-Jun-03 22:10
professionalDuncan Edwards Jones22-Jun-03 22:10 
GeneralRe: Print monitor Pin
lynhoo22-Jun-03 22:34
lynhoo22-Jun-03 22:34 
GeneralUpdating CTreeView Pin
Dan Savilonis22-Jun-03 20:15
Dan Savilonis22-Jun-03 20:15 
GeneralC++ vs. C# Pin
untwisted22-Jun-03 19:08
untwisted22-Jun-03 19:08 
GeneralRe: C++ vs. C# Pin
Toni7822-Jun-03 20:40
Toni7822-Jun-03 20:40 
GeneralRe: C++ vs. C# Pin
Hashim Saleem22-Jun-03 21:49
Hashim Saleem22-Jun-03 21:49 
C++ and C# are languages targetted to different platforms.

I mean C++ evolved from C and it works on most of the platforms. You can do some great low level work in C++ as well as program for different operating systems using this language. C++ is a champion language.

As far as I know, C# is a language for .net. Microsoft created .net and for .net they created C#. C# does have the pointers but there are always some price for a task. You can use pointers in C# but what will happen is that resulting code will not be in control of CLR (Common Language Runtime). By using pointers, you take the responsibility of mangaing the memory yourself, so CLR garbage collector can do nothing there.

C# is a step towards safer languages like Java. Microsoft say that they have built C# from C and C++ but I think 90 percent of C# is java. It also add some of its own features like indexers, delegates etc.

In my point of view, C# is the latest result of evolution of software industry languages. People sometime used to program in machine languages. Then came assembly language. Then some high level languages. Then came the 4th generation languages like VB which revolutionised the programming world. Before C# it was Java who was dominating on internet. I think Microsoft has created this new language to compete with Java.

End result is that C++ has its own application whereas C# has its own. Programming in C++ is a bit difficult. Whereas C# behaves like an intermediate language between Visual Basic and Visual C++. Look at your problem which you are going to program and then decide which language is good for you. Wink | ;)
GeneralRe: C++ vs. C# Pin
untwisted23-Jun-03 6:05
untwisted23-Jun-03 6:05 
GeneralRe: C++ vs. C# Pin
Rick Crone26-Jun-03 10:35
Rick Crone26-Jun-03 10:35 
GeneralRe: C++ vs. C# Pin
untwisted26-Jun-03 11:06
untwisted26-Jun-03 11:06 
Generalprogram Build (DeBUG) works Build with release does not work Pin
spinoza22-Jun-03 14:04
spinoza22-Jun-03 14:04 
GeneralRe: program Build (DeBUG) works Build with release does not work Pin
Michael Dunn22-Jun-03 15:45
sitebuilderMichael Dunn22-Jun-03 15:45 
GeneralRe: program Build (DeBUG) works Build with release does not work Pin
spinoza23-Jun-03 7:48
spinoza23-Jun-03 7:48 
GeneralRe: program Build (DeBUG) works Build with release does not work Pin
Ryan Binns22-Jun-03 18:57
Ryan Binns22-Jun-03 18:57 
GeneralRe: program Build (DeBUG) works Build with release does not work Pin
spinoza23-Jun-03 7:46
spinoza23-Jun-03 7:46 
GeneralWriting a replacement taskbar Pin
Reaper_Man2k22-Jun-03 12:01
Reaper_Man2k22-Jun-03 12:01 
GeneralRe: Writing a replacement taskbar Pin
Anonymous22-Jun-03 13:21
Anonymous22-Jun-03 13:21 
GeneralRe: Writing a replacement taskbar Pin
Reaper_Man2k25-Jun-03 10:07
Reaper_Man2k25-Jun-03 10:07 
QuestionHow to keep CComboBox list open Pin
PJ Arends22-Jun-03 9:51
professionalPJ Arends22-Jun-03 9:51 
AnswerRe: How to keep CComboBox list open Pin
Neville Franks22-Jun-03 13:21
Neville Franks22-Jun-03 13:21 
GeneralRe: How to keep CComboBox list open Pin
PJ Arends23-Jun-03 16:36
professionalPJ Arends23-Jun-03 16:36 
GeneralRe: How to keep CComboBox list open Pin
Neville Franks23-Jun-03 16:46
Neville Franks23-Jun-03 16:46 
GeneralRe: How to keep CComboBox list open Pin
PJ Arends23-Jun-03 17:11
professionalPJ Arends23-Jun-03 17:11 
GeneralRe: How to keep CComboBox list open Pin
Neville Franks23-Jun-03 18:20
Neville Franks23-Jun-03 18:20 

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.