Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Opening .exe instead of eclipse console
Opening .exe instead of eclipse console [message #1413905] Fri, 29 August 2014 18:31 Go to next message
ahmed elgendy is currently offline ahmed elgendyFriend
Messages: 3
Registered: August 2014
Junior Member
How do you make eclipse open up the .exe file when running the program instead of using the built in console. Why? This is why:

//============================================================================
// Name        : Test-VC++.cpp
// Author      : TEST
// Version     :
// Copyright   : Your copyright notice
// Description : Hello World in C++, Ansi-style
//============================================================================

#include <iostream>

int main() {
	std::cout << "!!!Hello World!!!\n"; // prints !!!Hello World!!!
	system("pause");
	return (0);
}

prints out:
Press any key to continue . . . 

!!!Hello World!!!
Re: Opening .exe instead of eclipse console [message #1413944 is a reply to message #1413905] Fri, 29 August 2014 20:52 Go to previous message
ahmed elgendy is currently offline ahmed elgendyFriend
Messages: 3
Registered: August 2014
Junior Member
Are we allowed Bumping?
Previous Topic:the automatically generated makefile
Next Topic:[help] Preprocessor command showing as unresolved
Goto Forum:
  


Current Time: Fri Apr 26 11:19:53 GMT 2024

Powered by FUDForum. Page generated in 0.02745 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top