No announcements
-
5 Votes
Tips on Posting Good Questions
Shawn Farkas of the CLR team recently posted a great message on the .NET Development forum about asking good questions. A lot of what he says is also applicable ...Sticky | 0 Replies | 54496 Views | Created by Jonathan Caves - MSFT - Tuesday, September 6, 2005 4:46 PM -
0 Votes
The scope of this forum
Hi, For general C++ questions or general development questions (unrelated to Microsoft implementation issues or features), please use your favorite general C++ or development forums ...
Found 48377 threads
-
0 Votes
「次のサーバーのアカウント名とパスワードを入力してください」というメッセージが表示される
「次のサーバーのアカウント名とパスワードを入力して ... -
0 Votes
DiscussionMSDN
DiscussionMSDN -
2 Votes
Problem to convert it
c:\ProB\ProB\ProB.cpp(61): error C2664: 'strcpy' : cannot convert parameter 2 from 'std::wstring' to 'const char *' 1> No user-defined-conversion operator available that can ...Proposed | 32 Replies | 761 Views | Created by HuaMin Chen - Thursday, November 13, 2014 3:03 AM | Last reply by WayneAKing - Wednesday, November 19, 2014 4:13 AM -
0 Votes
SHGetSetFolderCustomSettings always returns 0x80070003 when charset is MBCS
SHGetSetFolderCustomSettings works when charset is Unicode, but always returns 0x80070003: The system cannot find the path specified when MBCS. MSDN shows it supports ... -
0 Votes
x64 Asm floating point adressing
Dear Community Please kindly inform us about the number offloating-point addressing mode x64 Asm Best Regards ...Unanswered | 1 Replies | 415 Views | Created by RB _1 - Wednesday, November 19, 2014 2:02 AM | Last reply by Pavel A - Wednesday, November 19, 2014 2:36 AM -
0 Votes
Question Mark not getting show in console
Hello I am new to C++ and trying to make a help screen for my project so the user can use a switch such as exename.exe /? the problem is when I am checking the question mark is outputting as ... -
0 Votes
Access the webcam using Windows API
Hi how do I access and control a webcam using Windows API? Is there any framework in Windows API to let me do this? For example, I want to create a desktop app that previews the ...Unanswered | 0 Replies | 324 Views | Created by Raymart Atienza [MCTS] - Wednesday, November 19, 2014 2:03 AM -
0 Votes
New Desktop Creation using CreateDesktop - Videos dont get displayed on new desktop
Hi, In my application i'm trying to create a new desktop using the following code ...Unanswered | 0 Replies | 368 Views | Created by GeethaPriya Balaraman - Wednesday, November 19, 2014 2:02 AM -
2 Votes
Asm codnig floating point number
Dear MSDN Community Very kindly pleasant information about coded floating point numer in asm eg 0.5 . Best Regards Rafał BatorAnswered | 17 Replies | 622 Views | Created by RB _1 - Sunday, November 16, 2014 1:39 AM | Last reply by RB _1 - Wednesday, November 19, 2014 1:27 AM -
1 Votes
Tic tac toe check is board is full and if position is taken
For this C++ program we do not need to know who the winner is, it should end when the board is filled. I am have two problems. One for the checkboard function which checks to see if ...Answered | 6 Replies | 457 Views | Created by BS31 - Tuesday, November 18, 2014 7:05 PM | Last reply by BS30 - Wednesday, November 19, 2014 12:55 AM -
2 Votes
Visual Studio 2015, Android NDK with libc++ and cmath issues
When creating a native Android NDK project with the new Visual Studio 2015 Preview and changing the STL to "LLVM libc++ static library (c++_static)", simply including <cmath> and ...Unanswered | 4 Replies | 498 Views | Created by Rajveer86 - Sunday, November 16, 2014 10:24 PM | Last reply by Rajveer86 - Wednesday, November 19, 2014 12:51 AM -
0 Votes
App hang - debugger lost stack
Hi, Using MSVC++ 6.0 / MFC on Windows7 to develop a dialog-based app. I have created a GUI with appwizard that uses controls etc. I also use some timers and a 3rd-party ...Unanswered | 12 Replies | 491 Views | Created by LarryTheCableGuy - Monday, November 17, 2014 6:48 PM | Last reply by Pavel A - Tuesday, November 18, 2014 11:45 PM -
0 Votes
I'm testing VS2015 preview and noticed wildcard expansion throws an exception
In particular when setargv.obj, which expands command line args, is added a handle exception is thrown at startup. This happens with x86 as well as x64 targets with a ...Answered | 2 Replies | 337 Views | Created by vcangel - Saturday, November 15, 2014 11:15 PM | Last reply by vcangel - Tuesday, November 18, 2014 10:06 PM -
0 Votes
VC++ COM Project fails to compile in IDL file (MIDL)
Hi , I have VC++ COM+ project in Visual Studio 2010. Th is used to compile file and VC100.idl file was generated with below content: import "C:\Program Files ...Answered | 5 Replies | 929 Views | Created by Vic Vega - Friday, November 8, 2013 10:10 AM | Last reply by InvaderZim - Tuesday, November 18, 2014 8:31 PM -
0 Votes
WHAT IS BEST RECURSIVE FUNCTION OR LOOP ?
WHAT IS BEST: RECURSIVE FUNCTION OR LOOP? Can i use Recursive Function in Visual C++ instead of loop as it saves stack space? Please give comparisons ...Unanswered | 5 Replies | 454 Views | Created by Salman.khaled - Tuesday, November 18, 2014 11:32 AM | Last reply by Pintu Shukla - Tuesday, November 18, 2014 8:02 PM -
2 Votes
Red squiggles after installing update 2 for VS 2013
Hi, After installing update 2 for vs 2013, I now get these red squiggles in my editor. Here is a sample code showing them (the char is unicode). Please note that the code compiles ...Answered | 20 Replies | 1344 Views | Created by GT227 - Wednesday, May 21, 2014 10:38 PM | Last reply by Eric Battalio - Tuesday, November 18, 2014 7:29 PM -
2 Votes
How can I stop text being lost in dialogs?
My dialogs are all designed using the Visual C++ dialog editor which as we know uses DLUs. When I converted my app to Unicode, the default font changed and I found that bits of text was missing ...Unanswered | 13 Replies | 675 Views | Created by simon22 - Sunday, November 9, 2014 3:33 PM | Last reply by simon22 - Tuesday, November 18, 2014 6:02 PM -
0 Votes
WIA init problem
Hello, I have got a small problem with WIA. I have WinXP SP2, I coppied wiaaut.dll to win/system32 directory and I launched RegSvr32 WIAAut.dll and... ...Answered | 1 Replies | 345 Views | Created by Jerry.Mouse - Tuesday, November 18, 2014 5:16 PM | Last reply by Jerry.Mouse - Tuesday, November 18, 2014 5:25 PM -
0 Votes
Converting string to char and return the char
Hi, here is the code CLASS 1 char columnHeadChar[20]; columnHeadChar[20] ...Unanswered | 10 Replies | 377 Views | Created by Joshua1987 - Tuesday, November 18, 2014 3:32 PM | Last reply by davewilk - Tuesday, November 18, 2014 4:58 PM -
1 Votes
Time of the operation
Dear MS Develper Network Community Very kindly pleasant about infrmation : How to measure the time of the operation in VC ++ and put it in a file, or as ...Answered | 10 Replies | 551 Views | Created by RB _1 - Tuesday, November 11, 2014 11:57 PM | Last reply by SimonRev - Tuesday, November 18, 2014 2:55 PM - Items 1 to 20 of 48377 Next ›
No announcements