Click here to Skip to main content
15,902,840 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Excel automation problem Pin
Yajnesh Narayan Behera27-Jul-08 18:33
Yajnesh Narayan Behera27-Jul-08 18:33 
QuestionSorting Algorithm for C++ for an array Pin
Princess Angel27-Jul-08 16:30
Princess Angel27-Jul-08 16:30 
AnswerRe: Sorting Algorithm for C++ for an array Pin
CPallini27-Jul-08 21:38
mveCPallini27-Jul-08 21:38 
Questiondesignated initializer Pin
kcynic27-Jul-08 16:07
kcynic27-Jul-08 16:07 
AnswerRe: designated initializer Pin
Joe Woodbury27-Jul-08 16:22
professionalJoe Woodbury27-Jul-08 16:22 
QuestionADO .NET using c++ Pin
rp_suman27-Jul-08 15:51
rp_suman27-Jul-08 15:51 
AnswerRe: ADO .NET using c++ Pin
CPallini27-Jul-08 21:23
mveCPallini27-Jul-08 21:23 
QuestionI can build but cant run my program... Pin
xelios27-Jul-08 9:20
xelios27-Jul-08 9:20 
Following is the simple code of my application...

// Ex_01.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include < iostream >
// the space in < iostream > is due to the restriction in this post..


int _tmain(int argc, _TCHAR* argv[])
{
    std::cout << "Hello World!\n";
    return 0;
}


The out put of this program on console is as follows:


The system cannot execute the specified program.
Press any key to continue...

Mohsin Ali

AnswerRe: I can build but cant run my program... Pin
hoxsiew27-Jul-08 15:41
hoxsiew27-Jul-08 15:41 
QuestionLinked List nodes don't recognise "Tile" (data) class. Pin
Sauce!27-Jul-08 3:05
Sauce!27-Jul-08 3:05 
AnswerRe: Linked List nodes don't recognise "Tile" (data) class. Pin
Luc Pattyn27-Jul-08 3:24
sitebuilderLuc Pattyn27-Jul-08 3:24 
GeneralRe: Linked List nodes don't recognise "Tile" (data) class. Pin
Sauce!27-Jul-08 3:31
Sauce!27-Jul-08 3:31 
GeneralRe: Linked List nodes don't recognise "Tile" (data) class. Pin
Luc Pattyn27-Jul-08 3:38
sitebuilderLuc Pattyn27-Jul-08 3:38 
GeneralRe: Linked List nodes don't recognise "Tile" (data) class. Pin
Cedric Moonen27-Jul-08 8:50
Cedric Moonen27-Jul-08 8:50 
GeneralRe: Linked List nodes don't recognise "Tile" (data) class. Pin
Sauce!27-Jul-08 15:46
Sauce!27-Jul-08 15:46 
QuestionTrouble with Releaser Version - Double selections in List Control = DOES NOT happen in Debug version Pin
Larry Mills Sr26-Jul-08 15:46
Larry Mills Sr26-Jul-08 15:46 
AnswerRe: Trouble with Releaser Version - Double selections in List Control = DOES NOT happen in Debug version Pin
Luc Pattyn26-Jul-08 16:05
sitebuilderLuc Pattyn26-Jul-08 16:05 
GeneralRe: Trouble with Releaser Version - Double selections in List Control = DOES NOT happen in Debug version Pin
Larry Mills Sr28-Jul-08 10:04
Larry Mills Sr28-Jul-08 10:04 
GeneralRe: Trouble with Releaser Version - Double selections in List Control = DOES NOT happen in Debug version Pin
Luc Pattyn28-Jul-08 10:17
sitebuilderLuc Pattyn28-Jul-08 10:17 
GeneralRe: Trouble with Releaser Version - Double selections in List Control = DOES NOT happen in Debug version Pin
Larry Mills Sr30-Jul-08 2:31
Larry Mills Sr30-Jul-08 2:31 
QuestionIs that sharing "memory" or sharing "file"? Pin
sawerr25-Jul-08 23:56
sawerr25-Jul-08 23:56 
AnswerRe: Is that sharing "memory" or sharing "file"? Pin
Luc Pattyn26-Jul-08 3:23
sitebuilderLuc Pattyn26-Jul-08 3:23 
AnswerRe: Is that sharing "memory" or sharing "file"? Pin
gayatri.neelema27-Jul-08 1:21
gayatri.neelema27-Jul-08 1:21 
Questionchanging device context. Pin
sanjutvm25-Jul-08 20:15
sanjutvm25-Jul-08 20:15 
AnswerRe: changing device context. Pin
CPallini25-Jul-08 21:37
mveCPallini25-Jul-08 21:37 

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.