I want to create a simple line on a graph in excel that I have generated with code. I add the data to an excel sheet and can generate a single graph of that dat
I am a noobie to CPP programming, i have encountered this error while trying a create a simple header, implementation and src file execution,
I have a problem while uploading a File to a DMS server..I seem to not get value from a File label on my Insert page, I would be thankful for a suggestion or an
I have two columns Date and Number with null values in date. Can I sort with date and number col together checking if date is null then sort with number. dt
When I do this typecasting: (float) '0.00'; I get 0. How do I get 0.00 and still have the data type as a float?
What is the most efficient algorithm to achieve the following: 0010 0000 => 0000 0100 The conversion is from MSB->LSB to LSB->MSB. All bits must be
We have 2 docker containers, 1 each for identity server and another for an application. I am able to authorize the swagger page but when I execute an end-point
This is my code which should check the order state in the firebase database and display a message for the user. In this line, String shippingstate = snapshot.c
I am trying to write an iOS plugin for Unity, which requires the use of a bridge with a C layer. The plugin itself is written in Swift. Currently my implementat