Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
terminate
- Page 1
terminate a while loop using a character
Programming
Software Development
16 Years Ago
by deedub
… to write the while loop to
terminate
with a '|' character program does not
terminate
correctly when using two cin numbers in…;>num1>>num2;) when the program does
terminate
with ^Z it just scrolls a long list of …num2!=-1) //fails while (num1!='|' || num2!='|') //fails The program should
terminate
if I were to enter "1 2|" or…
Re: terminate a while loop using a character
Programming
Software Development
16 Years Ago
by deedub
… needs to be. I need help getting the program to
terminate
if I type in something like "1 2{terminating…
Re: terminate a while loop using a character
Programming
Software Development
16 Years Ago
by deedub
… am running into is when I press "|" to
terminate
the program the program just spews out lines upon lines…
Re: terminate a while loop using a character
Programming
Software Development
16 Years Ago
by tux4life
… am running into is when I press "|" to
terminate
the program the program just spews out lines upon lines…
Re: terminate a while loop using a character
Programming
Software Development
16 Years Ago
by tux4life
… or what ? This is actually what the OP asked for: '
terminate
a while loop using a character' >> Read the…
Terminate Full Screen Games
Programming
Software Development
16 Years Ago
by everard
How can I
terminate
a full screen game application using VB6? I've created an internet cafe management system for my internet cafe and I want to add a feature on my program wherein I can
terminate
a running game application. Thanks.
Terminate a process by it's name
Programming
Software Development
15 Years Ago
by kiuhnmgrtdcv
hi how can i
terminate
a process using vc++ i check somewhere and i found TerminateProcess function but this is not useful to
terminate
a process by it's name[for example notepad.exe] i hope you help me
Re: Terminate Full Screen Games
Programming
Software Development
16 Years Ago
by everard
I found a method on how to
terminate
a program but it needs the exact program title for it to be terminated. Does it work on a full screen applications?
Re: Terminate Full Screen Games
Programming
Software Development
16 Years Ago
by vb5prgrmr
[QUOTE=everard;822891]I found a method on how to
terminate
a program but it needs the exact program title for …
Terminate the program...
Programming
Software Development
16 Years Ago
by mancode1007
… will continue untill the user enter 0 the program will
terminate
...but i stuck at here please help... [ICODE]#include<…
Terminate msgbox in thread programmatically vb.net
Programming
Software Development
15 Years Ago
by mclaio
… clicking on the message box. Is there any way to
terminate
the message box so that the application can run unattended…
Terminate server after some number of connections?
Programming
Software Development
15 Years Ago
by blackrobe
Hey, How can I
terminate
a server after some number of connections (don't want …
Re: Terminate server after some number of connections?
Programming
Software Development
15 Years Ago
by Ancient Dragon
>>How can I
terminate
a server after some number of connections Put [icode]exit(0);[/icode] after the loop ends on line 21.
terminate infinity loop
Programming
Software Development
12 Years Ago
by PM312
When working with loop some time the loop goes into infinity while testing and I have
terminate
with “Ctrl+Alt+Del" and lose all unsaved work. How to get out of infinity loop without losing unsaved work. thanks
How to terminate character read without EOF
Programming
Software Development
13 Years Ago
by AshfaqueIW
… all, I am receiving the keyboard read/
Terminate
command from the client(PC) to the Board… Interface. I need to
terminate
the character reading from Keyboard if i receive
Terminate
Command. Termination/Continuation is been… handled inside a thread. But whenever
Terminate
Command comes Character reads are continuing till the EOF…
How do you Terminate an Infinite Loop? Impossible!!!
Programming
Software Development
19 Years Ago
by dj_money
…I've tried and it works. //It will
terminate
the loop but it's NOT an Auto Infinite…had. //Description: //This program asks the user to
terminate
an infinite loop //with a sentinel value of any…'q') //Pressing (sentinel value) q on the keyword will
terminate
the program. break; } cout<<"Program has been…
Re: How to terminate character read without EOF
Programming
Software Development
13 Years Ago
by Ancient Dragon
have you considered just ignoring all characters after the
Terminate
command is received?
Re: How do you Terminate an Infinite Loop? Impossible!!!
Programming
Software Development
19 Years Ago
by dj_money
… keeps running automatically until someone press //a sentinel value to
terminate
it.[/COLOR]
How to terminate program?
Programming
Software Development
17 Years Ago
by gator6688
I have to enter grades and if I enter a negative grade then the program is supposed to
terminate
. I came up with this code but it doesn't
terminate
it just asks for another grade. [CODE]if (grade[i]<0) cout << "This is not a correct grade";[/CODE] Any suggestions?
Re: how to terminate a thread in c++
Programming
Software Development
17 Years Ago
by Ancient Dragon
[QUOTE=jimmy.rocks1;523876]i m trying to
terminate
a thread when it is executing . could anyone help me …, how the thread was created and how you want to
terminate
it. If you used win32 api function [URL="http… that is initially FALSE. When you want the thread to
terminate
, set that flag to TRUE. Then inside the thread itself…
Application.Terminate doesn't work!
Programming
Software Development
16 Years Ago
by richardscooke
… the database. For some reason it just ignores the application.
Terminate
. Please can someone help. try database1.Open; except on E…:EDBEngineError do begin Application.MessageBox('Error connecting','Error',0); Application.
Terminate
; end;
How to terminate script execution
Programming
Software Development
15 Years Ago
by macla
Hi, How to
terminate
running script (programmatically) in windows. For example i am running sleep(50000). I want
terminate
this command execution. Any WinAPI ?
fread causes program to terminate
Programming
Software Development
15 Years Ago
by emilo35
…,1,sizeof(TGAcompare),file) [/ICODE] that caused my program to
terminate
. I have no chance of checking what it returns, since… the program seems to
terminate
during the execution of fread. I receive no warnings/errors…
How to null terminate a vector of strings..
Programming
Software Development
15 Years Ago
by MonteM
Hi There, I have a problem in my C++ code. i am trying to null
terminate
a vector of string, and i am not sure if i am on right track! when compiling my code there is no error, when running i get segmentation fault error, i am running off my vector and don't know how to null
terminate
it? Thank you, Monte
Re: How to null terminate a vector of strings..
Programming
Software Development
15 Years Ago
by Ancient Dragon
why? it's not necessary to null-
terminate
std::strings like it is with character arrays. As for the vector, its not necessary to null-
terminate
it either. If you want the number of strings in the vector then just call its size() method [icode]for(int i = 0; i < mylist.size(); i++)[/icode], or you could use iterators
Lock Screen and terminate all apps
Programming
Software Development
14 Years Ago
by Stefano Mtangoo
Hi Guys, I need to make remote app control via network where I can lock a computer and
terminate
all applications running. currently I don't have any technical direction on how to lock and
terminate
. I have no problem where to start on network and sockets! please point me to the right direction/resource Thanks
Wait a subprocess for a given time, then terminate
Programming
Software Development
14 Years Ago
by _neo_
…, for ex. "ping". How I can
terminate
the process, if it isn't finished normally in a… res.returncode != None: wForceKill = False break if wForceKill: res.
terminate
() print("Subprocess was killed!") res_out = res.communicate()[0…
Re: Application.Terminate doesn't work!
Programming
Software Development
16 Years Ago
by ebi1
… is still opened. Does it get to the "Application.
Terminate
" line? Do you even see the MessageBox? Use BreakPoints…
Re: fread causes program to terminate
Programming
Software Development
15 Years Ago
by emilo35
… found a memory leak that forced his program to eventually
terminate
. Some other guy was using the enhanced modes for fread…
Re: Wait a subprocess for a given time, then terminate
Programming
Software Development
14 Years Ago
by Gribouillis
…;ACK! PROCESS NOT KILLED?" [/code] however the [icode]Popen.
terminate
()[/icode] method is more recent and probably does about the…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC