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++ / November 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
"pointers" in /clr18 Nov 2005 23:47 GMT17
In the 'old days', we could create a pointer to an instance of a variable
like so:
int i  = 58 ;
int* i_ptr = &i  ;
C# function with 'params' not working in managed C++?18 Nov 2005 22:23 GMT5
Maybe it's a known issue but i couldn't find any answer so far...
Consider this c# function:
// ----------------------------------
public int SumUp(params int[] iArgs)
C++\CLI and STL.NET and clr\safe18 Nov 2005 18:58 GMT12
I am currently reviewing what is required to convert a current MFC, COM
server application into a .NET application.  The objective is to
compile ultimately to clr/safe.
So we are seeking a clear migration path for C++\MFC\COM to .NET.
Internal compiler error18 Nov 2005 17:59 GMT1
   I am getting the following Internal compiler error
    : fatal error C1001: INTERNAL COMPILER ERROR
       (compiler file 'msc1.cpp', line 2701)
   as detailed below in VC 7.0 while using compiling template classes
'^' pointer to a double18 Nov 2005 15:42 GMT3
I'm using VS C++.NET 2005 Express in /clr. How do I create, and then use, a
'^' pointer to a 'double'? That is, assuming its possible, please fill in
the question marks below (there are two of them):
double x = double(7) ;
Need a product to create complicated grid18 Nov 2005 14:44 GMT3
Hello!!
I need a product that could be used to create advanced grid.
The requirement of the grid is the following: This grid has cells and in
some cells not necessarilly a whole column but some cells in a column will
porting problem18 Nov 2005 12:33 GMT1
One of my applications is built with VC 6.0.
I planned to move the existing code to .NET. As the first step I just wanted
to build the existing code without any modifications (Unmanaged code) with VC
7.1 compiler.
Reading comma delimited values with CFile?18 Nov 2005 03:37 GMT1
So, right now I'm writing a program in VC++.Net with MFC, and one of
the steps involves reading numeric values from a comma delimited file
(like 4.56, 2.44, 3.453 etc.). The only methods I've been able to find
to read the values all involve StreamReader, and I can't figure out how
executing a child method when pointed to by a base class pointer17 Nov 2005 22:55 GMT10
Is there a way of defining a method in a base class such that derived
classes will call their own version, EVEN if the derived instance is
referred to by a pointer to the base class? Note that the base class method
is not to be abstract, and will be called if the instance was ...
Test Script17 Nov 2005 20:40 GMT1
Exactly what is meant by the term "test script"?
Thanks.
Getting a port (WinSock)17 Nov 2005 19:00 GMT2
Hello, my app sends and receives messages over a local area network using
WinSock, so I need a Port, How can I get an unused port? It must work with
VC6 and Win98/ME too.
Thanks in advance,
Changing the attributes for a hidden system file programmatically17 Nov 2005 08:14 GMT13
I have a hidden system file that I need to read.
I am logged in as an administrator.
I can not change the file attributes using the windows explorer.
I can view the file's content.
C2578 initializing anonymous unions with const pointer fields17 Nov 2005 03:40 GMT1
Is this a bug with the ms compiler (V7.1)?  (It seems so at least.)
I get errors when I don't initialize all the const pointer fields of an
anonymous union in a struct.  Example:
//T2.h
VC++ 2005: targeting .Net 1.117 Nov 2005 01:37 GMT4
Is it possible to make assemblies working in .Net 1.1 using VC++ 2005?
Signature

Best regards,
Ruslan Popov

Is there a profiler that comes with VS C++.NET?17 Nov 2005 01:02 GMT2
I'm currently using VS C++.NET 2005 Express until my company's MSDN
subscription gives us the full version. In any case, does either the Express
and/or Full version contain a profiler somewhere? Or should I look at 3rd
party or additional MS products for a profiler?
Pages: 1 2 3 4 5 6 7 8 9 10 11 October, 2005
 
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.