Visual C++ Express Edition announcement
-
Link
This forum has been locked; it is still available for review in the Archived Forums folder. Any future posts on this topic should be put in the Visual C++ forum. Thank you for your participation in this forum.
Found 6856 threads
-
0 Votes
VS Express 2012: No C++ Windows Forms Application?
I excitedly installed Visual Studio Express 2012 for Windows Desktop on my fresh Windows 7 installation a couple days ago. I opened it and quickly found, to my dismay, that there is no native support ...Answered | 11 Replies | 47155 Views | Created by Valley.Forge - Friday, September 21, 2012 4:23 AM | Last reply by ziong100363 - Saturday, December 22, 2012 3:30 PM -
2 Votes
What's different about it
I would like to know what is the difference between using Visual Studio 2010 and Express 2010?Answered | 3 Replies | 2332 Views | Created by Mesa_Joe - Friday, December 21, 2012 11:15 PM | Last reply by davewilk - Saturday, December 22, 2012 1:38 PM -
0 Votes
sqlite3 and stdafx.h
I have added sqlite-amalgamation to my project and at the top of 'sqlite3.c' I added #include"stdafx.h" this gives me an error that ...Answered | 2 Replies | 4908 Views | Created by ArbolOne - Friday, December 21, 2012 5:08 AM | Last reply by ArbolOne - Friday, December 21, 2012 2:35 PM -
0 Votes
mouse click event check
I need a code for to check a mouse click event inside if condition(windows forms appllication)Answered | 1 Replies | 3589 Views | Created by i.sankar - Thursday, December 20, 2012 12:51 PM | Last reply by Damon Zheng - Friday, December 21, 2012 10:13 AM -
0 Votes
Checking for msvcp100.dll and msvcr100.dll
I am working on resistributing an updated vcredist_x86 into our environment. We want to test that during deployment, if msvcp100.dll or msvcr100.dll is in use, that the command line ...Answered | 1 Replies | 3765 Views | Created by Randy Davis1 - Wednesday, December 19, 2012 7:59 PM | Last reply by Damon Zheng - Friday, December 21, 2012 6:20 AM -
0 Votes
Cant finish creating a new win32 console application project
Hello , Ive been trying to create a new win32 project in visual c++ express 2012 for desktop, in windows 8. after i pick the project type, it just wont let me finish.... the ...Answered | 3 Replies | 2652 Views | Created by DimaShm - Sunday, December 16, 2012 9:15 PM | Last reply by pvdg42 - Thursday, December 20, 2012 3:28 PM -
1 Votes
.NET and Express
I would like to learn to program in .NET, but I am not sure if VS C++ 10 Express has full support for it. Does it?Answered | 1 Replies | 2673 Views | Created by ArbolOne - Wednesday, December 19, 2012 2:16 AM | Last reply by WayneAKing - Wednesday, December 19, 2012 4:57 AM -
3 Votes
Starter Book?
Do you guys know a good programming book for Visual C++ Studio Express 2010? If so, can you post it and tell why?Discussion | 3 Replies | 2810 Views | Created by Inc0gn1t0 - Sunday, December 16, 2012 4:31 AM | Last reply by Elegentin Xie - Tuesday, December 18, 2012 9:08 AM -
1 Votes
Use of C++
Is C++ best used for parallel programming, 2d game making, 3d game making, general computer programming, or just so robust it can be used to do anything? Please, i need to knowAnswered | 1 Replies | 2708 Views | Created by Inc0gn1t0 - Monday, December 17, 2012 12:39 AM | Last reply by Brian Muth - Monday, December 17, 2012 4:18 PM -
0 Votes
VC++ 2012 links against non-existing VC++ 2010 debug DLLs
As the title says, for some reason VC++ 2012 links against 2010 DLLs in debug mode, and since I never installed 2010, I don't have them. I am specifically talking about MSVCR100D ...Answered | 3 Replies | 3190 Views | Created by Chananya Freiman - Saturday, December 15, 2012 8:57 AM | Last reply by Brian Muth - Sunday, December 16, 2012 6:20 PM -
0 Votes
Native console app for 64-bit windows 7 machine
I am new to Visual C++ 2010 Express. I wish to build a console app that will run on a 64-bit PC running Windows 7. To build this app, I ...Answered | 1 Replies | 3414 Views | Created by The Bard of Chelsea - Friday, December 14, 2012 2:22 AM | Last reply by davewilk - Friday, December 14, 2012 12:28 PM -
0 Votes
fatal error c1033: cannot open program database
hey everyone, I am a student in my first week with this program (and programming in general) and for whatever reason I cannot get my code to compile for simple programs or the more ...Answered | 3 Replies | 4640 Views | Created by noobwithpotential - Tuesday, December 11, 2012 6:00 AM | Last reply by pvdg42 - Wednesday, December 12, 2012 3:59 PM -
4 Votes
Visual C++ 6.0 newbie in Visual C++ Express 2012?
Hi. I just started to learn Visual C++ 6.0 in my school. I just learned some basic program like this: #include ...Answered | 9 Replies | 3705 Views | Created by audrianore - Monday, December 10, 2012 2:33 PM | Last reply by davewilk - Wednesday, December 12, 2012 2:32 PM -
2 Votes
Where can I find examples of programming win32 application?
use vc2008 express edition. how to make an open a file menu? just like a notebook.Answered | 6 Replies | 2751 Views | Created by zhgart - Sunday, December 9, 2012 1:04 PM | Last reply by Damon Zheng - Wednesday, December 12, 2012 5:31 AM -
1 Votes
Access violation reading location
Hi, I have the following problem. The code is following: double get_cpu_time() { double ...Answered | 10 Replies | 69421 Views | Created by qq00 - Wednesday, March 5, 2008 12:07 AM | Last reply by Digital_Utopia - Tuesday, December 11, 2012 11:08 PM -
2 Votes
no alloc.h
hello friends, i m doing programming in vc++. but while making a basic program of link list facing a problem. when i try to add aaloc.h file it ...Answered | 5 Replies | 8387 Views | Created by sparsh610 - Monday, June 25, 2012 1:57 AM | Last reply by WayneAKing - Tuesday, December 11, 2012 10:21 PM -
1 Votes
Different behaviour of code (debugging or not & different computers)
Hello everybody, I have created a program which runs 2 threads synchronized using events (SetEvent(), WaitForSingleObject(), WaitForMultipleObjects()) in Visual ...Unanswered | 3 Replies | 3307 Views | Created by Lagiri - Friday, December 7, 2012 2:44 PM | Last reply by Lagiri - Tuesday, December 11, 2012 3:44 PM -
17 Votes
Getting Started With C++ and Visual C++ Express Edition
If you're new to the language itself, you should consider getting a good beginner book. There are an infinite number of ways of making life difficult for yourself in a programming language such as ...Discussion | 21 Replies | 63554 Views | Created by einaros - Friday, November 16, 2007 11:51 AM | Last reply by zhgart - Monday, December 10, 2012 8:13 AM -
0 Votes
Releasing a Win32 application with Visual Studio 2012
Hello. I'm using openFrameworks on Visual Studio 2012 to make a Win32 application. Debugging works fine on the Local Windows ...Answered | 4 Replies | 3596 Views | Created by Greek Fellows - Sunday, December 2, 2012 6:45 AM | Last reply by zhgart - Monday, December 10, 2012 8:09 AM -
0 Votes
VS2012 code editor and focus lost
Hello everyone, The problem I'm facing with concerns Visual Studio 2012 C++ Express for desktop edition. I don't know if this is the right ...Discussion | 6 Replies | 2464 Views | Created by CodeVisio - Tuesday, November 27, 2012 9:54 PM | Last reply by Elegentin Xie - Monday, December 10, 2012 4:26 AM
Visual C++ Express Edition announcement
-
Link
This forum has been locked; it is still available for review in the Archived Forums folder. Any future posts on this topic should be put in the Visual C++ forum. Thank you for your participation in this forum.