Category: Programming Related

Ask or post questions on anything which comes under programming,if you come across any programming bugs or for logic building also you can post your queries here.for example c,c++,java.

Discy Latest Questions

  • 0

So, I wanted to make mobile applications,I was wondering which operating system apps  should I make (iOS or Android). I would love your suggestions for this one!

So, I wanted to make mobile applications,I was wondering which operating system apps  should I make (iOS or Android).

I would love your suggestions for this one!

Read less
  • 0

My laptop has windows 10 OS and recently i installed python to execute some python programs.Between im new to python and currently learning and when i trying to execute python sample ...Read more

My laptop has windows 10 OS and recently i installed python to execute some python programs.Between im new to python and currently learning and when i trying to execute python sample program i got this error : ” api-ms-win-crt-runtime-l1-1-0.dll is missing ” how can i fix this ?

Read less
  • -2

im just stuck at programming to solve quadratic equation,im doing this on C language,can anyone show a example C program to solve quadratic equation and if there is algorithm that would ...Read more

im just stuck at programming to solve quadratic equation,im doing this on C language,can anyone show a example C program to solve quadratic equation and if there is algorithm that would be a real help…

Read less
  • 0

in python what is method inside class ? is method outside the class and inside the class same ?what is method inside a class called ? what is the access limits ...Read more

in python what is method inside class ? is method outside the class and inside the class same ?what is method inside a class called ? what is the access limits does the method inside a class have?

can anyone show a example program method inside class?

Read less
  • 0

python.h’ file not found.During the installation process of python opencv 4.4.0,I got that error. Did i Miss installation of python.h’ file,is that the reason i got that issue…. Look at the command ...Read more

python.h’ file not found.During the installation process of python opencv 4.4.0,I got that error. Did i Miss installation of python.h’ file,is that the reason i got that issue….

Look at the command prompt

/opencv/modules/python/src2/cv2.cpp:6:10: fatal error:
‘Python.h’ file not found
#include <Python.h>

or am i installing a wrong opencv ?

Read less
  • 0

How we can schedule a post request in node.js,so that the data get printed on website in every 24 hours. Or any given schedule time,the data should be printed.

How we can schedule a post request in node.js,so that the data get printed on website in every 24 hours. Or any given schedule time,the data should be printed.

Read less
  • 0

Java Rule ‘Null pointers should not be dereferenced’ and my sonar version is SonarLint IntelliJ 4.0.0.2916 I’m getting the following error java null exception specifically “fault in the next code when obj ...Read more

Java Rule ‘Null pointers should not be dereferenced’ and my sonar version is SonarLint IntelliJ 4.0.0.2916

I’m getting the following error java null exception specifically “fault in the next code when obj can’t be null in any scenario. Seems the analizer don’t recognice the logic with the funcional object Optional”.

final Obj obj = Optional.ofNullable(oldObj).orElse(new Obj());

if (obj.getSomeProperty() == null) {

Im using null to validate but why is this error “null pointers should not be dereferenced sonar” can anyone help me fix this error….

Read less