Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / February 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
for employability.... vs c++.net or vs c++ 6??06 Feb 2004 16:41 GMT1
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 type06 Feb 2004 15:02 GMT1
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 types06 Feb 2004 03:42 GMT1
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_idl06 Feb 2004 03:20 GMT1
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 folder06 Feb 2004 03:00 GMT1
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.106 Feb 2004 02:19 GMT2
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 GMT1
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
Resources05 Feb 2004 23:35 GMT3
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 GMT2
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 GMT2
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 handlers05 Feb 2004 14:11 GMT2
 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 templates05 Feb 2004 07:43 GMT3
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 GMT1
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 GMT1
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 GMT3
Is there an option for this
It woul certainly make debugging much easier
JE
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 January, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.