| Thread | Last Post | Replies |
|
| Inherit an interface in managed C++ | 12 Oct 2005 16:42 GMT | 5 |
I'm trying to make a class that already inherits from a base class, also inherit from an interface in managed C++. so my interface looks like so: __gc interface ITask
|
| F12 Frustracted | 12 Oct 2005 16:01 GMT | 8 |
I've got no accelerator to F12 but if I press F12 I get an assertion. Any ideas why? Using MFC V6 but app originally written under V4.1. How old? Yeah, very. Thanks
|
| cin exception handling | 12 Oct 2005 12:29 GMT | 1 |
My function use cin to get a input data, if my input is smaller enough, it works fine; but if input a very large number ,i.e. a number out of the data defined range, the program will go to unstable state, repeatedly print out "Please input an interger(0 ~ 4,294,967,295): ", ...
|
| Overloaded unary negation operator | 11 Oct 2005 19:05 GMT | 1 |
I'm trying to write an overloaded operator for unary negation e.g., MyClass a(5); MyClass b(0); b = -a;
|
| Problem only in release version! | 11 Oct 2005 18:35 GMT | 10 |
I'm working with a project in embedded Visual Studio 4 and I have a general problem which I hope that somebody can help me with. My problem is the following: My project works fine in debug version but behaves strangely and
|
| Open a file in Notepad from VC++ Application | 11 Oct 2005 13:49 GMT | 2 |
I am a total novice to VC++..I have a dialog based application developed using MFC...my requirement is to open a file (with .dat or .txt ext) invoking Notepad from my application. The user should be able to pick the file from the list and then on hit of the Open button it
|
| Frustrating Lack of support with Sproxy.exe | 11 Oct 2005 01:25 GMT | 4 |
I am pretty frustrated with Microsoft and their lack of support with the Sproxy.exe tool included with VS.Net. Im using VS.Net EA and I wanted to create a C++ webreference to the Amazon.com web service:
|
| Looking for two full-time C/C++ programmers | 10 Oct 2005 14:19 GMT | 1 |
I-Ter spa, a company based in Italy, is looking for two full-time C/C++ programmers. Our company is specialized in voice response units systems (IVR) running under Windows platforms.
|
| dotnet 2005 for C99 | 10 Oct 2005 11:49 GMT | 1 |
if n is defined as long long, VC++ 2003 doesn't support the following syntax: printf("n: %lld\n", n); //supported printf("n: %+lld\n", n); // not supported
|
| unmanged libs and /clr | 08 Oct 2005 18:15 GMT | 3 |
When trying to use some unmanged C++ libs in a VS 2005 Release Candidate Windows Forms (/clr) project, I found that any dynamic initialization in the lib's global STL objects (perhaps other C++ objects as well) create an exception at startup. Has anyone seen this
|
| the Panel TEXT property | 08 Oct 2005 01:11 GMT | 1 |
A Panel does not have a caption, and so doesn't really need a Text property. Yet, it does have this property. Furthermore, on-line MSDN says it is 'overridden'. The 'detail' of this also just says it's overridden with no other information about it. Does this mean it allows ...
|
| C99 conformance | 07 Oct 2005 22:17 GMT | 1 |
What is the status and plans, if any, for the Microsoft compiler to support the additional math library functions of this C standard? Thanks,
|
| Problem with construction via a function pointer to a local method | 07 Oct 2005 21:34 GMT | 6 |
Here is a simplification of my code. Basically, I have a class (A) that can be constructed using a function pointer to a function that returns a bool with no parameters. I then want to create an instance of this class (A) in another class (B) which uses one of its own methods of ...
|
| Creating a custom project in VC++ .NET 2003 | 07 Oct 2005 19:20 GMT | 2 |
I program in C++ but I'm not good with VC++ (yet). I will like to create a custom project for which a specific template or wizard does not exist. Because the program is a console application, I started out with the
|
| ICE | 07 Oct 2005 19:08 GMT | 1 |
can someone confirm internal compiler error in a following code (both VS2005 and VS2003): #include <iostream> class worker_base
|