| Thread | Last Post | Replies |
|
| ANTIVIRUS FREE DOWNLOAD 8984 | 26 Feb 2010 13:41 GMT | - |
Many problems with performance and safety of your computer can be solved easily with an updated antivirus and recognized. Antivirus Free Download Microsoft best practices in: http://yourantivirusfreedownloadonthissite.blogspot.com/
|
| 下載免費的反病毒 8387 | 22 Feb 2010 19:41 GMT | - |
許多性能問題和安全性您的計算機造成惡意病毒,最好的辦法對付,這是得到承認和防病毒在計算機上安裝更新 殺毒軟件免費下載: http://antiviruscn.blogspot.com/ 鏈接網站的內容:
|
| please introduction a vc book | 19 Feb 2010 11:13 GMT | - |
content include mp3 play£¬movie play£¬game poker etc... instance.
|
| VC dotnet program won't run | 17 Feb 2010 19:59 GMT | 2 |
I have a vc6 C++ program that I just recompiled in dotnet, Static mfc, no clr but the program will not run on some XP machines. It runs on others. The available ram is only 512. Nothing substantial has changed in this program except the recompiling using dotnet. I use a VBdotnet ...
|
| return string | 16 Feb 2010 12:03 GMT | 6 |
If I have a function such as this (in a Win32 project): _declspec (dllexport) char* _stdcall view() { char* output;
|
| Help converting to C++ | 15 Feb 2010 11:54 GMT | 5 |
I have two lines of basic C# code System.IO.Directory.CreateDirectory(path); return System.IO.Directory.Exists(path); I want to bury this in a C++ Win32 Project. My effort so far (that does not
|
| Internal Compiler Error | 10 Feb 2010 23:28 GMT | 1 |
I hit an internal compiler error. I could reproduce it with this code both in Visual Studio 2005 and 2008. #include <vector> int main()
|
| ++i | 07 Feb 2010 08:54 GMT | 8 |
Shouldn't this work in c++? int i=0; while (i < 35) databuffer [i] = databuffer [++i]; databuffer [35] = x;
|