| Thread | Last Post | Replies |
|
| Data Encapsulation? | 20 Jul 2006 07:13 GMT | 2 |
I was written this code; in VS2k5 class Program { private: int a;
|
| Create Instance Failed! | 20 Jul 2006 05:08 GMT | 3 |
Hi, all Could any boday tell me why I failed to create instance here in the following code ? Codes sample
|
| error C2065: ¡°adCmdProc¡± : non-declared identifier | 20 Jul 2006 02:49 GMT | 2 |
When I use the below line code to execute a stored procedure , I got a error as described below: My code line : pMyConnect->Execute("EXEC sp_test"
|
| one new char question | 20 Jul 2006 02:28 GMT | 9 |
Hi, all I use the following codes to create a char array with only three elements, /------------------------
|
| Processing a bitmap - newbie | 20 Jul 2006 00:32 GMT | 2 |
I want to load a bitmap from a file, modify some of its pixels (i.e. change RGB values), and display it on a form. It seems to be a quite simple task, but I still get compilation errors. Could you please provide me with a sample piece of code showing how to load such a
|
| C++/CLI or C# | 19 Jul 2006 16:34 GMT | 2 |
I'm trying to decide in wich language I' m going to write a set of tools and a Windows desktop application so I think that ".Net" has what I need. My background knowledge is in Visual C++ but I don't know if it's better to write it in C++/CLI or in C#. I know that some ...
|
| Why there is not error (or warning)? | 19 Jul 2006 15:22 GMT | 4 |
in VSC++2005 I have a ref class ref class A {
|
| Path Separator | 19 Jul 2006 13:15 GMT | 2 |
If i have (for example) a directory structure, where the names can have ANY character in them, what would be the best method for finding a 'unique series of characters' to use as a separator? For instance, the structure could look like this:
|
| Hooking question | 19 Jul 2006 10:39 GMT | 8 |
Has anyone had any experience with hooking messages in other application windows (like SPY++). I want to listen for WM_MOVE messages, but can only seem to find examples of Keyboard and Mouse hooks.
|
| Good Book for Visual Studio 2005 C++ (Change from VC6 to VS2005) | 19 Jul 2006 02:11 GMT | 1 |
i'm looking for a good book to learn .NET and VS2005 (C++) . I know MSVC6 (C++) very good. Is there a book like "The Bible" (The C++ Programming Language) from Bjarne Stroustrup for "Microsoft Visual Studio C++ 2005" and .NET?
|
| type_info link errors | 18 Jul 2006 17:37 GMT | 1 |
Lots of people seem to have problems with these, here's my particular variation. I'm using a third partly library which I believe was compiled with VC 7.1. I'm using the free version of VC 8 and the Platform SDK for
|
| error C2653: 'ios' : is not a class or namespace name | 18 Jul 2006 10:34 GMT | 3 |
Hi,all I have code like the following lines, but when I compile this program I got a: error C2563 : 'ios' : is not a class or namespace name! //--Code starts here
|
| Accessing Hidden VB Interfaces in VC++ | 18 Jul 2006 00:01 GMT | 4 |
I have a DLL written in VB 6.0. The DLL has some properties which can be set and a collection of Names. Here is the code in VB which i am using to access this DLL. Public Sub Form_Load()
|
| error C2665 :none of the number1 overloads can convert parameter number2 from type 'type' | 17 Jul 2006 13:35 GMT | 2 |
Hi, I have a multithread problem like the following lines, when I compile this code I caught a "error C2665", the error description is : none of the number1 overloads can convert parameter number2 from type 'type' //-----------------------------
|
| Afew simple questions | 17 Jul 2006 10:25 GMT | 10 |
Trying to learn c++ and am woundering over afew things 1) What is the diffrence between . and -> and :: ? 2) Why do you sometimes have to use ^ after declaring a object, what exacly does it do?
|