| Thread | Last Post | Replies |
|
| NewBie Doubt | 21 Dec 2004 21:57 GMT | 1 |
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 GMT | 2 |
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 model | 21 Dec 2004 14:40 GMT | 15 |
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 thread | 21 Dec 2004 13:47 GMT | 2 |
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.1 | 21 Dec 2004 09:46 GMT | 1 |
consider the following small program created to test the optimizer: #include <iostream> struct X {
|
| Preventing multiple instances of an application | 21 Dec 2004 09:46 GMT | 1 |
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 GMT | 6 |
consider this: #include <iostream> struct Base { Base() {std::cout << "Base\n";}
|
| foreach in managed c++ | 21 Dec 2004 07:24 GMT | 1 |
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 Edition | 20 Dec 2004 22:31 GMT | 5 |
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 GMT | 2 |
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 algorithm | 20 Dec 2004 21:20 GMT | 3 |
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 #endregion | 20 Dec 2004 17:07 GMT | 7 |
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 temporary | 20 Dec 2004 16:58 GMT | 4 |
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 issues | 20 Dec 2004 13:06 GMT | 1 |
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 GMT | 7 |
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.
|