Click here to Skip to main content
16,009,391 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can I debug commad line argument Module? Pin
amitmistry_petlad 25-Mar-07 21:20
amitmistry_petlad 25-Mar-07 21:20 
GeneralRe: Can I debug commad line argument Module? Pin
Cedric Moonen25-Mar-07 21:27
Cedric Moonen25-Mar-07 21:27 
GeneralRe: Can I debug commad line argument Module? Pin
amitmistry_petlad 25-Mar-07 22:38
amitmistry_petlad 25-Mar-07 22:38 
AnswerRe: Can I debug commad line argument Module? Pin
Paresh Chitte25-Mar-07 21:22
Paresh Chitte25-Mar-07 21:22 
GeneralRe: Can I debug commad line argument Module? Pin
amitmistry_petlad 25-Mar-07 22:39
amitmistry_petlad 25-Mar-07 22:39 
AnswerRe: Can I debug commad line argument Module? Pin
David Crow26-Mar-07 3:08
David Crow26-Mar-07 3:08 
Questionwriting classes for FFT, new and confused. help! Pin
cedance25-Mar-07 18:27
cedance25-Mar-07 18:27 
AnswerRe: writing classes for FFT, new and confused. help! Pin
Parthi_Appu25-Mar-07 19:27
Parthi_Appu25-Mar-07 19:27 
cedance wrote:
where to create classes and why, which i couldnt get a grasp off


If the need for the class functionality is for only once, then you can create an object of the class as local to the function or loop.

But if you want to make use of the same instance many times or in different places or classes then create an object to the class as member to the window/dialog.


cedance wrote:
CImage class. Please also point out how to go about using it


You can use CImage or GDI+ Image/Bitmap Class.
Create an instance of any of the above mentuioned class and Load the bitmap of JPEG image and process the image with your written algo.


Do your Duty and Don't expect the Result
Rate this Post, if I helped You

AnswerRe: writing classes for FFT, new and confused. help! Pin
cp987625-Mar-07 20:59
cp987625-Mar-07 20:59 
GeneralRe: writing classes for FFT, new and confused. help! Pin
cedance25-Mar-07 21:54
cedance25-Mar-07 21:54 
GeneralRe: writing classes for FFT, new and confused. help! Pin
cp987625-Mar-07 22:12
cp987625-Mar-07 22:12 
GeneralRe: writing classes for FFT, new and confused. help! Pin
cedance25-Mar-07 22:54
cedance25-Mar-07 22:54 
GeneralRe: writing classes for FFT, new and confused. help! Pin
cp987626-Mar-07 0:56
cp987626-Mar-07 0:56 
GeneralRe: writing classes for FFT, new and confused. help! Pin
cp987626-Mar-07 20:30
cp987626-Mar-07 20:30 
QuestionHow to add new/custom event in Visual C++ Pin
HandyC++25-Mar-07 18:18
HandyC++25-Mar-07 18:18 
AnswerRe: How to add new/custom event in Visual C++ Pin
Parthi_Appu25-Mar-07 19:10
Parthi_Appu25-Mar-07 19:10 
GeneralRe: How to add new/custom event in Visual C++ Pin
HandyC++25-Mar-07 21:12
HandyC++25-Mar-07 21:12 
QuestionCView/ new line Pin
_808625-Mar-07 18:16
_808625-Mar-07 18:16 
AnswerRe: CView/ new line Pin
Nibu babu thomas25-Mar-07 18:58
Nibu babu thomas25-Mar-07 18:58 
GeneralRe: CView/ new line Pin
_808625-Mar-07 19:25
_808625-Mar-07 19:25 
QuestionHow can i change CTreeCtrl properties in run time ? Pin
Yanshof25-Mar-07 18:09
Yanshof25-Mar-07 18:09 
AnswerRe: How can i change CTreeCtrl properties in run time ? [modified] Pin
Parthi_Appu25-Mar-07 18:54
Parthi_Appu25-Mar-07 18:54 
QuestionItem's problem of states and action Pin
Chen-XuNuo25-Mar-07 17:44
Chen-XuNuo25-Mar-07 17:44 
AnswerRe: Item's problem of states and action Pin
Nibu babu thomas25-Mar-07 19:13
Nibu babu thomas25-Mar-07 19:13 
GeneralRe: Item's problem of states and action Pin
Chen-XuNuo26-Mar-07 4:09
Chen-XuNuo26-Mar-07 4:09 

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.