Click here to Skip to main content
15,891,702 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MFC : Not able to populate db records in list control of MFC SDI application Pin
Jochen Arndt13-Apr-16 1:36
professionalJochen Arndt13-Apr-16 1:36 
QuestionDifference between Compiled and Interpreted language Pin
Mur250110-Apr-16 3:42
Mur250110-Apr-16 3:42 
AnswerRe: Difference between Compiled and Interpreted language Pin
Richard MacCutchan10-Apr-16 4:33
mveRichard MacCutchan10-Apr-16 4:33 
AnswerRe: Difference between Compiled and Interpreted language Pin
Albert Holguin10-Apr-16 15:20
professionalAlbert Holguin10-Apr-16 15:20 
AnswerRe: Difference between Compiled and Interpreted language Pin
W Balboos, GHB11-Apr-16 5:39
W Balboos, GHB11-Apr-16 5:39 
Questionis Let Us C by Yashavant Kanetkar a good resource or a bad. Pin
Mur25017-Apr-16 5:39
Mur25017-Apr-16 5:39 
AnswerRe: is Let Us C by Yashavant Kanetkar a good resource or a bad. Pin
Richard MacCutchan7-Apr-16 7:32
mveRichard MacCutchan7-Apr-16 7:32 
AnswerRe: is Let Us C by Yashavant Kanetkar a good resource or a bad. Pin
leon de boer7-Apr-16 16:41
leon de boer7-Apr-16 16:41 
In programming there is no better or worse languages they are just tools and most of programming has nothing to do with the language, it is about the process behind the programming. In the commercial industry we refer to people who like to push a language in the derogatory term codermonkeys and generally at a job interview saying xxx language is a better language will see you immediately overlooked. If you make programming a career you will probably code fluently in a at least 3 or 4 languages and probably dabble and have limited understanding in 3 or 4 more.

C is indeed old and it can be hard but it and Java are also the most widely used programming language. In some sections of industries it is in fact the only choice and here I refer to industries like microcontroller industry. The manufacturers for those processors don't make programming tools and so generally the only options is assembler or C.

The current spectrum rating on most widely used languages is (1)Java,(2)C,(3)C++,(4)Python,(5)C# .... daylight to everything else

So most the bulk of us old commercial programmers can write in two of the three (Java,C,C++).

So that is the commercial world but that all said if you are just programming for fun feel free to use whatever language works for you. The language does not change the problem at all, if I ask you to write a bubble sort algorithm the language does not change the problem. Rosettacode.org actually lists the code for a bubble sort in 117 programming languages and none of them are better or worse than any other they all confirm to the same pseudocode.

The ability to Pseudocode is what seperates programmers from codermonkeys and you may care to read about it from wikipedia. Any real programmer can write what they are doing in pseudocode and that pseudocode requires no choice of language showing ultimately just how irrelevant the chocie of language is.

The choice of language generally comes down to availability and ease of use of the compiler and tools and your familiarity with it.
In vino veritas

GeneralRe: is Let Us C by Yashavant Kanetkar a good resource or a bad. Pin
Mur25018-Apr-16 6:35
Mur25018-Apr-16 6:35 
AnswerRe: is Let Us C by Yashavant Kanetkar a good resource or a bad. Pin
Bram van Kampen28-Apr-16 13:39
Bram van Kampen28-Apr-16 13:39 
QuestionERROR: undefined reference to 'auxDIBImaheLoadA' Pin
Ratul Thakur7-Apr-16 5:03
Ratul Thakur7-Apr-16 5:03 
SuggestionRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
David Crow7-Apr-16 5:22
David Crow7-Apr-16 5:22 
GeneralRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
Ratul Thakur7-Apr-16 5:33
Ratul Thakur7-Apr-16 5:33 
SuggestionRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
Richard MacCutchan7-Apr-16 7:30
mveRichard MacCutchan7-Apr-16 7:30 
AnswerRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
leon de boer7-Apr-16 22:11
leon de boer7-Apr-16 22:11 
GeneralRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
leon de boer7-Apr-16 23:06
leon de boer7-Apr-16 23:06 
GeneralRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
Ratul Thakur8-Apr-16 2:28
Ratul Thakur8-Apr-16 2:28 
GeneralRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
Ratul Thakur8-Apr-16 6:57
Ratul Thakur8-Apr-16 6:57 
GeneralRe: ERROR: undefined reference to 'auxDIBImaheLoadA' Pin
leon de boer8-Apr-16 16:58
leon de boer8-Apr-16 16:58 
QuestionWaitting on hEvent of Mailslot Pin
ForNow4-Apr-16 11:03
ForNow4-Apr-16 11:03 
AnswerRe: Waitting on hEvent of Mailslot Pin
CPallini5-Apr-16 0:53
mveCPallini5-Apr-16 0:53 
GeneralRe: Waitting on hEvent of Mailslot Pin
ForNow5-Apr-16 4:03
ForNow5-Apr-16 4:03 
AnswerRe: Waitting on hEvent of Mailslot Pin
Victor Nijegorodov5-Apr-16 3:25
Victor Nijegorodov5-Apr-16 3:25 
GeneralRe: Waitting on hEvent of Mailslot Pin
ForNow5-Apr-16 7:31
ForNow5-Apr-16 7:31 
GeneralRe: Waitting on hEvent of Mailslot Pin
ForNow5-Apr-16 12:07
ForNow5-Apr-16 12:07 

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.