Coding
Looking for support in writing a small program in c #
Hi! I need support for this program, I have to do a homework and that’s about it, and I have no knowledge of c #. I have 4 errors: Cannot implicitly convert type ‘double’ to Read more…
Hi! I need support for this program, I have to do a homework and that’s about it, and I have no knowledge of c #. I have 4 errors: Cannot implicitly convert type ‘double’ to Read more…
I just saw u/SaraMG‘s great pipe operator RFC. https://wiki.php.net/rfc/pipe-operator I believe it to be one of the finest additions to PHP in the last few years. Why didn’t it make it into the language? Never Read more…
As we know C# 9 introduced us nint(native sized integers). I read some documentation and I become bit confused. What is the need of them? And if they are useful does that mean int should Read more…
I’m using Dapper to return employee information from my Database and map the columns to the properties of EmployeeModel. It’s also grouping the rows by employee id, so there aren’t multiple objects made for each Read more…
There is a discussions on externals.io (here) regarding which names ought to be chosen for future additions to the core PHP library. TL;DR is that currently two functions are being proposed that work for iterables Read more…
I’m working on a small 2D terrain generator and I have an Eater class that I use to remove walls in the generation of my terrain. It is a nested class inside my main Game1 Read more…
The title might not be correct but I wasn’t sure how to word it properly, so here’s my ‘problem’: My first introduction to coding/programming was the book ‘Automate the boring stuff with python’ where I Read more…
Are there another reporting software that can replace Crystal Reports for Windows Forms Applications, that supports Arabic language and is better ? I have no idea about support for Arabic, but I used DevExpress for Read more…
Given a binary tree, write an efficient algorithm to find the maximum path sum between any two nodes in it. The path can start and end at any node in the tree and need not Read more…
I know no matter how you protect your software, It will get cracked And before saying stop worrying about security, I’ve sold many licenses for my app, It’s time to protect it…. I’m talking about Read more…