G
Guest
OK - picture the scenario. I want to develop a program using C++. I don't have any Visual Studio IDE (please don't say "but I thought you did" - this is for a different environment)
I am of the belief I can build unmanaged C++ applciations using all of the things available in the downloadable .NET SDK v1.1, which is free, and downloadable from MS in a huge 108 MB package
Now - I have thus got all I need to compile my C++ source code. I am perfectly happy to type my source code into notepad. This is in fact what I WANT to do.
Then I thought, this is all fine. But if I want to debug, what options do I have? I asked a question about where the standard downloadable debuggers were but all I got was a link to some kernel/DDK based page - I'm not into kernel or device driver development, just standard windows apps - but using the downloadable (free) SDK - what method do people normally employ to debug applications of this type - do they
a) get the application to create a console window to output messages? Or
b) use a standard debugger I haven't seen yet?
c) use a third party tool
d) Or do they have to pay for the IDE if they want to debug
I am of the belief I can build unmanaged C++ applciations using all of the things available in the downloadable .NET SDK v1.1, which is free, and downloadable from MS in a huge 108 MB package
Now - I have thus got all I need to compile my C++ source code. I am perfectly happy to type my source code into notepad. This is in fact what I WANT to do.
Then I thought, this is all fine. But if I want to debug, what options do I have? I asked a question about where the standard downloadable debuggers were but all I got was a link to some kernel/DDK based page - I'm not into kernel or device driver development, just standard windows apps - but using the downloadable (free) SDK - what method do people normally employ to debug applications of this type - do they
a) get the application to create a console window to output messages? Or
b) use a standard debugger I haven't seen yet?
c) use a third party tool
d) Or do they have to pay for the IDE if they want to debug