Click here to Skip to main content
15,890,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Exception in socket programming Pin
Llasus11-Nov-07 19:30
Llasus11-Nov-07 19:30 
AnswerRe: Exception in socket programming Pin
Hamid_RT11-Nov-07 19:34
Hamid_RT11-Nov-07 19:34 
QuestionFlag for Protected system files? Pin
bholoo11-Nov-07 18:38
bholoo11-Nov-07 18:38 
QuestionCTreeCtrl and undo/redo Pin
Hans Dietrich11-Nov-07 18:33
mentorHans Dietrich11-Nov-07 18:33 
QuestionVC+ADO, Can I get the position of the current record in Recordset directly? Pin
followait11-Nov-07 18:07
followait11-Nov-07 18:07 
Questionwrong forum, sorry.... Pin
mwholt11-Nov-07 16:42
mwholt11-Nov-07 16:42 
QuestionRe: wrong forum, sorry.... Pin
Hamid_RT11-Nov-07 18:13
Hamid_RT11-Nov-07 18:13 
QuestionHow to process VK_F10 in CChildView? Pin
followait11-Nov-07 16:30
followait11-Nov-07 16:30 
AnswerRe: How to process VK_F10 in CChildView? Pin
Roger Broomfield11-Nov-07 17:28
Roger Broomfield11-Nov-07 17:28 
GeneralRe: How to process VK_F10 in CChildView? Pin
followait11-Nov-07 17:43
followait11-Nov-07 17:43 
GeneralRe: How to process VK_F10 in CChildView? Pin
followait11-Nov-07 17:50
followait11-Nov-07 17:50 
GeneralRe: How to process VK_F10 in CChildView? Pin
Roger Broomfield11-Nov-07 18:27
Roger Broomfield11-Nov-07 18:27 
GeneralRe: How to process VK_F10 in CChildView? Pin
followait11-Nov-07 21:38
followait11-Nov-07 21:38 
AnswerRe: How to process VK_F10 in CChildView? Pin
Nelek11-Nov-07 22:26
protectorNelek11-Nov-07 22:26 
QuestionC++ Clearing command console Pin
Pollaj14516111-Nov-07 12:19
Pollaj14516111-Nov-07 12:19 
AnswerRe: C++ Clearing command console Pin
Luc Pattyn11-Nov-07 13:02
sitebuilderLuc Pattyn11-Nov-07 13:02 
GeneralRe: C++ Clearing command console Pin
Pollaj14516111-Nov-07 13:07
Pollaj14516111-Nov-07 13:07 
GeneralRe: C++ Clearing command console Pin
Luc Pattyn11-Nov-07 13:38
sitebuilderLuc Pattyn11-Nov-07 13:38 
AnswerRe: C++ Clearing command console Pin
George L. Jackson11-Nov-07 14:22
George L. Jackson11-Nov-07 14:22 
This is a C++/CLI question, please post in the correct forum.

Anyways:

using namespace System;
 
int main(array<System::String ^> ^args)
{
&nbsp;&nbsp;Console::WriteLine(L"Hello World");
&nbsp;&nbsp;Console::Clear();
&nbsp;
&nbsp;&nbsp;return 0;
}



"We make a living by what we get, we make a life by what we give." --Winston Churchill

QuestionPointer to Doc class of SDI Pin
Oliver12311-Nov-07 7:14
Oliver12311-Nov-07 7:14 
AnswerRe: Pointer to Doc class of SDI Pin
dtr111-Nov-07 7:27
dtr111-Nov-07 7:27 
AnswerRe: Pointer to Doc class of SDI Pin
bob1697211-Nov-07 8:16
bob1697211-Nov-07 8:16 
AnswerRe: Pointer to Doc class of SDI Pin
Nelek11-Nov-07 22:19
protectorNelek11-Nov-07 22:19 
QuestionCalling web browser Pin
Tarek Jabri11-Nov-07 5:12
Tarek Jabri11-Nov-07 5:12 
AnswerRe: Calling web browser Pin
toxcct11-Nov-07 5:20
toxcct11-Nov-07 5:20 

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.