Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
prompts
- Page 1
Re: What are the AI writing tools?
Hardware and Software
Networking
2 Months Ago
by Sheyna28
I suppose to create good
prompts
.
Re: Best way to find a segment of code that matches a given input segment?
Programming
Software Development
1 Month Ago
by Dani
… articles return ranked_articles I'm not very good at LLM
prompts
, so the whole compute_similarity() thing is pretty meaningless. You would…
Re: How do I establish an open connection to an open web browser in C#?
Programming
Software Development
2 Months Ago
by pathofbuilding
To attach Selenium to an already open Chrome browser in C#, launch Chrome manually with debugging enabled using chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\SeleniumChromeProfile", then use ChromeOptions options = new ChromeOptions(); options.DebuggerAddress = "localhost:9222"; IWebDriver driver = new ChromeDriver…
Re: How do I establish an open connection to an open web browser in C#?
Programming
Software Development
2 Months Ago
by xivlauncher
You can also use SHDocVw or System.Diagnostics name spaces from C# to interact with an open web browser, or connect programmatically to an existing browser window using the UI Automation API. Of course, for deeper control over Chrome, you may need the Chrome DevTools Protocol.
adding prompts
Programming
Software Development
17 Years Ago
by theteamdrunk
I need to add
prompts
for the number, integer and character inputs separatly instead of … got, the program does what I want except for the
prompts
. [code] #include <stdio.h> void getline(char []); #define…
List of win command prompts according to topic
Hardware and Software
Microsoft Windows
16 Years Ago
by noshdb
Anyone know a website which has printable downloadable listing of windows command
prompts
which are grouped (not in alphabetical order) but by topics eg network commands, file commands, hardware commands etc. I can find numerous links which has them in aphabetical order but I want them grouped in topic area. Thanks.
Re: [HELP] Regarding If..Else statements..and prompts combined with PHP
Programming
Web Development
12 Years Ago
by LastMitch
>[HELP] Regarding If..Else statements..and
prompts
combined with PHP Where is your **<form>**? From …
Re: adding prompts
Programming
Software Development
17 Years Ago
by Duoas
There's no reason you can't separate them. [code=C] int i; double d; char c; printf( "Please enter a number\n" ); getline( message ); d = atof( message ); printf( "Please enter an integer\n" ); getline( message ); i = atoi( message ); printf( "Please enter a character\n" ); getline( message ); c = …
Re: adding prompts
Programming
Software Development
17 Years Ago
by theteamdrunk
what does the atof and atoi mean? I tried to run it with what you ahd written and it came up with undeclared, first use for atoi and atof.
Re: adding prompts
Programming
Software Development
17 Years Ago
by Aia
[quote=theteamdrunk;458982]what does the atof and atoi mean? I tried to run it with what you ahd written and it came up with undeclared, first use for atoi and atof.[/quote] atoi --> ascii to integer atof --> ascii to float
Re: adding prompts
Programming
Software Development
17 Years Ago
by theteamdrunk
here is the updated code, but I get still get the indeclard first use when I compile on the atoi and atof. [code] #include <stdio.h> void getline(char []); #define LSIZE 4 int main() { char message[LSIZE]; int i; double d; char c; printf( "Please enter a number\n" ); getline( message );…
Re: adding prompts
Programming
Software Development
17 Years Ago
by theteamdrunk
SO I had to add the <stdlib.h> to not get the undeclared, but now I get the right input prompt, but the output for the final message is the last character that I entered. Any thoughts?
Re: adding prompts
Programming
Software Development
17 Years Ago
by Aia
[quote=theteamdrunk;459006]SO I had to add the <stdlib.h> to not get the undeclared, but now I get the right input prompt, but the output for the final message is the last character that I entered. Any thoughts?[/quote] You keep reclycling [B]message[/B] every time you ask for a value. After last call to getline, after collecting the char …
Re: adding prompts
Programming
Software Development
17 Years Ago
by theteamdrunk
Is there a way to start the message and then add on the message with strcat?
Re: adding prompts
Programming
Software Development
17 Years Ago
by Aia
>Is there a way to start the message and then add on the message with strcat? I am not sure what you are asking here, however based in you first post requirements. You don't need the use of atoi nor atof. You are collecting every input as a string using the getline() function. And you intend to display it as a string using the function puts() […
Re: adding prompts
Programming
Software Development
17 Years Ago
by Duoas
Yes, yes, of course. I just noticed that LSIZE is 4. That means your string can't have more than 3 printable characters in it, plus the null at the end. It is waaay too small. [code=C] #include <stdlib.h> #include <stdio.h> #define LSIZE 200 int main() { char inputstr[ LSIZE ]; char message[ LSIZE ]; double d; …
Re: List of win command prompts according to topic
Hardware and Software
Microsoft Windows
16 Years Ago
by caperjack
[QUOTE=noshdb;813620] I want them grouped in topic area. Thanks.[/QUOTE] really, and what topic would come first ! I assume its' so you would know what command to use ,and when!
Re: List of win command prompts according to topic
Hardware and Software
Microsoft Windows
16 Years Ago
by noshdb
does not matter which topic is first. Just so it is easy to find commands. Eg networking commands, file commands etc. For me it makes it easier to find the command I want if it is grouped, especially if there is command that I cannot remember the name of.
Re: List of win command prompts according to topic
Hardware and Software
Microsoft Windows
16 Years Ago
by caperjack
[QUOTE=noshdb;813636]does not matter which topic is first. Just so it is easy to find commands. Eg networking commands, file commands etc. For me it makes it easier to find the command I want if it is grouped, especially if there is command that I cannot remember the name of.[/QUOTE] oh!, i get it now ,sorry brain fart! a hard thing to find so far…
Re: While Loop Problem, Need Help!
Programming
Software Development
17 Years Ago
by lAmoebal
Prompts
the user to input 2 integers firstNum and secondNum // Easy …
Multiplication method for multiplying two polynomials
Programming
Software Development
13 Years Ago
by Bradoz
…in); System.out.print("Enter Coefficient: "); //
Prompts
for coefficent int Coefficient=inputCoefficent.nextInt(); // Stores coefficent in…); System.out.print("Enter Coefficient: "); //
Prompts
for coefficent int Coefficient=inputCoefficent.nextInt(); // Stores coefficent in…
Here is the doc file for the assignment
Programming
Software Development
18 Years Ago
by tjay
…COLOR] [COLOR=#000000]Objectives : To check that the program
prompts
the user to press any key to proceed under the…In the Search module, to check that the program
prompts
the user whether to make any changes to the …In the Search module, to check that the program
prompts
the user whether to replace the data after amendments[/…
XSL Lookup table, using key()
Programming
Software Development
14 Years Ago
by niki_97
…pair of eyes on this. Lookup XML -
prompts
.xml: [CODE]<
prompts
> <prompt> <key>…taken</value> </prompt> ... </
prompts
>[/CODE] Source XML to be transformed to HTML: …xsl:variable name="promptsElt" select="document('
prompts
.xml')/
prompts
"/>[/COLOR] <xsl:template match="…
C++ call functions
Programming
Software Development
14 Years Ago
by plang007
…} } } //********************************************************************** //Function Name: GetLength //
Prompts
the user to input the lenth of a rectangular… } } //********************************************************************** //Function Name: GetLength //
Prompts
the user to input the lenth of a …
Re: XSL Lookup table, using key()
Programming
Software Development
14 Years Ago
by iceandrews
…variable is being loaded correctly and that the "
prompts
.xml" document is being stored? If that …" was the input to the transformation, "
prompts
.xml" was obviosuly the lookup table, and &…xsl:variable name="promptsElt" select="document('
prompts
.xml')/
prompts
"/> <xsl:template match="*[@name…
need halp passing array data
Programming
Software Development
19 Years Ago
by willseyvilleny
… element number %d's atomic number? ",i+1); //
prompts
for the atomic number to be entered. scanf("%d… element number %d's full name? ",i+1); //
prompts
for the element number to be entered. scanf("%s… is element %d's atomic weight? ",i+1); //
prompts
the user to input the elelments atomic weight scanf("…
Re: wxPython help
Programming
Software Development
15 Years Ago
by billymcguffin
…; self.info.SetLabel(infoother+infoguess+infonumber) self.
prompts
.SetValue("Yay!") self.answer.SetValue('') wx…quot; self.info.SetLabel(infoother+infoguess+infonumber) self.
prompts
.SetValue("Nope. Too High.") self.…
Re: wxPython help
Programming
Software Development
15 Years Ago
by billymcguffin
…; self.info.SetLabel(infoother+infoguess+infonumber) self.
prompts
.SetValue("Yay!") self.answer.SetValue('') wx…quot; self.info.SetLabel(infoother+infoguess+infonumber) self.
prompts
.SetValue("Nope. Too High.") self.…
Starting Python
Programming
Software Development
20 Years Ago
by vegaseat
… with command line examples with its many >>>
prompts
and ... line indent markers. Do not use those >&…gt;>
prompts
and markers in your code editor. Once you are in… Python you are running, and wedged between >>>
prompts
is Hello Monty Python! Not much, but it worked, your…
ATM Simulator Help PLEASE :)
Programming
Software Development
16 Years Ago
by roshini45
…, *pdAcctBal); } /* end function Deposit() */ /* Function Withdraw() ** ** Description: This function
prompts
the user for an amount to ** withdraw, gets that amount…, *pdAcctBal); } /* end function Withdraw() */ /* Function TranMenu() ** ** Description: This function
prompts
the user with a choice of ** accounts to transfer to…
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