Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
for-sale
- Page 1
Re: Cannot run exe from asp.net
Programming
Web Development
3 Days Ago
by Salem
… all, but maybe something akin to a glorified point of
sale
terminal. * Does it have an operating system on it? * Are…
Can I get information about in-site Gmail trading and pricing?
Community Center
Geeks' Lounge
1 Month Ago
by Yasar4949
Hello dear form members. In which area gmail account purchase and
sale
transactions are made here
Re: Can I get information about in-site Gmail trading and pricing?
Community Center
Geeks' Lounge
1 Month Ago
by Dani
We don't offer that here at DaniWeb. You might want to check out [BlackHatWorld](https://www.blackhatworld.com/) for that kind of marketplace.
Re: Can I get information about in-site Gmail trading and pricing?
Community Center
Geeks' Lounge
1 Month Ago
by Dani
> Seriously!? in what scenario is this a good thing? I’m not saying it’s a good thing, and I’m not saying it’s the type of thing we cater to here. But it’s not against the law, and there is a very popular marketplace that exchanges that kinda stuff. So I directed the OP to it.
Re: Can I get information about in-site Gmail trading and pricing?
Community Center
Geeks' Lounge
1 Month Ago
by Dani
> Thank you for your guidance, but I am already a member at Bhw. Wouldn't it be useful for the site to open such a marketplace in terms of ideas? DaniWeb doesn't really cater to that type of stuff. Long, long ago we had a webmaster marketplace, but sites like Flippa became much more popular, and eventually we got rid of it in one of our site …
Re: Can I get information about in-site Gmail trading and pricing?
Community Center
Geeks' Lounge
1 Month Ago
by Dani
Actually, I just had another thought. Ever been to [Warrior Forum](https://www.warriorforum.com/)?
sale project
Digital Media
Digital Marketing
14 Years Ago
by virusisfound
Hello, I am software developer and I can develpo projects in Visual Studio 2008 (C#) I want to
sale
my projects. If any one can help me. How can i improve my sales. How can i
sale
the projects. Thank U Virusisfound
Sale And inventory in Turboc C [Code Problem]
Programming
Software Development
5 Years Ago
by optimumgiant
…;high) high=prod[i].numSold; } printf("\nThe Highest Product
Sale
is: \n"); for(i=0;i<count;i…;); printf("\n 6.) Display the product record with highest
sale
."); printf("\n 7.) Display all product with zero…
Why I cannot display the price,sale & total sale in point form?
Programming
Software Development
15 Years Ago
by samsons17
…quot;QTY |"<<setw(10)<<"
SALE
"<<endl; cout<<"--------------------------------------------------------------------------------"; for…(index=0; index<i; index++){ product[index].
sale
=(product[index].price)*(product[index].quantity); // Display all the info…
How do I find the total sale for my program??
Programming
Software Development
15 Years Ago
by samsons17
…quot;QTY |"<<setw(10)<<"
SALE
"<<endl; cout<<"--------------------------------------------------------------------------------"; for…(index=0; index<i; index++){ product[index].
sale
=(product[index].price)*(product[index].quantity); // Display all the info…
Issues with Point of Sale program
Programming
Software Development
15 Years Ago
by stefanief
… saleAmount, double taxAmount); int main() { //declare variables int number; double
sale
= 0.00; double tax = 0.00; double rate = 0.0… saleAmount, double taxRate) { return (saleAmount * taxRate); } //function to calculate total
sale
double calctotal(double saleAmount, double taxAmount); { return (saleAmount + taxAmount) } [/CODE…
For sale by auction: sex.com (reserve of $1 million)
Digital Media
Digital Marketing
15 Years Ago
by happygeek
…sold it. The last time it was up for
sale
, back in 2006, sex.com went for a … money-making opportunity how come it is up for
sale
? More to the point, how come it is… up for auction as part of a foreclosure
sale
concerning alleged defaults in "the payment of …it, the sex.com domain is up for
sale
with just a handful of not so careful owners…
*if & else* statement regarding sale tax or tax exemptions
Programming
Web Development
13 Years Ago
by LastMitch
… to write a **If and Else** statement correctly regarding **
sale
tax or tax exemptions** on certain items for example fruits…) = $5.34 **Overall Total : $40.94** Here is a
sale
tax I wrote for CT which is **8.75%** **if…fruits(items) cost less than **$30** is exemption. The **
sale
tax** for the item that is less than **$30** is…
Re: *if & else* statement regarding sale tax or tax exemptions
Programming
Web Development
13 Years Ago
by LastMitch
…above means that state "CT" has a
sale
tax. It means (Total Cost (all of the items…Cost is greater than $30" then the
sale
tax is .08875" elseif >"Total…Cost is greater than 0" then the
sale
tax is .00475" I need to …00635. For the vegatable it's at .00635
sale
tax. I put those numbers in the functions…
Re: How do I find the total sale for my program??
Programming
Software Development
15 Years Ago
by jonsca
Explain your confusion a little more. Wouldn't you just add up all of the [icode] product[index].
sale
[/icode] values then prompt the user for a payment amount?
Re: Issues with Point of Sale program
Programming
Software Development
15 Years Ago
by stefanief
…saleAmount, double taxAmount); int main() { //declare variables int number; double
sale
= 0.00; double tax = 0.00; double rate = 0.…, double taxRate) { return (saleAmount * taxRate); } //function to calculate total
sale
double calctotal(double saleAmount, double taxAmount); { double saleAmount; double taxAmount…
Re: Issues with Point of Sale program
Programming
Software Development
15 Years Ago
by stefanief
…, double taxAmount); int main() { //declare variables int number = 0; double
sale
= 0.00; double tax = 0.00; double rate = 0.05… saleAmount, double taxRate) { return (saleAmount * taxRate); } //function to calculate total
sale
double calctotal(double saleAmount, double taxAmount); { double saleAmount; double taxAmount…
Advice please, how to sell your sale!?
Digital Media
Digital Marketing
13 Years Ago
by Kerry W
:icon_question: A friend of mine has some amazing sales promotions. What do you do if you can't sell your
sale
? Anyone have some easy ideas to get more traffic and conversions for a great
sale
? A
sale
won't sell if nobody knows about it... All input is appreciated!
Re: Advice please, how to sell your sale!?
Digital Media
Digital Marketing
13 Years Ago
by RyanRPinkston
…. What do you do if you can't sell your
sale
? Anyone have some easy ideas to get more traffic and… conversions for a great
sale
? A
sale
won't sell if nobody knows about it... All…
Re: Point-of-Sale System: Implementing a Map
Programming
Software Development
14 Years Ago
by daniel88
… constructor accepts, a product code, retail price,
sale
price, on hand quantity and a description. //…delete [] description; } // function used to record the
sale
of a product void ProductLine::Sold(int qty) { …if the requested quantity is greater than available - no
sale
. if(qty > onHand) { cout <&…
Re: *if & else* statement regarding sale tax or tax exemptions
Programming
Web Development
13 Years Ago
by LastMitch
… you can explained what I did wrong: To isolate the
sale
tax for just "CT" state which was my…
For Sale: Games and Books and Others
Community Center
Geeks' Lounge
20 Years Ago
by Young Teck 06
Alright, I have some things up for
sale
. Some are brand new and they include details below with …, still in great condition. ========================================= Alright, thats all I have for
sale
. I am doing a little room cleaning and selling some…
Autofill script for POS (Point of Sale) app.
Programming
Web Development
15 Years Ago
by quibbie
… an autofill script to use with with a point of
sale
system. We would like to hook a credit card reader… does not have to be done by hand on every
sale
. Any ideas or existing scripts would be a great help…
U.S. Military Bans Medal of Honor's Sale From Its Bases--Has Censorship Gone Too Far?
Community Center
Geeks' Lounge
14 Years Ago
by Glass_Joe
… U.S. Military threw the red flag and outlawed its
sale
at bases across the country. "We regret any inconvenience… it tends to do best. While this ban limits the
sale
of [I]Medal of Honor[/I], it does not prohibit…
Re: U.S. Military Bans Medal of Honor's Sale From Its Bases--Has Censorship Gone Too Far?
Community Center
Geeks' Lounge
14 Years Ago
by Lusiphur
… the U.S. Military has the right to ban the
sale
of a product within establishments that fall within their jurisdiction… point as all that is being banned is the [B]
sale
[/B] of the game(s) in question, not the ownership…
Help with a Point of Sale Program?
Programming
Software Development
13 Years Ago
by pepperhead11
… C++ (Version 5.0A). The program is a Point of
Sale
program. I keep getting the errors "expression syntax at…'t seem to fix the errors. Help? [CODE] //Point of
Sale
Program #include<conio.h> #include<stdlib.h…
Creating Point-of-Sale with integrated Kitchen Display System
Programming
Software Development
13 Years Ago
by techunk
I am trying to develop (on c#) a Point of
Sale
program(deployed on machine 1), with integrated kitchen display system(… the system im trying to do: Machine 1 : Point of
Sale
function - Enter customer orders(do basic POS functions), then PUSH…
point of sale system
Programming
Web Development
11 Years Ago
by nurulshakela
…'m doing final year project entitle point of
sale
system.the point of
sale
system includes both online purchase & manually using…
Is eBay's stolen password database for sale?
Hardware and Software
Information Security
10 Years Ago
by happygeek
… the stolen database of user credentials to go up for
sale
on the dark market. If you consider that the breach… a premium to it. So why put it up for
sale
now? Good question, although a better one would be 'is…
Re: For Sale: Games and Books and Others
Community Center
Geeks' Lounge
20 Years Ago
by Young Teck 06
… the list because I have a few more things for
sale
now. Look at the new things: ========================================= [b]McAfee Internet Security…
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