Our Software Development forum encompasses topics related to native application programming design and development.

1,426 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for Mike Askew

There has been a noticeable increase in people asking where to start C# recently. So I have been across a couple of forums and pulled together a list of some useful links and resources. # Web Tutorials # [Home and Learn Tutorial](http://www.homeandlearn.co.uk/csharp/csharp.html) [CodeProject Tutorial P1](http://www.codeproject.com/Articles/219869/Object-Oriented-Programming-in-Csharp-NET) [CodeProject Tutorial P2](http://www.codeproject.com/Articles/222295/Object-Oriented-Programming-in-Csharp-NET-Part-2) [CodeProject Tutorial …

Software Development .net:c# microsoft:visual-studio
Member Avatar for Shahzad111
18
3K
Member Avatar for pyeri

To be fair, it had already started happening much before AI came when programmer roles started getting commoditized into "Python coder", "PHP scripter", "dotnet developer", etc. Though these exact phrases weren't used in job descriptions, this is how recruiters and clients started referring programmers as such. But LLMs took it …

Member Avatar for DanielJack34
1
87
Member Avatar for cambalinho

i need create a function like Write(...) the C++0(or less) don't have variadic templates. i need a function and not a macro(don't use the __VA_ARGS__), for add it on a class ;) using cout i have: class Writer { public: Writer& operator()(Variant v) { cout << v; return *this; } …

Software Development c++
0
15
Member Avatar for Phiếu

I am developing a software module to simulate Mercury’s orbital motion using a constant position–momentum parameter derived from the NKTg Law. Instead of using traditional force-based gravity equations, the model defines: p = m * v C = x * p Where x is orbital distance, v is orbital velocity, …

Software Development c++
3
22
Member Avatar for deceptikon

A common task in C or C++ is to get a string from somewhere and convert it to an integer. "Use `atoi`" is a common suggestion from the unwashed masses, and on the surface it works like a charm: #include <stdio.h> #include <stdlib.h> long long square(int value) { return value …

Software Development c c++
Member Avatar for qq201508082015
8
3K
Member Avatar for Mochi_2

No Freelancers this is full time employment (Part time is also available). NO Agency, No third party, No businesses, we are only looking to hire individuals, senior roles only. English speaking should be intermediate C2

Software Development database-design java user-interface
Member Avatar for Mochi_2
1
68
Member Avatar for Seema_7

What's the best cloud accounting software for small businesses that handle multiple sales tax rates? Or is there an affordable web-based small business accounting software?

Software Development cloud-computing finance
Member Avatar for optimusfintech
2
530
Member Avatar for Freaky_Chris

Hi, i'm havnig problem with calling CreateThread. The problem is that it gives me a conversion error from const void* to void* [CODE=Ccplusplus]DWORD dwThreadId; HANDLE myThread; myThread = CreateThread( NULL, 0, MyThreadFunction, "HELLO", 0, &dwThreadId); [/CODE] dwThreadId id is the problem, the function is supose to take a pointer to …

Software Development c++ multithreading
Member Avatar for Locna
0
302
Member Avatar for SCBWV

Question for developers: Do you have a policy, preference, or SOP for dealing with file versioning, date and time stamps, etc.? I see some products where the executable and support files (typically DLLs) all share the same date and time stamp. Sometimes the date and time seem to correlate to …

Software Development version-control
Member Avatar for Salem
0
34
Member Avatar for Avner .H.

Hello everyone! I want to use bash from python, however the os.system([I]command[/I]) seems to act only on one command at a time. I want to use complete commands, also containing control flow statements, like If and While, and to call them from python. something like this code in bash: T1="foo" …

Software Development python shell-scripting
Member Avatar for Reverend Jim
0
988
Member Avatar for emilus1

I’m currently working on my bachelor’s degree at BTH (Blekinge Institute of Technology) and have created a short survey as part of my final paper. The survey aims to gather insights on how LLM hallucinations affect their use in the software development process. If you work in software development or …

Software Development artificial-intelligence-llm
Member Avatar for trcooke
1
55
Member Avatar for Dani

For me, it was Mavis Beacon Teaches Typing. OMG, how I *lived* in that in middle school! And, of course, I probably would have lost patience for coding a very long time ago if I wasn't as quick a touch typist as I am. The very first piece of software …

Software Development career gaming
Member Avatar for George_72
0
62
Member Avatar for rproffitt

One of my sons has a coworker doing the Multi-Agent coding now. At first it was just Claude but they've moved onto Multi-Agent Coding. Here's a take on the RENT! ![image_2026-01-13_130649347.png](https://static.daniweb.com/attachments/1/71fb749696ada61b6c24f93f2fe660b6.png) While my software work was mostly embedded we stuck with GCC and cross platform toolchains. For Windows it was …

Software Development developer-tools
3
20
Member Avatar for Reverend Jim

This is a little project I threw together for exchanging messages between two computers. It started as a way for my wife and me to exchange messages when one of us was inside and the other outside in the hammock. I tried various approaches involving a shared folder (a bit …

Software Development python
3
104
Member Avatar for Jameswood32

Hello, Just curious and want to know is their any alternatives to github as well?

Software Development github
Member Avatar for fabwebstudio
2
145
Member Avatar for xu520

We are developing a purely free and public welfare third-party launcher for gamers. However, due to the fact that we only have three active developers and we have encountered numerous setbacks during the development process, we have no choice but to post this message for help. Please assist us. Thank …

Software Development c++
Member Avatar for xu520
0
161
Member Avatar for rproffitt

> it's truly amazing what LLMs can achieve. we now know it's possible to produce an html5 parsing library with nothing but the full source code of an existing html5 parsing library, all the source code of all other open source libraries ever, a meticulously maintained and extremely comprehensive test …

Software Development artificial-intelligence-llm c++
Member Avatar for Dani
1
37
Member Avatar for Dani

How do you think the "developer lifestyle" has changed from when you started today? Better, worse, or just different? I feel like at the very least, we can probably all acknowledge that it's become a lot more mainstream these days and is looked upon as a career that has the …

Software Development career
Member Avatar for Dani
0
54
Member Avatar for tux4life

Hi, please don't blame me for reinventing the wheel, I was bored and had nothing to do, so I thought: what would I write? And apparently this code is the result :P

Software Development c++
Member Avatar for Dale_10
0
275
Member Avatar for jameswhitman

I’m researching database design for an Uber for roadside assistance app that can handle high-volume location updates and nearby service provider queries. Should I use NoSQL like MongoDB, or are there better options for geospatial queries?

Software Development java mongodb
Member Avatar for mamta25
0
63
Member Avatar for Zeroday-AIAST
Member Avatar for Dani
1
132
Member Avatar for Dani

A decade or two ago, open source software was all the rage. Nowadays, it seems as if most open source projects (the ones I encounter, at least) either haven't been updated in years, are not actively maintained, or are looking for new maintainers. Has the culture shifted away from open …

Software Development open-source
Member Avatar for Dani
5
335
Member Avatar for Cheol

Hey everybody, Recently I keep running into NullPointerException. It always happens when I forget to check if something is null — and it’s driving me crazy 😅

Software Development java
Member Avatar for AstroScriptor
1
94
Member Avatar for DaveAmour

I've been studying TDD for a few years and read quite a few books but none that good to be honest. Can anyone recomend any good ones. I'm not interested in BDD but am keen on anything that tackles the many problems of mocking intrinsic MVC objects.

Software Development .net:c#
Member Avatar for Fred_15
3
526
Member Avatar for tsgiannis

Hey everyone, I’ve been working on a side project that I think might solve a pain point for a lot of Python devs: a high-performance, Excel-like DataGridView for Python apps. If you’ve ever wanted to embed a powerful, customizable grid (think sorting, filtering, cell editing) into your tools—but without the …

Software Development python:tkinter
Member Avatar for Reverend Jim
0
116
Member Avatar for luna_11

Hi everyone, I’m exploring how to build a short-video feature similar to TikTok for learning and experimentation. I’m not looking to promote any product — just trying to understand the technical challenges and the best way to approach them. I would like guidance on: Recommended tech stack for uploading, processing, …

Software Development social-media
Member Avatar for Dani
0
78
Member Avatar for Hidden_mistakes

Hi i am hacking a pong game into a racing game. At the moment i am trying to blit to a half screen with player A on th right and B on the left. any one know why it isn't working? I am using Visual C++. [code]/* Pony Pong #include …

Software Development c++
Member Avatar for joni678
0
120
Member Avatar for mathew0406

I have JSON chat data from WhatsApp and Telegram. Any suggestions for a reliable converter? I came across SysTools JSON Converter, wondering if it supports this.Has anyone used this tool?

Software Development off-topic
Member Avatar for fabwebstudio
1
89
Member Avatar for Geek_Cyborg

How to use Button array? i want to use separate code for each button, Please Help

Software Development visual-basic
Member Avatar for vb5prgrmr
0
2K
Member Avatar for Dani

As the question states, how are your prompt engineering skills? Do you think prompt engineering will become the next must-have skill for developers? I'm asking this question after a conversation among developer friends the other day who said that they spend most of their days now just refining their prompts. …

Software Development artificial-intelligence-llm
Member Avatar for Dani
1
37
Member Avatar for silverrr_btc

i have currently learning html only but its so boring do all of you guys had same problem and tell me which language do i start with html, me and my friend have made a site on html with little css and and js (thegeekinsights) and its going fine. can …

Software Development html-css javascript
Member Avatar for jkon
0
140
Member Avatar for pyeri

One of the first things I ask during interviews is **Are you going to micro manage how I work?** It’s me who will decide which programming language to use, what technology and framework to use, which IDE to use or just code in plain notepad.exe. You just state your requirements …

Software Development agile-development career
Member Avatar for Reverend Jim
0
98
Member Avatar for tjeckley

Hello DaniWeb community. I haven't been on the site in quite some time - it's so intense now that I almost feel a bit silly for asking a simple question but here goes. I have a personal account set up with Microsoft 365 and all is well for the most …

Software Development office-suite
Member Avatar for Jennifer_32
1
114
Member Avatar for virendra_sharma

Hi, i have windows application , in that i have reference to the web service. Now when i put username and password , application calls to authentication service ( which is hosted on same machine IIS 7.5 ) i get pop up which is asking for Proxy Authentication. can anyone …

Member Avatar for Jennifer_32
1
224
Member Avatar for Dani

... and I don't just mean things like 40 years ago I used punch cards, and today I use Python. Walk us through the more *human side* of your career. Things like how has the Internet changed your perception of things? What other big milestones were there over the years …

Software Development career
Member Avatar for trcooke
1
385
Member Avatar for sdreatech
Member Avatar for Ram Narayanan
2
146
Member Avatar for Dave Sinkula

Finding some text and replacing it with new text within a C string can be a little trickier than expected. Here is what I had come up with one day.

Software Development c
Member Avatar for ardi_2
0
1K
Member Avatar for Adin_1

I think it's likely possible but the question is: do we need it? Is the goal transparent: more cash for Mars?? In other words for Macrohard to mimic Microsoft they need to: * Make new programming language and ecosystem, aka .NET and C# - do we REALLY need yet another …

Member Avatar for Salem
2
175
Member Avatar for Mr.M

Hi DW, I'm getting this error when I try to debug, it says it can't open `"c:\users\myusername\Documents\Visual Studio 2010\Projects\myprojectname\debug\myprojectname.exe"` How can I solve this?

Software Development c++ microsoft:visual-studio
Member Avatar for Mr.M
0
417
Member Avatar for aartijangid

Shopping apps are designed to make online purchasing faster and more convenient, yet many users still encounter issues that negatively affect their experience. By asking this question, the goal is to understand the common pain points people face while using these apps. For example: Do you find checkout processes too …

Software Development ecommerce
Member Avatar for rproffitt
0
44
Member Avatar for Dani

This is for those application developers out there: Have you ever shipped something to production that you instantly regretted? When I first got interested in web development, the appeal was the instant gratification. Come up with an idea in the morning, code it in the afternoon, and see people all …

Software Development software-architecture
Member Avatar for SCBWV
0
85
Member Avatar for zarajohnson

.NET has evolved into a powerful framework for building secure, scalable, and high-performance applications. For SMBs especially, it offers a productive environment with cross-platform support, robust libraries, and seamless integration with cloud services like Azure. If you’ve worked with .NET for web apps, APIs, or enterprise tools—what real-world advantages have …

Software Development
Member Avatar for Minimalist
1
72
Member Avatar for P.manidas

How to return multiple value from a function in VB 6.0 Any suggestion sir/madam?

Software Development visual-basic
Member Avatar for SCBWV
0
3K
Member Avatar for ayla74108

Hi everyone, I'm learning C++ and made a simple coin toss game. It tosses a coin 100 times and counts heads vs. tails. The first time it works fine, but when I continue the game, it tosses 200, then 300 times, etc. I only want 100 tosses each time. "I …

Software Development c++
Member Avatar for SCBWV
0
38
Member Avatar for mr_meeseeks

what are the pros and cons of controlling a smart house via: MCP servers (via LLMs) versus the livingrimoire software design pattern (with skill classes for a more heuristic control)

Software Development python
Member Avatar for trcooke
0
50
Member Avatar for James_228

Hey Flutter devs I’ve been learning Flutter app development for cross-platform app development and I’m starting to get into more advanced stuff — but one thing that still feels a bit unclear is state management. I know there are several options like: setState() Provider Riverpod Bloc GetX, MobX, etc. But …

Software Development flutter google:android-development
Member Avatar for wrteam
0
108
Member Avatar for steve_55

Hello clever people, Completely new to VB.NET (only installed Visual Studio 2019 in the past couple of days). To start all I want to do is open Excel (office 365) from a button on a userform. The location of the file is on a network, lets say: - \\file-svr01\Rozel\Design\Parts\PNG.xlsx OR …

Software Development .net:vb.net microsoft:visual-studio
Member Avatar for pritaeas
0
3K
Member Avatar for Dani

What are some best practices for optimizing memory management when working with large datasets? I am tagging this topic both with php (because that is my language of choice, and the one I work with big data with) as well as c++ (because I know DaniWeb has a large low …

Software Development c++
Member Avatar for laserworkhub
1
427
Member Avatar for xrjf

**Features:** * Retrieves the differentiating bit of a key with respect to the previous one and stores only this position in the index. * With at most one single disk read, assuming the index is in memory, it determines whether the key exists or not. * The index is always …

Software Development .net:vb.net data-structure
Member Avatar for templatefor
0
202
Member Avatar for asnashehr234

What is the difference between a sharepoint developer and a sharepoint administrator ?

Software Development microsoft:sharepoint
Member Avatar for Dani
0
72

The End.