I am very new to programing. I want to use C++ Express to build forms. Eventually I will connect these form to SQL database. The problem at the moment is when I open C++ Express a window showing code opens not the "Form1" window the "getting started" information indicates should open. From this information can someone tell me what I am not doing correctly
Dennis

Starting C++
Daby292002
You should be able to double click on the class name and get the design view. You can also right click on it and choose ''view designer''.
Why did you select C++ C++ is a faster language, but C# is a lot easier, especially winforms, and learning C++ with Winforms will mean you're not learning vanilla, cross platform C++ anyhow.