Click here to Skip to main content
15,888,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Recommendations for language and IDE Pin
Mark Salsbery13-Mar-08 7:51
Mark Salsbery13-Mar-08 7:51 
GeneralRe: Recommendations for language and IDE Pin
led mike13-Mar-08 7:56
led mike13-Mar-08 7:56 
GeneralRe: Recommendations for language and IDE Pin
Mark Salsbery13-Mar-08 8:12
Mark Salsbery13-Mar-08 8:12 
GeneralRe: Recommendations for language and IDE Pin
led mike13-Mar-08 7:53
led mike13-Mar-08 7:53 
GeneralRe: Recommendations for language and IDE Pin
ldsdbomber13-Mar-08 22:56
ldsdbomber13-Mar-08 22:56 
GeneralRe: Recommendations for language and IDE Pin
led mike14-Mar-08 6:49
led mike14-Mar-08 6:49 
GeneralRe: Recommendations for language and IDE Pin
ldsdbomber16-Mar-08 22:43
ldsdbomber16-Mar-08 22:43 
GeneralRe: Recommendations for language and IDE Pin
led mike17-Mar-08 5:50
led mike17-Mar-08 5:50 
Based on the information provided I see nothing there that indicates that using .NET and C# would be detrimental. The combination of the language and IDE make it probably the most Rapid RAD combination today. So since you don't appear to have any special considerations that might cause any barriers I would likely choose C# if I were in your shoes.

Also keep in mind that even if you find you have some calculation performance issues, which is unlikely, you can develop a C++/CLI assembly in mixed mode so you can do large calculations in native C++ or even assembler and provide a .NET class as the interface so it can easily be consumed by your C# project.


led mike

QuestionHow to compile a Visual Studio 2003 with vs 2008 Pin
limitless13-Mar-08 7:08
limitless13-Mar-08 7:08 
GeneralRe: How to compile a Visual Studio 2003 with vs 2008 Pin
Matthew Faithfull13-Mar-08 7:14
Matthew Faithfull13-Mar-08 7:14 
GeneralRe: How to compile a Visual Studio 2003 with vs 2008 Pin
Maximilien13-Mar-08 7:36
Maximilien13-Mar-08 7:36 
GeneralRe: How to compile a Visual Studio 2003 with vs 2008 Pin
CPallini13-Mar-08 10:22
mveCPallini13-Mar-08 10:22 
GeneralRe: How to compile a Visual Studio 2003 with vs 2008 Pin
Hamid_RT23-Mar-08 1:03
Hamid_RT23-Mar-08 1:03 
QuestionI need help on writing a function I already wrote but need to alter or convert to something else? Pin
Larry Park13-Mar-08 6:03
Larry Park13-Mar-08 6:03 
GeneralRe: I need help on writing a function I already wrote but need to alter or convert to something else? Pin
led mike13-Mar-08 6:11
led mike13-Mar-08 6:11 
GeneralRe: I need help on writing a function I already wrote but need to alter or convert to something else? Pin
Eytukan13-Mar-08 7:28
Eytukan13-Mar-08 7:28 
GeneralRe: I need help on writing a function I already wrote but need to alter or convert to something else? Pin
David Crow13-Mar-08 7:53
David Crow13-Mar-08 7:53 
GeneralRe: I need help on writing a function I already wrote but need to alter or convert to something else? Pin
led mike13-Mar-08 7:59
led mike13-Mar-08 7:59 
GeneralRe: I need help on writing a function I already wrote but need to alter or convert to something else? Pin
Mark Salsbery13-Mar-08 8:15
Mark Salsbery13-Mar-08 8:15 
GeneralRe: I need help on writing a function I already wrote but need to alter or convert to something else? Pin
led mike13-Mar-08 8:18
led mike13-Mar-08 8:18 
General[GDI+] Any way to change the Image/Bitmap size dynamically? (without constructing a new one) Pin
followait13-Mar-08 4:51
followait13-Mar-08 4:51 
GeneralRe: [GDI+] Any way to change the Image/Bitmap size dynamically? (without constructing a new one) Pin
bob1697213-Mar-08 4:58
bob1697213-Mar-08 4:58 
GeneralRe: [GDI+] Any way to change the Image/Bitmap size dynamically? (without constructing a new one) Pin
Rajkumar R13-Mar-08 6:08
Rajkumar R13-Mar-08 6:08 
GeneralRe: [GDI+] Any way to change the Image/Bitmap size dynamically? (without constructing a new one) Pin
Mark Salsbery13-Mar-08 6:52
Mark Salsbery13-Mar-08 6:52 
GeneralRe: [GDI+] Any way to change the Image/Bitmap size dynamically? (without constructing a new one) Pin
Californian213-Mar-08 7:36
Californian213-Mar-08 7:36 

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.