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++ / December 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
NewBie Doubt21 Dec 2004 21:57 GMT1
I am a C# developer but new to VC, I need some help, I need to read the
console arguments and need to convert in a array of string,
Ex:
C:> myTool -out c:\in -in c:\out#c:\out1#c:\out2
question about CObjet inherit...21 Dec 2004 20:41 GMT2
I'm starting whit C++, so I don't andestand too much about .
I would like to know how can I inherit a generic class fron
CObjet class, all the time I try I recibe a message telling that
CObjet class is not defined,
synchronous vs. asynchronous exception model21 Dec 2004 14:40 GMT15
Can someone explaing the difference between these exception models regarding
the structured exception handling?  The documentation is not clear.  Some
code would actually help.
Thx
How to kill a thread21 Dec 2004 13:47 GMT2
I suspect in VC++.Net (managed, VS2003)
   MyThread.Abort();
is unable to kill the thread.
It was easy in C#.Net
Optimization issue with VC7.121 Dec 2004 09:46 GMT1
consider the following small program created to test
the optimizer:
 #include <iostream>
 struct X {
Preventing multiple instances of an application21 Dec 2004 09:46 GMT1
In .NET, how can we prevent more than one instance of a program to run?
Signature

Ioannis Vranos

CG bug in VC7.1?21 Dec 2004 09:44 GMT6
consider this:
 #include <iostream>
 struct Base {
   Base()      {std::cout << "Base\n";}
foreach in managed c++21 Dec 2004 07:24 GMT1
I am working on interop using C and managed c++ (on Visual Studio 2003 IDE).
How do i simulate the foreach loop present in C# or VB.NET in MC++
foreach (DataRow dr in ds.Tables[0].Rows) equivalent in MC++?
Thanks
Updating VC++ 6.0 Enterprise Edition20 Dec 2004 22:31 GMT5
I recently installed  Microsoft's Visual C++ 6.0 Enterprise
Edition(1985-1999) on my antiquated AMD K-6 2/300 with 160 Mb of SDRAM (PC66)
with a 120 Gb 8mb mem Seagate Hard Drive and an NVidia MX/MX 400 video card.
  I use Windows XP Professional(SP1)/Firefox/Thunderbird.
link.exe equivalent to GNU ld -Ttext flag?20 Dec 2004 21:48 GMT2
ld, the GNU linker, has a flag -Ttext which lets you specify the
virtual address of the .text section in the resulting executable. Is it
somehow possible to achieve the same thing using VC++'s linker?
--
little problem with find stl's algorithm20 Dec 2004 21:20 GMT3
I'm trying to use the find algo from the stl library, over a list of
pointers:
std::list<Program *> m_programs
in this method:
The IDE feature that VC++ Needs... #region and #endregion20 Dec 2004 17:07 GMT7
I was thinking about what IDE feature I would want the most in the next
version of VC++?
I would definately ask for the C# feature: #region / #endregion.
In my opinion this feature was a brilliant idea.
Reference to temporary20 Dec 2004 16:58 GMT4
If I have a reference to a temporary, the data of the reference variable is
overwritten in VC++7.0, VC++7.1 and VC++6.0 are working.
After a3 is inizialized a2 contains invalid data. Is this a bug in the
compiler, do I have an error or are there some compiler settings that change
release build issues20 Dec 2004 13:06 GMT1
Recently I have seen one of our product being sent to feild in DEBUG build.I
waited for next S/W distribution date and sent across release build after
quite a bit of testing.But I have learnt lately that there are so many issues
are coming from feild , which are reporting sayiing ...
VC++ vs C#20 Dec 2004 02:35 GMT7
Can any one give me a couple of good reasons (advantages) to use VC++ 2005
versus using VC# 2005 (especially for a middle tier component development)?
rachete.
Pages: 1 2 3 4 5 6 7 8 9 November, 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.