| Thread | Last Post | Replies |
|
| ifstream fd function (filedesc) | 07 Jan 2005 09:44 GMT | 1 |
I would to use fd fuction in .NET but it seems that its been removed. Can any one suggest an equivalent function? Thanks
|
| Recommended books | 06 Jan 2005 23:31 GMT | 8 |
I'm currently learning .NET. I need to know more about the .NET framework. The only book I have found for C++ programmers is one by Kate Gregory. What other books are there for C++ programmers? TIA,
|
| 'Unresolved External' when calling unmanaged DLL from managed Windows Forms executable | 06 Jan 2005 22:54 GMT | 3 |
I'm a newbie in Visual C++ .NET (have programmed in Borland C++ and Builder for long) and I am trying to do a very simple thing, but I'm stuck. I created an (unmanaged) DLL project with a sample function, and
|
| Help required : LINK : fatal error LNK1201: | 06 Jan 2005 19:38 GMT | 1 |
We have an automated system that does an incremental build of the Projects(around 60) using VS 7.1. Some of the projects on an intermittent basis report the error LINK : fatal error LNK1201: error writing to program database '';
|
| pregunta | 06 Jan 2005 14:43 GMT | 1 |
class apuesta { int num; char nom[10];
|
| raw device | 06 Jan 2005 13:27 GMT | 1 |
I am looking for a way to mount a USB disc drive as a raw device. Where I could access data with sector seeks. Is there a way to do this? Bill
|
| Re-directing 'cout' to a text file | 05 Jan 2005 23:12 GMT | 5 |
I'm doing a managed C++ application. Is there a way to re-direct 'cout' to output destinations other than the 'black console' that comes up? Specifically, re-direction to a text file? Thanks in advance! : )
|
| managed C++ and the Application class | 05 Jan 2005 18:05 GMT | 4 |
I have a problem with managed C++ and the Application class I want to use Application::CommonAppDataPath but the only answer I get is "D:\Documents and Settings\All Users\Application Data\\\1.0.0.0" I have tried changed the items (alredy present) in assemblyinfo.cpp
|
| Redefining an array | 05 Jan 2005 16:43 GMT | 3 |
man, it's been quite a long time since I was developing in C/C++ (GNU Linux on RedHat 6.2 was last time I did)... Anywho, I can't remember how to re-define/re-dimension an array. Say I have an array of 30 characters...the first character is a space...I
|
| unused functions in VC++ 2003 | 05 Jan 2005 16:31 GMT | 1 |
How do I get a list of unused functions in my application using Visual C++ 2003 ? I know that I have several in 300,000 lines of C++ code. However, tracking them down is very difficult.
|
| _CrtDumpMemoryLeaks and <valarray> | 05 Jan 2005 13:39 GMT | 1 |
I want to track memory leaks in my application (that is using <valarray>). I used the following code: #define _CRTDBG_MAP_ALLOC #include <stdlib.h>
|
| Printing in VC++ | 05 Jan 2005 11:06 GMT | 1 |
Hello, I'm writing a simple application in Visual C++. The application basically takes in a set of values (of type double and int) and outputs a set of values. Both the input and output is implemented through dialog boxes (via the dialogbox function). I wanted to be able to ...
|
| reference arg | 05 Jan 2005 01:12 GMT | 15 |
If a function arg is a reference to a built in type, is it necessary for the function definition to specify whether the reference is to a managed or un-managed object? If so, does that mean that there needs to be two (otherwise duplicate) functions in order for both types of ...
|
| How to install Visual C++ .net? | 04 Jan 2005 22:30 GMT | 1 |
I hope that somebody can help me with my installation problem. I insert the Visual C++ .net disk in my computer and setup begins but then I am presented with a message telling me that I have the wrong versions on the prerequisites installed and that I should reboot and install the ...
|
| Managed /unmanaged | 04 Jan 2005 22:23 GMT | 4 |
I have apet aproject that i created a long time ago and I now want to make part of it managed. This is a dtabase application s I want to create a class in which I wrap ADO.NET. The design is such that when I make a query, I want to send each string from the query to unmanaged code. ...
|