Click here to Skip to main content
15,914,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSmart Card Driver Version Pin
irit14-Sep-06 3:33
irit14-Sep-06 3:33 
QuestionHow to execute simple c++ file by microsoft visual studio 6 Pin
alpa shah14-Sep-06 3:12
alpa shah14-Sep-06 3:12 
QuestionRe: How to execute simple c++ file by microsoft visual studio 6 Pin
prasad_som14-Sep-06 3:19
prasad_som14-Sep-06 3:19 
AnswerRe: How to execute simple c++ file by microsoft visual studio 6 Pin
alpa shah14-Sep-06 3:23
alpa shah14-Sep-06 3:23 
AnswerRe: How to execute simple c++ file by microsoft visual studio 6 Pin
alpa shah14-Sep-06 3:27
alpa shah14-Sep-06 3:27 
GeneralRe: How to execute simple c++ file by microsoft visual studio 6 [modified] Pin
prasad_som14-Sep-06 3:41
prasad_som14-Sep-06 3:41 
AnswerRe: How to execute simple c++ file by microsoft visual studio 6 Pin
toxcct14-Sep-06 3:21
toxcct14-Sep-06 3:21 
AnswerRe: How to execute simple c++ file by microsoft visual studio 6 Pin
Mr.Brainley14-Sep-06 3:25
Mr.Brainley14-Sep-06 3:25 
Well you can create such a file simple by choosing New/File in the File menu, but i don't think thats what you want. It really depends on what kind of Application/Library etc. you want to create. The simplest i think is to create a new Project from the Win32 Console Application Template. Just use File/New/Project, then choose Win32 Console Application under Visual C++ Projects and enter a project name, then hit ok. Next window hit OK again, default options should suffice for now. In your project explorer (usually on the right side) you will find a .cpp file with the name of your project. This file contains an empty body of the main function. You can write your code here. Then hit Strg+F5 to execute.

So much for a short total beginners tutorial. Hope that was helpfull and not too low Wink | ;)
GeneralRe: How to execute simple c++ file by microsoft visual studio 6 Pin
alpa shah14-Sep-06 3:29
alpa shah14-Sep-06 3:29 
GeneralRe: How to execute simple c++ file by microsoft visual studio 6 Pin
alpa shah14-Sep-06 3:32
alpa shah14-Sep-06 3:32 
GeneralRe: How to execute simple c++ file by microsoft visual studio 6 Pin
toxcct14-Sep-06 4:03
toxcct14-Sep-06 4:03 
AnswerRe: How to execute simple c++ file by microsoft visual studio 6 Pin
Hamid_RT15-Sep-06 7:07
Hamid_RT15-Sep-06 7:07 
QuestionHow to make the XP style menu useing "GuiToolkit MFC Extension" library? Pin
gomez_a14-Sep-06 2:55
gomez_a14-Sep-06 2:55 
AnswerRe: How to make the XP style menu useing "GuiToolkit MFC Extension" library? Pin
gomez_a14-Sep-06 2:57
gomez_a14-Sep-06 2:57 
QuestionChange font of a control Pin
Mohammad A Gdeisat14-Sep-06 2:45
Mohammad A Gdeisat14-Sep-06 2:45 
QuestionRe: Change font of a control Pin
David Crow14-Sep-06 2:56
David Crow14-Sep-06 2:56 
AnswerRe: Change font of a control Pin
Mohammad A Gdeisat14-Sep-06 4:35
Mohammad A Gdeisat14-Sep-06 4:35 
QuestionModeless dialog always remanins in foreground? Pin
pc_dev14-Sep-06 2:25
pc_dev14-Sep-06 2:25 
AnswerRe: Modeless dialog always remanins in foreground? Pin
Nyarlatotep14-Sep-06 2:39
Nyarlatotep14-Sep-06 2:39 
GeneralThanks Pin
pc_dev19-Sep-06 3:34
pc_dev19-Sep-06 3:34 
QuestionDialog Box, Tab order Pin
eusto14-Sep-06 2:07
eusto14-Sep-06 2:07 
AnswerRe: Dialog Box, Tab order Pin
toxcct14-Sep-06 2:23
toxcct14-Sep-06 2:23 
GeneralRe: Dialog Box, Tab order Pin
David Crow14-Sep-06 2:58
David Crow14-Sep-06 2:58 
GeneralRe: Dialog Box, Tab order Pin
toxcct14-Sep-06 3:03
toxcct14-Sep-06 3:03 
GeneralRe: Dialog Box, Tab order [modified] Pin
eusto14-Sep-06 3:04
eusto14-Sep-06 3:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.