Click here to Skip to main content
15,908,173 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: TransparentBlt Pin
sergbox210-Oct-05 3:49
sergbox210-Oct-05 3:49 
QuestionAn easy one Pin
Shay Harel7-Oct-05 9:59
Shay Harel7-Oct-05 9:59 
AnswerRe: An easy one Pin
Wes Aday7-Oct-05 10:29
professionalWes Aday7-Oct-05 10:29 
GeneralRe: An easy one Pin
Shay Harel7-Oct-05 10:36
Shay Harel7-Oct-05 10:36 
GeneralRe: An easy one Pin
John R. Shaw9-Oct-05 0:27
John R. Shaw9-Oct-05 0:27 
GeneralRe: An easy one Pin
Shay Harel9-Oct-05 12:57
Shay Harel9-Oct-05 12:57 
QuestionMFC v C++.Net Pin
Klempie7-Oct-05 9:41
Klempie7-Oct-05 9:41 
AnswerRe: MFC v C++.Net Pin
Chris Losinger7-Oct-05 10:05
professionalChris Losinger7-Oct-05 10:05 
Klempie wrote:
Many of you may find this laughable but we are still using the VC6 compiler in Visual Studio 6.

IMO, anything after VC6 is too full of clutter and wizards and flying property pages to do C++ development.

i do a lot of image processing, and without question, straight C++ kills managed code of any flavor, for doing the kind of iterative pointer arithmetic i.p. requires. for apps that spend a lot of time waiting for I/O or user input, managed code is fine. but for those time-critical, processor intensive loops that make up most image processing functions, C/C++/MMX is the way to go.

have you tried tools like BoundsChecker or Purify to help find stray pointers ? a couple of hundred bucks and a day with BC might be money and time better spent, instead of a rewrite.


Cleek | Image Toolkits | Thumbnail maker

AnswerRe: MFC v C++.Net Pin
Michael Dunn7-Oct-05 10:47
sitebuilderMichael Dunn7-Oct-05 10:47 
QuestionPrinter Banding Pin
MR MAB7-Oct-05 9:20
MR MAB7-Oct-05 9:20 
AnswerRe: Printer Banding Pin
Blake V. Miller7-Oct-05 14:35
Blake V. Miller7-Oct-05 14:35 
QuestionSave .Wav File Using this example Pin
REU7-Oct-05 8:47
REU7-Oct-05 8:47 
QuestionEnumerate File Mappings Pin
Chintoo7237-Oct-05 7:28
Chintoo7237-Oct-05 7:28 
QuestionImage Process Pin
7-Oct-05 6:41
suss7-Oct-05 6:41 
AnswerRe: Image Process Pin
Maximilien7-Oct-05 8:18
Maximilien7-Oct-05 8:18 
QuestionWindows Forms, richTextBox1 and a print button Pin
Richard_487-Oct-05 6:24
Richard_487-Oct-05 6:24 
QuestionDisplaying Combo Box List In Visual C++ .NET Pin
BlitzPackage7-Oct-05 6:09
BlitzPackage7-Oct-05 6:09 
AnswerRe: Displaying Combo Box List In Visual C++ .NET Pin
Prakash Nadar7-Oct-05 17:29
Prakash Nadar7-Oct-05 17:29 
Questionerror C3861: Pin
Cindy19787-Oct-05 4:52
Cindy19787-Oct-05 4:52 
AnswerRe: error C3861: Pin
Cindy19787-Oct-05 4:54
Cindy19787-Oct-05 4:54 
GeneralRe: error C3861: Pin
Colonel Walter E. Kurtz7-Oct-05 7:47
Colonel Walter E. Kurtz7-Oct-05 7:47 
Question?Accessing bitmap bits directly Pin
Mohammad A Gdeisat7-Oct-05 3:33
Mohammad A Gdeisat7-Oct-05 3:33 
AnswerRe: ?Accessing bitmap bits directly Pin
Chris Losinger7-Oct-05 7:25
professionalChris Losinger7-Oct-05 7:25 
Question[Message Deleted] Pin
Mohammad A Gdeisat7-Oct-05 3:30
Mohammad A Gdeisat7-Oct-05 3:30 
AnswerRe: Accessing bitmap bits directly Pin
David Crow7-Oct-05 3:57
David Crow7-Oct-05 3:57 

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.