Click here to Skip to main content
15,900,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: programming C in Visual C++ express edition. Pin
cavemen17-Jun-10 6:38
cavemen17-Jun-10 6:38 
QuestionRe: programming C in Visual C++ express edition. Pin
David Crow17-Jun-10 6:53
David Crow17-Jun-10 6:53 
AnswerRe: programming C in Visual C++ express edition. Pin
cavemen17-Jun-10 7:13
cavemen17-Jun-10 7:13 
QuestionRe: programming C in Visual C++ express edition. Pin
David Crow17-Jun-10 7:34
David Crow17-Jun-10 7:34 
AnswerRe: programming C in Visual C++ express edition. Pin
cavemen17-Jun-10 8:02
cavemen17-Jun-10 8:02 
AnswerRe: programming C in Visual C++ express edition. Pin
David Crow17-Jun-10 8:15
David Crow17-Jun-10 8:15 
GeneralRe: programming C in Visual C++ express edition. Pin
cavemen17-Jun-10 18:31
cavemen17-Jun-10 18:31 
AnswerRe: programming C in Visual C++ express edition. Pin
Luc Pattyn14-Jun-10 16:53
sitebuilderLuc Pattyn14-Jun-10 16:53 
if you want C, not C++, then make sure your source file has extension .c rather than .cpp

For a simple C app, you can delete most if not all pre-generated file content in Visual.

A console app will clause automatically when main returns (unless ran from inside Visual Studio). You can change that by ending main on (pseudo-code!):
Console.Write("Hit ENTER to terminate");
Console.ReadKey();


There must be dozens of compilers running on PC and targeting ARM.
Some vendors offer hundreds of combinations (all kinds of languages, all kinds of targets). Not sure Borland is one of them; personally I don't see an advantage, I've done C for many targets (choosing the best compiler for each of them), and for PC (using Visual Studio).

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

Nil Volentibus Arduum

AnswerRe: programming C in Visual C++ express edition. Pin
sunlin715-Jun-10 2:36
sunlin715-Jun-10 2:36 
GeneralRe: programming C in Visual C++ express edition. Pin
cavemen17-Jun-10 6:44
cavemen17-Jun-10 6:44 
GeneralRe: programming C in Visual C++ express edition. Pin
sunlin717-Jun-10 15:14
sunlin717-Jun-10 15:14 
AnswerRe: programming C in Visual C++ express edition. Pin
Aescleal15-Jun-10 8:47
Aescleal15-Jun-10 8:47 
QuestionTracking in GPS-based map (GIS) Pin
zipliu14-Jun-10 12:32
zipliu14-Jun-10 12:32 
AnswerRe: Tracking in GPS-based map (GIS) Pin
Dr.Walt Fair, PE14-Jun-10 13:01
professionalDr.Walt Fair, PE14-Jun-10 13:01 
GeneralThanks a lot for the advice! Pin
zipliu15-Jun-10 6:07
zipliu15-Jun-10 6:07 
AnswerRe: Tracking in GPS-based map (GIS) Pin
Niklas L14-Jun-10 20:30
Niklas L14-Jun-10 20:30 
GeneralThanks. Pin
zipliu15-Jun-10 6:11
zipliu15-Jun-10 6:11 
QuestionRe: trapping F1 in a class derived from CFileDialogImpl [modified] Pin
mla15414-Jun-10 8:15
mla15414-Jun-10 8:15 
AnswerRe: trapping F1 in a class derived from CFileDialogImpl Pin
Niklas L15-Jun-10 22:31
Niklas L15-Jun-10 22:31 
GeneralRe: trapping F1 in a class derived from CFileDialogImpl Pin
mla15416-Jun-10 3:24
mla15416-Jun-10 3:24 
GeneralRe: trapping F1 in a class derived from CFileDialogImpl Pin
Niklas L16-Jun-10 5:59
Niklas L16-Jun-10 5:59 
GeneralRe: trapping F1 in a class derived from CFileDialogImpl Pin
mla15416-Jun-10 6:12
mla15416-Jun-10 6:12 
GeneralRe: trapping F1 in a class derived from CFileDialogImpl Pin
Niklas L17-Jun-10 2:11
Niklas L17-Jun-10 2:11 
QuestionProblem running service on win2k8 Pin
Mahesh Kulkarni14-Jun-10 6:33
Mahesh Kulkarni14-Jun-10 6:33 
AnswerRe: Problem running service on win2k8 Pin
Richard Andrew x6414-Jun-10 13:21
professionalRichard Andrew x6414-Jun-10 13:21 

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.