Click here to Skip to main content
15,897,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHelp in tabbed dialogs?? Pin
Lakshmi Priya Musuvathy14-Jun-04 20:02
Lakshmi Priya Musuvathy14-Jun-04 20:02 
AnswerRe: Help in tabbed dialogs?? Pin
David Crow15-Jun-04 2:34
David Crow15-Jun-04 2:34 
Generaldifference b/w C and C++ Pin
saurabh190514-Jun-04 19:32
saurabh190514-Jun-04 19:32 
GeneralRe: difference b/w C and C++ Pin
Vadim Tabakman14-Jun-04 19:39
Vadim Tabakman14-Jun-04 19:39 
GeneralRe: difference b/w C and C++ Pin
Maxwell Chen14-Jun-04 20:04
Maxwell Chen14-Jun-04 20:04 
GeneralRe: difference b/w C and C++ Pin
V.14-Jun-04 21:54
professionalV.14-Jun-04 21:54 
GeneralRe: difference b/w C and C++ Pin
David Crow15-Jun-04 2:40
David Crow15-Jun-04 2:40 
GeneralRe: difference b/w C and C++ Pin
Henry miller15-Jun-04 4:13
Henry miller15-Jun-04 4:13 
No. Both are Turning Complete, and therefore anything you can write in one you can in the other.

However there are strong reasons to use one over the other anyway. There are many things that are easier to write in C than C++, and vise versa. (C++ is easier for large teams/projects, C is easier for direct to hardware performance counts programs. Even this is a gross over generalization and you can find exceptions)

Turing complete is named for Alan Turing who proved sometime ago (1930s? +-20 years) that any program that you can impliment in one language can be implimented in any other. The simplest turning complete language supports one command: subtract branch on zero. (don't ask me who to prove that)
GeneralRe: difference b/w C and C++ Pin
Johnny ²15-Jun-04 4:43
Johnny ²15-Jun-04 4:43 
GeneralRe: difference b/w C and C++ Pin
Henry miller15-Jun-04 5:01
Henry miller15-Jun-04 5:01 
GeneralRe: difference b/w C and C++ Pin
David Crow16-Jun-04 3:03
David Crow16-Jun-04 3:03 
GeneralRe: difference b/w C and C++ Pin
Henry miller16-Jun-04 3:32
Henry miller16-Jun-04 3:32 
QuestionHow to copy ClientDC to Memory Device Context? Pin
JHAKAS14-Jun-04 19:25
JHAKAS14-Jun-04 19:25 
AnswerRe: How to copy ClientDC to Memory Device Context? Pin
Vadim Tabakman14-Jun-04 19:28
Vadim Tabakman14-Jun-04 19:28 
GeneralSorting date with CListCtrl Pin
Mr Bose Dayala14-Jun-04 19:21
Mr Bose Dayala14-Jun-04 19:21 
GeneralRe: Sorting date with CListCtrl Pin
Vadim Tabakman14-Jun-04 19:36
Vadim Tabakman14-Jun-04 19:36 
GeneralRe: Sorting date with CListCtrl Pin
Mr Bose Dayala14-Jun-04 20:00
Mr Bose Dayala14-Jun-04 20:00 
GeneralRe: Sorting date with CListCtrl Pin
Vadim Tabakman14-Jun-04 20:29
Vadim Tabakman14-Jun-04 20:29 
GeneralRe: Sorting date with CListCtrl Pin
David Crow15-Jun-04 2:43
David Crow15-Jun-04 2:43 
GeneralRe: Sorting date with CListCtrl Pin
Mr Bose Dayala15-Jun-04 17:02
Mr Bose Dayala15-Jun-04 17:02 
GeneralRe: Sorting date with CListCtrl Pin
David Crow16-Jun-04 2:46
David Crow16-Jun-04 2:46 
GeneralTraversing the views Pin
Poorniselva14-Jun-04 18:43
Poorniselva14-Jun-04 18:43 
GeneralRe: Traversing the views Pin
Vadim Tabakman14-Jun-04 19:00
Vadim Tabakman14-Jun-04 19:00 
GeneralRe: Traversing the views Pin
Poorniselva14-Jun-04 19:40
Poorniselva14-Jun-04 19:40 
GeneralRe: Traversing the views Pin
V.15-Jun-04 2:23
professionalV.15-Jun-04 2:23 

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.