Click here to Skip to main content
15,913,349 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: _CrtIsValidHeapPointer error Pin
chikach15-Jun-10 5:47
chikach15-Jun-10 5:47 
GeneralRe: _CrtIsValidHeapPointer error Pin
Richard MacCutchan15-Jun-10 6:57
mveRichard MacCutchan15-Jun-10 6:57 
Questionprogramming C in Visual C++ express edition. Pin
cavemen14-Jun-10 13:56
cavemen14-Jun-10 13:56 
AnswerRe: programming C in Visual C++ express edition. Pin
Richard Andrew x6414-Jun-10 16:04
professionalRichard Andrew x6414-Jun-10 16:04 
GeneralRe: programming C in Visual C++ express edition. Pin
cavemen14-Jun-10 16:27
cavemen14-Jun-10 16:27 
GeneralRe: programming C in Visual C++ express edition. Pin
Richard Andrew x6414-Jun-10 16:36
professionalRichard Andrew x6414-Jun-10 16:36 
GeneralRe: programming C in Visual C++ express edition. Pin
cavemen14-Jun-10 16:39
cavemen14-Jun-10 16:39 
GeneralRe: programming C in Visual C++ express edition. Pin
Richard Andrew x6414-Jun-10 16:41
professionalRichard Andrew x6414-Jun-10 16:41 
GeneralRe: programming C in Visual C++ express edition. Pin
cavemen14-Jun-10 17:01
cavemen14-Jun-10 17:01 
GeneralRe: programming C in Visual C++ express edition. Pin
Cedric Moonen14-Jun-10 20:10
Cedric Moonen14-Jun-10 20:10 
GeneralRe: programming C in Visual C++ express edition. Pin
David Crow15-Jun-10 4:33
David Crow15-Jun-10 4:33 
GeneralRe: programming C in Visual C++ express edition. Pin
cavemen17-Jun-10 5:32
cavemen17-Jun-10 5:32 
AnswerRe: programming C in Visual C++ express edition. Pin
David Crow17-Jun-10 6:10
David Crow17-Jun-10 6:10 
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 

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.