| Thread | Last Post | Replies |
|
| for employability.... vs c++.net or vs c++ 6?? | 06 Feb 2004 16:41 GMT | 1 |
hi there, i was wondering please on which version of c++ i should concentrate i want to make myself as employable as poss... which version should i focus on please? the newest version seems the obvious choice, but are employers using it widely? thanks
|
| Errors C2785 and C2912 for explicit specialization of function template with trait return type | 06 Feb 2004 15:02 GMT | 1 |
The following code gives VC++ 7.1 compiler errors C2785 and C2912 template<class U> struct Trait {typedef double result;} template<class T> typename Trait<T>::result foo() template<> typename Trait<int>::result foo<int>(); // Line causes errors
|
| Overriding functions with an unmanaged return types | 06 Feb 2004 03:42 GMT | 1 |
I have a function in a Managed C++ base class which looks something like: public __gc class Foo { virtual A* Bar(B* b, C*c);
|
| #import and embedded_idl | 06 Feb 2004 03:20 GMT | 1 |
I use the #import directive to get the type information and smart pointers for a com object. To enable the event_receiver attribute on classes in the client I have to use the embedded_idl attribute on the #import directive. However it seems that now I can only use raw property ...
|
| API for list of files in the folder | 06 Feb 2004 03:00 GMT | 1 |
What API sequence do I need to use to get list of files in the given folder Thanks for help Leonid
|
| Resource Only DLLs Fail to Link VC++ 7.1 | 06 Feb 2004 02:19 GMT | 2 |
I have uncovered an interesting problem with resource only DLLs. If I create a project with a long name and the name includes periods ("."), the IDE will fail to kick off the linker. The resource compiler seems to successfully compile the .rc to a .res, but the linker never fires ...
|
| "...instruction xxxxxx referenced by xxxxxx could not be written..." | 06 Feb 2004 00:43 GMT | 1 |
I encountered this error message when running my C program for over 2 hours. When it runs only for a short time, there is no problem at all. Anybody can give me an idea on what might have caused such an error and how I should deal with it. Thanks a lot Regards Haitao
|
| Resources | 05 Feb 2004 23:35 GMT | 3 |
H When creating an SDK program using VC++.NET 2002, it seems that the icon with the lowest ID seems to be the icon that the executable file gains when it is shown in Windows Explorer. Furthermore, you can edit the resource.h file, to change which icon has the lowest ID in order to ...
|
| __asm Error C2443 (operand size conflict) | 05 Feb 2004 16:53 GMT | 2 |
I'd like to get the stackpointer value in my C program I tried this, but I keep getting a compiler error What am I doing wrong monitorStackPointer(
|
| Managed Code Pls help me! | 05 Feb 2004 15:15 GMT | 2 |
Could anyone help me please. I tried the following - I created an application in .NET 2003. The project is a MFC Application a CDialog. I ran the application fine. I changed the properties for the app - so I should use Managed Code (Use Managed
|
| MFC OnUpdate handlers | 05 Feb 2004 14:11 GMT | 2 |
VS6 Class Wizard would create event handlers for a large number of things, including OnUpdateXX handlers for updating the UI. I can not find a way to add OnUpdate handlers with VS.NET -- is the feature gone?
|
| C++ compiler error with templates | 05 Feb 2004 07:43 GMT | 3 |
I found the following compiler error with Microsoft Visual C++ .NET. I use different functions with return types determined by a Traits class. Function g() below works ok, but when I put the two declarations f1() and f2(), the compiler gets disturbed. The error message does not even ...
|
| Writing a GUI for a console program? | 05 Feb 2004 07:04 GMT | 1 |
I've seen GUIs for console applications where the console window is hidden. How is this done, and how is the GUI app "tied" to the console app? That is, I know how to pass commands to an app at startup, but how do I continue to feed commands to the app during the course of it's run?
|
| How to get Global Notification of browser request... | 05 Feb 2004 06:20 GMT | 1 |
Hye, I am trying to get notification of any browser request... (not only that of the local server.. so filters will not be the right way to solve problem) So, whenever any request like (http://www.yahoo.com/) is made in IE, I
|
| Displaying line numbers in source files?? | 04 Feb 2004 20:37 GMT | 3 |
Is there an option for this It woul certainly make debugging much easier JE
|