| Thread | Last Post | Replies |
|
| static main | 30 Dec 2004 16:25 GMT | 1 |
what happens if we declare main(.. as below in c language? static void main() { .
|
| Calling a struct constructor in a class constructor body | 26 Dec 2004 03:38 GMT | 2 |
Hi C++ experts! Definitely I skipped C/C++ 101 because I have this pitfall: I need to call the struct ctor in the class default ctor body see below: //Some.h
|
| how to export functions from dll | 21 Dec 2004 10:27 GMT | 1 |
I try to write a managed c++ dll that exports some functions that should be called by a c++ app. in this functions i will call a function in a c# dll int __declspec(dllexport)plugin_main(char *event, void *data)
|
| Link Error in a Class Library(.Net) project of Visual C++ .Net stu | 17 Dec 2004 03:47 GMT | 1 |
I built a class library(.net) project using Visual C++ .Net studio. If I use following statement: unsigned int* p = new unsigned int[2]; It was compiled successfully, but the Link error occured as following:
|
| C++ STL map Container | 13 Dec 2004 19:17 GMT | 1 |
I wrote a little code using the map container available in the STL of C++. The trouble I am having is that the find() member function is working properly. When I try to find a key, if that key is not in the map, it should return the iterator set to the address of the end of the map ...
|
| Touch Screen in vc++ | 06 Dec 2004 18:09 GMT | 3 |
Hi all , I need to develop the Kiosk (touch Screen ) .Just want to know in SDK , MFC or ATL which one will be better. Just give me the direction and how to start the things.Any help in this regard will be
|
| How to disable Microsoft Visual C++ Runtime Library popup | 04 Dec 2004 05:49 GMT | 1 |
I have an unattended application that I want to exit on exception. It appears that certain exceptions in the CRT (caused by bugs in our code) cause a 'Microsoft Visual C++ Runtime Library' popup that requires acknowledgement before the application exits. I'm concerned that if I ...
|