107 Posted Topics
| |
Re: I not really familar with C++, but the error seems like you trying to return a value in void function, which is illegal. Try replace the void with the return value datatype. float Saltax::get() { cout << "Enter the salary:"; cin>>x; return x; } Don't forget to change this float … | |
When we build an application, which layer should we start with? From top (UI) to bottom(Data Layer) or bottom to top? | |
I making an android app which need to display data analysis in Gantt Chart. I implement this library from https://github.com/PhilJay/MPAndroidChart and it runs smoothly in my app. But what I'm worrying is if this library has been removed from github repo, will my app get effected? | |
When I leave a comment (vote with comment ) under someone post , it will increase 2 points for vote up and 0 point for vote down. After I leave the comment and click the vote up button, the user earn 2 points. But after I vote down again, the … | |
Re: I got null pointer exception because you did not initialize frame. `frame = new JFrame();` | |
Parents please be aware and very cautious of what your child watches on YouTube and KIDS YOUTUBE. There is a thing called ‘Momo’ that’s instructing kids to kill themselves, turn stoves on while everyone is sleep and even threatening to kill the children if they tell their parents!!!  | |
Recently I realized that I not receive any email notification from DaniWeb. When I check on the User Settings, I saw this alert message > We have been having problems emailing you. Has your email address changed? Please update your email address to begin receiving email from us again. After … | |
Re: In programming section, java can be found in Software Development, Mobile Development and Computer Science. Why we need three java as they refer to same thing ? | |
Re: We need to see your code in order to help | |
| |
| |
There are **Complementary Goals** in profile page. Where can I find the list of goals and what does this used for ? | |
Re: Perhaps it is ISO 8583 message? | |
First of all, I would like to say that the interface is nice, amazing, and user friendly!! Thanks Dani and those who work hard on this !!! But one thing I would like to comment is about the **vote and comment**. It seems like only users with high reputation allow … | |
Re: Hope the traffic will increase after this ! | |
The API docs are now found at [ Java Development Kit Version 11 API Specification](https://docs.oracle.com/en/java/javase/11/docs/api/) | |
Re: This is java code. | |
Re: > New huh? Then how do you explain the numerous other postings by you, from the exact same IP address.... How to check OP's ip address ? | |
Re: Many forums like to use email to inform, example **CodeRanch** and **DreamInCode**. Don't know what's the reason behind.. | |
Question from codility test Write a function: class Solution { public int solution(int[] A); } that, given an array A of N integers, returns the smallest positive integer (greater than 0) that does not occur in A. For example, given A = [1, 3, 6, 4, 1, 2], the function … | |
| |
Re: > I'm excited for the future. Working on the new design right now and it's making me hopeful. > Can't wait to see the new design. Between, I still waiting for you to reply my message | |
Hey guys, I have a little bit confused on below code and output **Main ** public class Main { public static void main(String[] args) { ClassA classA = new ClassA(); System.out.println("====== Before ====="); classA.checking(); System.out.println("===== After ====="); classA.checking(); } } ** Class A** public class ClassA { boolean b = … |
The End.