Tagged Questions
-2
votes
1answer
186 views
Passing data between two windows forms using visual c++ 2010 [closed]
So, i have a simple forms application : i have a form 1 (Form1.h) and a second form (Form2.h).
Form1 consists of a simple Add User button(which at this stage does nothing but opens the form2 and ...
2
votes
2answers
4k views
Is Intellisense faster in Visual Studio 2012 compared to Visual Studio 2010 for C++ projects? [closed]
We switched to VS2010 from VS2003 a few months ago, and there are many many improvements. But the speed of Intellisense is not one of them (although it does generate higher quality results, which is ...
2
votes
8answers
1k views
Understanding C++ for windows desktop application
I've been programming C++ for almost a year, and I've written complex programs however there are a couple of programming features of C++ which I didn't cover up (Classes & pointers), however I ...
6
votes
5answers
2k views
Learn C++ before/at the same time as C#?
I'm currently learning C#, but wondering whether it is beneficial to learn some C++ before/at the same time as in order to understand the concepts a little better? I've got a C++ book and it does seem ...
1
vote
2answers
656 views
Visual Studio c++ Windows forms?
I've been slacking off with learning how to program because I'm at my wits end trying to figure out the next step. I want to be able to create forms applications just to test random things and give ...
4
votes
3answers
1k views
Learning MFC: Pre-2010 vs 2010 and beyond
First, some background: I've been programming for about 12 years now. I am intermediate to advance in C# and a couple other managed languages, but never messed with anything native. I understand ...