Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
point
- Page 1
Re: How to Choose the Right Mobile App Development Company?
Programming
Mobile Development
6 Days Ago
by jonathannweyer
A good starting
point
is checking their portfolio, look for apps similar to what …
Re: How to speed up my (WordPress) website?
Digital Media
Digital Marketing
3 Days Ago
by Dani
… to please help you? Either way, seems like a moot
point
.
Re: Webdesign and new user experience
Digital Media
Digital Marketing
3 Weeks Ago
by graceweb
I see your
point
, but I think Sofina is looking for something that can genuinely enhance her client's experience. AI can be a powerful tool if used thoughtfully. Maybe there are ways to integrate it that align with her vision without overwhelming the design.
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by Salem
… computer at all, but maybe something akin to a glorified
point
of sale terminal. * Does it have an operating system on…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by Salem
… in the `main()` function itself to try and diagnose the
point
of failure. Your client failed with the timeout because your…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
… in the `main()` function itself to try and diagnose the
point
of failure. > > > Your client failed with the…
Re: What should I look for in a reliable web design and development agency?
Digital Media
Digital Marketing
1 Week Ago
by graceweb
Hi Sasha, I really agree with your
point
about clear and consistent communication, without it, even the most skilled agency can fall short. I’d also add that flexibility is important too. Sometimes project needs change mid-way, and it helps to work with a team that can adapt without losing sight of the overall goals. H
McCharts - ArkTS
Programming
Software Development
1 Month Ago
by 杨_659
… you can look at your own business), the starting
point
y-coordinate is the same as the text, and the… dividing the spacing and the subscript relationship; the end
point
x-coordinate is the length of the tick mark, … the data, and then calculate the coordinates of each end
point
const scaleY = cSpiltVal * (length - i) + this.options.cSpace // …
Re: Top industries that use automation
Programming
Software Development
2 Months Ago
by Reverend Jim
…-driving cars. Asking your car to drive you from
point
A to
point
B and giving control to the car is automation…, current traffic flow, etc., then using that as a starting
point
where you can manually override the route is advisory. A…
Re: Ja sa bong Here!
Community Center
Say Hello!
2 Months Ago
by Reverend Jim
… having to go through the Meta servers. Naturally, casting
point
to
point
means less latency. It also means we could screen cap…
Re: Escape in-app browser?
Programming
Web Development
2 Months Ago
by Dani
… HTML within his Instagram bio. Instead, the link has to
point
to a URL that uses deep linking to redirect the…, yes, it does involve writing code. I also want to
point
out that it's against Instagram's terms of service…
Re: Show computer name on a label
Programming
Software Development
1 Month Ago
by toneewa
…, 350); Label^ label9 = gcnew Label(); label9->Location = System::Drawing::
Point
(50, 50); label9->Size = System::Drawing::Size(300, 20… (/SUBSYSTEM:WINDOWS) Configuration Properties->Linker->Advanced->Entry
Point
-> Main Edit project file mr_m.vcxproj, under <ItemGroup…
Re: Why DaniWeb doesn't have an account to BlueSky ?
Community Center
Meta DaniWeb
2 Months Ago
by Dani
… that we've had forever, I don't see the
point
in having multiple social media accounts across all different platforms…
Re: How to Efficiently Develop Apps for iOS and Android?
Programming
Software Development
2 Months Ago
by Reverend Jim
… a separate app for everything. It has gotten to the
point
of having to scroll through pages of icons to locate…
Re: Escape in-app browser?
Programming
Web Development
2 Months Ago
by alexxx1
I understand your
point
, however this would be useful for my purpose. How can I research more sbout this function? Is it some kind of coding that can trigger this?
Re: Selling the house that I grew up
Community Center
Geeks' Lounge
2 Months Ago
by Dani
… the age of 2 until I was 27, at which
point
I bought my own co-op with DaniWeb money about…
Re: Selling the house that I grew up
Community Center
Geeks' Lounge
2 Months Ago
by Reverend Jim
… (wife's family cottage) and sold in 2021. At that
point
it had been in the family for almost 100 years…
Re: Upgrade to Fiber internet
Hardware and Software
Networking
2 Months Ago
by Dani
… in the upload speeds. 35Mbps vs 5Gbps. To Salem's
point
, aside from how many Nest cams we can have, it…
Re: Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by Salem
@Mr.M, @Dani - you might want to delete/censor the IMEI shown in the screenshots at some
point
.
Re: How secure is Github?
Programming
Software Development
1 Month Ago
by Salem
… your peers and be back up and running to the
point
of your last push.
Re: How secure is Github?
Programming
Software Development
1 Month Ago
by Dani
… your peers and be back up and running to the
point
of your last push. Just me. At different points in…
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
2 Months Ago
by rproffitt
UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance.
Re: Question/Answering over SQL Data Using LangGraph Framework
Programming
Computer Science
1 Month Ago
by Pelorus_1
Through its combination of natural language processing and structured query generation, LangGraph makes interfacing with databases and extracting insights over SQL data easier than ever.
Re: Point
Programming
Software Development
14 Years Ago
by Rogachev
Hi pamikrom, What do you mean? Are you asking about structure
POINT
? You can read about structure
POINT
here: [url]http://msdn.microsoft.com/en-us/library/bk9hwzbw.aspx[/url] Cheers
Point
Programming
Software Development
14 Years Ago
by pamikrom
Does anybody knows about
Point
?! Thanks!
Point to Point3D Inheritance
Programming
Software Development
19 Years Ago
by worms707
…: double xCoord, yCoord; //coordinates of the
point
string name; //name of the
point
public:
Point
(); //default constructor
Point
(double, double, string); //conversion constructor double…
Point in plane
Programming
Software Development
15 Years Ago
by angel6969
…<cstdlib> using namespace std; class
Point
{ public: void initialize(double init_x, double… x; double y; }; int main() {
Point
p1;
Point
p2; p1.initialize(-1.0, 0.8); …x = init_x; y = init_y; } double
Point
::get_x() { return x; } void
Point
::shift(double dx, double dy) { x …
Re: point class
Programming
Software Development
15 Years Ago
by Dewey1040
… which is the overall goal of this program [code=c++]
Point
::
Point
( double x = 0.0, double y = 0.0, double z… + zd*zd ) ); }
Point
Point
::add(
Point
b ){ return
Point
( xval + b.xval, yval + b.yval, zval + b.zval ); }
Point
Point
::sub(
Point
b ){ return
Point
( xval - b.xval…
Point and Rectangle class
Programming
Software Development
12 Years Ago
by Yoink
…with what im trying to do. In my
Point
class it much have a accesor and mutator…} // not sure if this will work yet public double distance (
Point
otherPoint) { double dx = getX() - otherPoint.getX(); double dy =…must be structured as "public double distance (
Point
otherPoint)" but I don't fully understand…
Re: Point in plane
Programming
Software Development
15 Years Ago
by vmanes
I think this function[code] void
Point
::shift(double dx, double dy) [/code] shoudl add dx 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