No announcements
Filter
:
All threads
All threads
Answered
Unanswered
Proposed answers
General discussion
No replies
Helpful
Has code
All languages
-
Sticky5Votes
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 ... -
Sticky0Votes
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 ...
-
Unanswered0Votes
How to Convert TextBox->Text to Double/Long/Integer/Short in C++
I don't know how to convert text in a textbox to a numeric variable. Also, what type of C++ variables support decimals to the hundredth place?3 Replies | 66 Views | Created by Young Genius - 7 hours 43 minutes ago | Last reply Grey Ham - 52 minutes ago -
Unanswered0Votes
TextBox problem 1
Text; if ...3 Replies | 102 Views | Created by RB _1 - 11 hours 36 minutes ago | Last reply WayneAKing - 4 hours 12 minutes ago -
Unanswered0Votes
glew.h and glew.lib
I now have a new project containing glew.h and lib so I was thinking, should I make a SDK out of it? Need to install 3 headers, and 2 libs, 32-bit and 64-bit, if needed even ARM is ... -
Unanswered0Votes
Help with my Win32 Application
Hi, I would like to know how to create a win32 application with some textboxs and buttons in the main Application window. I think it is something to do with ...6 Replies | 90 Views | Created by James Burton 2 - 13 hours 28 minutes ago | Last reply Scott McPhillips - 6 hours 32 minutes ago -
Unanswered0Votes
How to make a antivirus for (Windows) family
Hi I want to make a antivirus for the Windows family ... ! How to do this? What programming language should I learn? What skills should I have? ...4 Replies | 72 Views | Created by Abbas Naghdi - Thursday, July 18, 2013 11:14 PM | Last reply Abbas Naghdi - 8 hours 15 minutes ago -
Unanswered0Votes
Any alternatives to system("PAUSE")?
I just read an article that clearly explained why system("") commands are bad to use. The command system("PAUSE") is a very useful command in my eyes, so are there any alternatives ...4 Replies | 62 Views | Created by DustinTimb - 11 hours 37 minutes ago | Last reply WayneAKing - 9 hours 15 minutes ago -
Unanswered0Votes
Array Help! Windows Form Application
Hi, I am trying to have an array of 16 in my code, but I am getting errors. Not really sure how to go about doing this. I am using it with chart ...2 Replies | 69 Views | Created by epd5030 - 16 hours 2 minutes ago | Last reply epd5030 - 12 hours 25 minutes ago -
Answered0Votes
Visual Studio 2010 linker crashes
------ Build started: Project: Pandoras Legacy, Configuration: Debug Win32 ------ 1>Build started 12/8/2012 3:56:27 PM. 1>InitializeBuildStatus: 1> Touching ...5 Replies | 684 Views | Created by Turda Alexander - Sunday, December 09, 2012 7:45 AM | Last reply babaroga games - 12 hours 36 minutes ago -
Unanswered0Votes
Win32 API app not working on XP an Win7 Please Help
I have made an win32 API application in C++ in visual studio 2010. I have Windows 8 installed and when I try to run the app on XP or even Windows 7, the app runs but its window is ...4 Replies | 87 Views | Created by Ahmad Furqan - Thursday, July 18, 2013 10:30 PM | Last reply Ahmad Furqan - 13 hours 4 minutes ago -
Unanswered0Votes
Mouse cursor briefly appears in the wrong position on the desktop (upper left hane corner) before appearing in the correct position...
Our company produces an IDE that allows users to use a 4GL that wraps win32 api calls. The platform in question is Windows 7. One of things we allow is changing the mouse ...1 Replies | 52 Views | Created by Donald Criley - 15 hours 7 minutes ago | Last reply Wyck - 13 hours 48 minutes ago -
Discussion1Votes
Replace single slash in filename by double slash C++
Hi I am using CFileDialog to select a file and getting filename in a CString. The filename returned by CFileDialog has single slash like ...13 Replies | 2157 Views | Created by Manigandasuresh - Tuesday, June 12, 2012 2:07 PM | Last reply WayneAKing - 13 hours 53 minutes ago -
Unanswered0Votes
using 10-32bit and 12-64bit
contactframe.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: class std::_List_iterator<class std::_List_val<struct ...3 Replies | 73 Views | Created by ArbolOne - Thursday, July 18, 2013 11:41 PM | Last reply Pintu Shukla - 15 hours 45 minutes ago -
Answered0Votes
Separating C++ source program into separate files
I have built a fairly complex VS C++ program which works perfectly. My problem is that the single source file is fairly long and, since I am planning to add further features, it would be convenient to ...15 Replies | 197 Views | Created by prog.gabi - Saturday, July 13, 2013 6:30 PM | Last reply Barry-Schwarz - 16 hours 2 minutes ago -
Answered0Votes
Killing a process created with spawnl
I create a new process via spawnl(). The main program and child process run fine. If I want to abort a calculation, I can stop the main process with a "stop" button, but the ...7 Replies | 96 Views | Created by DonDilworth - Thursday, July 18, 2013 2:53 PM | Last reply DonDilworth - 16 hours 9 minutes ago -
Unanswered0Votes
glGetString(GL_VERSION);
what is needed to invoke this call glGetString(GL_VERSION); was hoping for a std::string result DX9 seems to be too ...7 Replies | 86 Views | Created by Vegan Fanatic - Thursday, July 18, 2013 10:16 PM | Last reply Vegan Fanatic - 16 hours 29 minutes ago -
Unanswered0Votes
VC++ Display
In C++ I have callback associated with a Button Push which works fine, I also set a System::Timer that basically calls the Button Push callback directly. And the ...2 Replies | 64 Views | Created by SteviG - Thursday, July 18, 2013 1:52 PM | Last reply SteviG - 18 hours 8 minutes ago -
Unanswered1Votes
a bit urgent...
What is the final value of x after this code fragment is over..? We're nt looking at the lines before or after this code because that is independent and doesn't ...8 Replies | 104 Views | Created by KenBlock112 - Thursday, July 18, 2013 7:51 PM | Last reply astral-blade - 18 hours 36 minutes ago -
Unanswered0Votes
HRESULT_hr = direct3D9->GetAdapterIdentifier(i, 0, &adapterIdentifier);
For some reason when I call this using a constant 0 for the adapter number this works fine using the variable i seems to be a problem, when more than one adapter is ...2 Replies | 64 Views | Created by Vegan Fanatic - Thursday, July 18, 2013 6:56 PM | Last reply Vegan Fanatic - 18 hours 51 minutes ago -
Unanswered0Votes
How can I use IAccessible2 ?
Hi All, I wish to find the "UniqueID" for current Tab of a browser window (IE, CHrome, Firefox..etc). How can I do this using ... -
Unanswered0Votes
Multilingual RC file
can a .rc file have more than one language i.e., like japanese messages in one string table and chinese messages in another string table? if i compile in japanese windows 2008 ...1 Replies | 44 Views | Created by RAGHUDEEP - 20 hours 41 minutes ago | Last reply David Lowndes - 18 hours 58 minutes ago - Items 1 to 20 of 44168 Next ›