Click here to Skip to main content
16,008,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Windows XP - Not Responding Pin
Ravi Bhavnani14-Dec-04 7:46
professionalRavi Bhavnani14-Dec-04 7:46 
GeneralRe: Windows XP - Not Responding Pin
David Crow14-Dec-04 9:48
David Crow14-Dec-04 9:48 
GeneralRe: Windows XP - Not Responding Pin
Jim Howard14-Dec-04 11:39
Jim Howard14-Dec-04 11:39 
GeneralRe: Windows XP - Not Responding Pin
Shog914-Dec-04 11:51
sitebuilderShog914-Dec-04 11:51 
GeneralRe: Windows XP - Not Responding Pin
Blake Miller15-Dec-04 4:18
Blake Miller15-Dec-04 4:18 
GeneralRe: Windows XP - Not Responding Pin
Shog915-Dec-04 4:43
sitebuilderShog915-Dec-04 4:43 
GeneralRe: Windows XP - Not Responding Pin
Doug Knudson15-Dec-04 2:18
Doug Knudson15-Dec-04 2:18 
GeneralOutput Printing Pin
BRIMID14-Dec-04 5:12
BRIMID14-Dec-04 5:12 
This is the code and it does not work. I am getting 5 error messages when compiling. If someone could give me assistance from //#include to //{ I would appreciate it. Do I have the function in the right place? That sort of thing. You guys have really been helpful. I want to be able to print the output of a C++ program after I compile,build, and run it. All I get now is an exe file with no option to print. Could anyone be of assistance to this novice?

#include <iostream>
#include <iomanip>
#include <cstdlib>
#include <string>
using std::cout;
using std::cin;
using std::fixed;
using namespace std;
//#include

int main() //(int,char*)
//{
//ofstream printer ("lpt1:");
//Printer <<"test"<<endl;
// return 0;
//}


{
int c;
double fee;
double total;
char a ='y', ans;
string input;
int number;

Thanks

GeneralRe: Output Printing Pin
David Crow14-Dec-04 5:19
David Crow14-Dec-04 5:19 
GeneralRe: Output Printing Pin
BlackDice14-Dec-04 5:22
BlackDice14-Dec-04 5:22 
GeneralRe: Output Printing Pin
toxcct14-Dec-04 5:31
toxcct14-Dec-04 5:31 
GeneralDead Code Detection Pin
Aaron Schaefer14-Dec-04 4:46
Aaron Schaefer14-Dec-04 4:46 
GeneralRe: Dead Code Detection Pin
David Crow14-Dec-04 5:15
David Crow14-Dec-04 5:15 
GeneralRe: Dead Code Detection Pin
Blake Miller15-Dec-04 4:23
Blake Miller15-Dec-04 4:23 
GeneralSocket Events Question Pin
jerry1211a14-Dec-04 4:37
jerry1211a14-Dec-04 4:37 
GeneralRe: Socket Events Question Pin
Iain Clarke, Warrior Programmer14-Dec-04 5:53
Iain Clarke, Warrior Programmer14-Dec-04 5:53 
Generalicon issues of windows XP and 2K Pin
includeh1014-Dec-04 3:16
includeh1014-Dec-04 3:16 
GeneralCAsyncMonikerFile Pin
PetoG14-Dec-04 3:08
PetoG14-Dec-04 3:08 
Generalprogrammatically prevent dialog from resize and move Pin
erkanina14-Dec-04 2:36
erkanina14-Dec-04 2:36 
GeneralRe: programmatically prevent dialog from resize and move Pin
Blake Miller14-Dec-04 4:09
Blake Miller14-Dec-04 4:09 
GeneralRe: programmatically prevent dialog from resize and move Pin
erkanina14-Dec-04 21:28
erkanina14-Dec-04 21:28 
Generalproblem with writing to file Pin
gamitech14-Dec-04 2:26
gamitech14-Dec-04 2:26 
GeneralRe: problem with writing to file Pin
Iain Clarke, Warrior Programmer14-Dec-04 6:01
Iain Clarke, Warrior Programmer14-Dec-04 6:01 
GeneralRe: problem with writing to file Pin
gamitech15-Dec-04 1:08
gamitech15-Dec-04 1:08 
Questionserial comm timeout problem? Pin
doneirik14-Dec-04 2:19
doneirik14-Dec-04 2:19 

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.