GIDForums  

Go Back   GIDForums > Computer Programming Forums > C Programming Language
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 20-Jul-2004, 01:00
WaltP's Avatar
WaltP WaltP is offline
Outstanding Member
 
Join Date: Feb 2004
Location: Midwest US
Posts: 3,243
WaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to all

Re: Pausing a Program


I just posted a GID Community blog entitled: Pausing a Program.

Quote:
Many new programmers that use an IDE have problems when they run their program and a window opens and closes quickly. The problem is the IDE launches the program and the program runs in a console window. This window opens, the program runs and the window closes because it's no longer needed.

The question is How can I see the results?. read more...

Please let me know what you think.

This is an auto-generated message posted by GIDNetwork™ on behalf of the author.
__________________

Age is unimportant -- except in cheese
  #2  
Old 25-Jul-2004, 20:04
BASOT BASOT is offline
New Member
 
Join Date: Jul 2004
Posts: 1
BASOT is on a distinguished road

[Discussion][Tutorial] Pausing a Program to See the Output


in fact i am registered in another forum and some one faced the same problema and i sent him this message
************************************************** *******
use before
RETURN 0;
the statement
CIN>>" ";
as following
=================================
Cin>>" ";
return 0;
}
************************************************** *******
i use dev-c++ compiler and this method worked with me for alot of programes
but in fact i face a heavy attak thier i am sending to ask u if it is working or not and what is the problem if i used it
and i wanna u know that i am completely sure and like ur article
hope to answer please
  #3  
Old 26-Jul-2004, 01:37
WaltP's Avatar
WaltP WaltP is offline
Outstanding Member
 
Join Date: Feb 2004
Location: Midwest US
Posts: 3,243
WaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to allWaltP is a name known to all
This one too.

Quote:
Originally Posted by BASOT
in fact i am registered in another forum and some one faced the same problema and i sent him this message
************************************************** *******
use before
RETURN 0;
the statement
CIN>>" ";
as following
=================================
Cin>>" ";
return 0;
}
************************************************** *******
i use dev-c++ compiler and this method worked with me for alot of programes
but in fact i face a heavy attak thier i am sending to ask u if it is working or not and what is the problem if i used it
and i wanna u know that i am completely sure and like ur article
hope to answer please
1) CIN is undefined. It is cin
2) cin is for console input.
3) " " is a contant string
4) cin to a contant string is a very bad idea. If it works, every use of " " will be wrong in your program because you changed it.
Go back to that thread and see what was suggested as an appropriate alternative.
__________________

Age is unimportant -- except in cheese
  #4  
Old 28-Jul-2004, 01:08
YellowFish's Avatar
YellowFish YellowFish is offline
New Member
 
Join Date: Jul 2004
Location: Israel
Posts: 17
YellowFish will become famous soon enough
Quote:
Originally Posted by WaltP
My wife told me she's seeing another man. I told her to rub her eyes.

ROFL! nice
 
 

Recent GIDBlogFlickr uploads of IA pictures by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Reverse output for a Stack siicon C++ Forum 2 06-Jul-2004 00:04
Need help with a C program (Long) McFury C Programming Language 3 29-Apr-2004 20:06
using vector or array oshiotse C++ Forum 4 16-Apr-2004 10:59
Re: Piping and Redirection WaltP C Programming Language 1 11-Apr-2004 08:01
urgent: problem + output filters jack Apache Web Server Forum 0 04-Feb-2004 22:32

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 20:03.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.